-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (43 loc) · 1.22 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
url: "https://wecharyu.github.io"
baseurl: ""
site-title: "Wechar's Blog"
collections_dir: "collections"
permalink: /:year/:month/:day/:title:output_ext
# Conversion
markdown: kramdown
# Markdown Processors
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
exclude:
- "README.md"
# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
# Path (examples)
# - Archive page should exist at path when using Liquid method or you can
# expect broken links (especially with breadcrumbs enabled)
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path>/my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories
tag_archive:
type: liquid
path: /tags
plugins:
- jekyll-polyglot
# jekyll-polyglot
languages: ["en", "zh"]
default_lang: "en"
exclude_from_localization:
- "assets/css"
- "assets/img"
- "assets/js"
- "assets/res"
parallel_localization: true
sass: # https://github.com/untra/polyglot/issues/107#issuecomment-598274075
sourcemap: never