-
Notifications
You must be signed in to change notification settings - Fork 29
/
_config.yml
53 lines (42 loc) · 1.26 KB
/
_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
############################################################################
# 原則 http://jekyllrb.com/docs/configuration/#default-configuration からの
# 差分のみ記述している。記述順序も前述に従う。
### Handling Reading
exclude:
- 'scripts'
- 'Gemfile'
- 'README.md'
- 'vendor'
- 'eyecatch.rb'
include:
- '.well-known'
# デフォルトと同じだが「utf-8で記事を書こう」という宣言的な意味合で残した。
encoding: utf-8
### Filtering Content
future: true
### Plugins
plugins:
- jemoji
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
### Outputting
# デフォルトと同じだが、万が一デフォルトが変わってしまうと記事のURLが変わってし
# まいクリティカルなので、明示的に指定した。
permalink: date
### Markdown Processors
kramdown:
input: GFM
############################################################################
# 以下はvim-jp固有の設定項目
# baseurl と紛らわしいが別物なので要注意
base-url: https://vim-jp.org
hotkeys: true
twitter:
username: vim_jp
logo: https://vim-jp.org/assets/images/vim2-128.png?20170201003200
defaults:
- scope:
path: ""
values:
image: /assets/images/vim2-128.png