44# which you are expected to set up once and rarely need to edit after that.
55# For technical reasons, this file is *NOT* reloaded automatically when you use
66# 'jekyll serve'. If you change this file, please restart the server process.
7-
7+ #
88# ,--------. ,--. ,--. ,--.
99# '--. .--',---. \ `.' /,-' '-.
1010# | | | .-. : .' \ '-. .-'
1111# | | \ --. / .'. \ | |
1212# `--' `----''--' '--' `--'
1313
1414# # Base settings ##
15- # url: #! the base hostname & protocol for your site e.g. https://www.someone.com (!!required!!)
15+ # url: #the base hostname & protocol for your site e.g. https://www.someone.com
1616baseurl : /
1717title : Someone's blog
1818description : > # this means to ignore newlines until "nav_lists:"
1919 Someone's Blog
2020
2121nav_lists :
22- # - title: About
2322 - titles :
2423 en : About
2524 zh : 关于
2625 zh-Hans : 关于
2726 zh-Hant : 關於
2827 url : /about.html
2928
29+ # paths:
30+ # home: /
31+ # all: /all.html
32+ # rss: /feed.xml
33+
3034# # GitHub repository (if the site is hosted by GitHub) ##
31- # repository: e.g. someone/someone.github.io
32- # repository_tree: e.g. master
35+ # repository: # e.g. someone/someone.github.io
36+ # repository_tree: # e.g. master
3337
3438# # Language & timezone ##
3539lang : en # the language of your site, eg: en(English), zh(简体中文), zh-Hans(简体中文), zh-Hant(繁體中文)
@@ -68,7 +72,7 @@ paginate_path: /blog/page:num
6872
6973# # Post excerpts ##
7074excerpt_separator : <!--more-->
71- excerpt_type : text # # text | html
75+ excerpt_type : text # text | html
7276
7377# # Build ##
7478markdown : kramdown
@@ -77,12 +81,14 @@ permalink: date
7781
7882exclude :
7983 - CHANGELOG.md
84+ - CHECKLIST.md
85+ - README-*.md
8086 - README.md
8187 - LICENSE
82- - /vendor
8388 - /docs
8489 - /screenshots
8590 - /test
91+ - /vendor
8692
8793# # Plugins ##
8894gems :
0 commit comments