polishing config

This commit is contained in:
Panos Sakkos 2015-11-23 23:48:46 +01:00
parent eef1c65740
commit 699e1a7e0c

View file

@ -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"]