-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·118 lines (104 loc) · 2.51 KB
/
_config.yml
File metadata and controls
executable file
·118 lines (104 loc) · 2.51 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
# Where things are
source: .
destination: ./_site
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
collections:
posts:
output: true
# Handling Reading
safe: false
include: [".htaccess"]
exclude: ["README.md","node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Filtering Content
show_drafts: null
limit_posts: 0
future: false
unpublished: false
# Plugins
whitelist: []
plugins: [jekyll-paginate, jekyll-sitemap]
gems: [jekyll-paginate, jekyll-sitemap]
# plugins: [jekyll-coffeescript, jekyll-watch, jekyll-assets]
# This will require each of these plugins automatically.
# Conversion
markdown: kramdown
#kramdown:
# extensions: auto_ids
#highlighter: pygments
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Serving
detach: false
port: 4000
host: 127.0.0.1
baseurl: "" # does not include hostname
show_dir_listing: false
# Outputting
permalink: date
timezone: null
quiet: false
verbose: false
defaults:
-
scope:
path: "" # empty string for all files
values:
title: Demi's Journey
liquid:
error_mode: warn
# Markdown Processors
rdiscount:
extensions: []
redcarpet:
extensions: []
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
paginate: 20 # pagination based on number of posts
paginate_path: "yuhongjun.github.io/page:num"
#paginate_path: "/page:num"
name: Demi's Journey
description: Demi的随笔和技术空间
url: https://yuhongjun.github.io
github_url: https://yuhongjun.github.io
author:
name: Demi_YuHongJun
avatar : false
introduction : developer
email: demiyuhongjun@gmail.com
github: YuHongJun
twitter: demiyuhongjun
instagram:
facebook: demi.yu.9022
linkedin: demi0817
bio: Demi的随笔和技术空间
email_md5: 2baf659d886c56f600e3df8b4b9068f1
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
resume_path: resume.html
BASE_PATH:
sitemap:
filename: "/sitemap.xml"
exclude:
- "/atom.xml"
- "/feed.xml"
include_posts:
- "/index.html"
change_frequency_name: "daily"
priority_name: "priority"