forked from kitian616/jekyll-TeXt-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
72 lines (58 loc) · 1.84 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
# 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 ##
# base_url: https://www.someone.com # **required!** The site's Protocol and Hostname e.g. https://blog.someone.com
base_path: '/'
title: Someone's blog
description: > #this means to ignore newlines until "nav_lists:"
Someone's Blog
nav_lists:
- title: About
url: /about.html
## GitHub repository (if the site is hosted by GitHub) ##
# github_repo: e.g. someone.github.io
# github_repo_tree: e.g. master
## Language & timezone ##
lang: zh #the language of your site
timezone: Asia/Shanghai
## Author & social ##
author: Someone
# email: #your Email address e.g. someone@site.com
# facebook_username: #your Facebook username
# twitter_username: #your Twitter username
# github_username: #your GitHub username
# googleplus_username: #your Google+ username
# weibo_username: #your Weibo username
# douban_username: #your Douban username
# linkedin_username: #your Linkedin username
## Comment system (Disqus) ##
# disqus_shortname: #the Disqus shortname for the site
## Google Analytics ##
# ga_tracking_id: #Google analytics id for the site
## Reading quantity (LeanCloud) ##
# app_id: #LeanCloud App id
# app_key: #LeanCloud App key
# app_class: #LeanCloud App class
## Paginate ##
paginate: 5
paginate_path: /blog/page:num
## Post excerpts ##
excerpt_separator: <!--more-->
## Build ##
markdown: kramdown
highlighter: rouge
permalink: date
## Plugins ##
gems:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jemoji
## Server ##
server_url: "0.0.0.0"
## Development ##
isdebug: false