polishing config
This commit is contained in:
parent
eef1c65740
commit
699e1a7e0c
1 changed files with 13 additions and 11 deletions
24
_config.yml
24
_config.yml
|
|
@ -60,17 +60,9 @@ lines: # You can add HTML Tags in the Text
|
|||
|
||||
me-img: "/img/jetpacktocat.png"
|
||||
|
||||
syntax-highlight: True
|
||||
|
||||
# Sections shown in the index page
|
||||
|
||||
pages_list:
|
||||
About: 'about'
|
||||
Blog: 'latest-post'
|
||||
Timeline: 'timeline'
|
||||
Contact: 'contact'
|
||||
|
||||
# Web app mode
|
||||
################
|
||||
# Web app mode #
|
||||
################
|
||||
|
||||
web-app-mode: True
|
||||
|
||||
|
|
@ -91,6 +83,8 @@ post-preview-words: 96
|
|||
|
||||
paginate: 5
|
||||
|
||||
syntax-highlight: True
|
||||
|
||||
email-share: True
|
||||
fb-share: True
|
||||
twitter-share: True
|
||||
|
|
@ -150,6 +144,14 @@ social:
|
|||
|
||||
# NB! Tread carefully if you want to change the variables below this point!
|
||||
|
||||
# Sections shown in the index page
|
||||
|
||||
pages_list:
|
||||
About: 'about'
|
||||
Blog: 'latest-post'
|
||||
Timeline: 'timeline'
|
||||
Contact: 'contact'
|
||||
|
||||
# Exclusion list from the generated _site
|
||||
|
||||
exclude: ["LICENSE", "README", "CONTRIBUTING", "CONTRIBUTORS", "scripts"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue