forked from liaohuqiu/jekyll-multiple-languages-sample
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (23 loc) · 669 Bytes
/
_config.yml
File metadata and controls
32 lines (23 loc) · 669 Bytes
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
# Dependencies
#
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
# Permalinks, default is pretty
permalink: pretty
highlighter: pygments
paginate: 10
paginate_path: "/index/page:num"
# Server
host: 0.0.0.0
port: 9001
baseurl: /
url: http://localhost:9001
encoding: UTF-8
exclude:
- "tools"
# Multiple languages
gems: ['jekyll-paginate', 'jekyll-multiple-languages']
languages: ['en', 'cn']
# If not config, the first of languages will be the default
language_default: 'en'