forked from sanabutton/sanabutton.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (45 loc) · 829 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Jekyll
timezone: Asia/Tokyo
encoding: UTF-8
future: false
show_drafts: false
#relative_permalinks: true
permalink: /api/button/:slug:output_ext
#paginate_path: 'page:num'
exclude:
# general repository files
- README.md
- CODE_OF_CONDUCT.md
- CNAME
# IntelliJ
- .idea
# Docker
- docker-compose.yml
- Dockerfile
# Ruby
- Gemfile
- Gemfile.lock
- vendor
# Node.js
- package.json
- package-lock.json
- node_modules
- coverage
- tsconfig.json
- tslint.json
markdown: kramdown
kramdown:
input: GFM
# Plugins
theme:
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
# Plugins Config
## common
title: さなボタン(2)
description: >-
名取さなの声が再生されるボタン置き場。
# jekyll-github-metadata
repository: sanabutton/sanabutton.github.io