forked from kitian616/jekyll-TeXt-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
127 lines (107 loc) · 2.79 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
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
119
120
121
122
123
124
125
126
127
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# ,--------. ,--. ,--. ,--.
# '--. .--',---. \ `.' /,-' '-.
# | | | .-. : .' \ '-. .-'
# | | \ --. / .'. \ | |
# `--' `----''--' '--' `--'
## Base settings ##
# url: #!the base hostname & protocol for your site e.g. https://www.someone.com (!!required!!)
baseurl: /
title: Yongfu's Blog
description: > #this means to ignore newlines until "nav_lists:"
About Learning
nav_lists:
# - title: About
- titles:
en: Work
Zh: Work
zh-Hans: Work
zh-Hant: Work
url: /work
- titles:
en: About
zh: 关于
zh-Hans: 关于
zh-Hant: 關於
url: /about
# This is where you add new navigation bar
# - titles:
# en: CV
# zh: CV
# zh-Hans: CV
# zh-Hant: CV
# url: /resume/cv
## GitHub repository (if the site is hosted by GitHub) ##
repository: https://liao961120.github.io/
repository_tree: master
## Language & timezone ##
lang: en #the language of your site, eg: en(English), zh(简体中文), zh-Hans(简体中文), zh-Hant(繁體中文)
timezone: Asia/Shanghai
## Author & social ##
author:
name: Yongfu Liao
rss: https://liao961120.github.io/feed.xml
email: liao961120@gmail.com
facebook: liao961120
# twitter: #your Twitter username
github: liao961120
# googleplus: #your Google+ username
# weibo: #your Weibo username
# douban: #your Douban username
# linkedin: #your Linkedin username
## Comment system (Disqus) ##
disqus:
shortname: y-f-liao-s-page
## Google Analytics ##
ga_tracking_id: true
## Reading quantity (LeanCloud) ##
leancloud:
# app_id: #LeanCloud App id
# app_key: #LeanCloud App key
# app_class: #LeanCloud App class
mathjax: true
mathjax2: false
mermaid: true
highlight: false
## Paginate ##
paginate: 7
paginate_path: /blog/page:num
## Post excerpts ##
excerpt_separator: <!--more-->
excerpt_type: html ## text | html
## Build ##
markdown: kramdown
highlighter: rouge
permalink: date #pretty
exclude:
- CHANGELOG.md
- README.md
- LICENSE
- /_posts/*.Rmd
- /edit_post
- /notes/EvoSex/Maxima_edited_history/competition.md
- /notes/EvoSex/Maxima_edited_history/input.md
- /notes/EvoSex/Maxima_edited_history
- /notes/EvoSex/dSFMT-src-2.2.3
- "*.Rmd"
- "*.rmd"
- /_site
- /post_source
## Plugins ##
gems:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jemoji
- jekyll-redirect-from
- alias_generator
## Server ##
server_url: "0.0.0.0"
## Development ##
isdebug: false
safe: false