update README.md

This commit is contained in:
zzossig 2020-01-02 15:05:03 +09:00
parent 9192ba2216
commit dd5918ae73
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ custom_css = [] # custom_css = ["scss/custom.scss"] and then make file at root/a
custom_js = [] # custom_js = ["js/custom.js"] and then make file at root/assets/js/custom.js
themeOptions = ["dark", "light", "hacker", "solarized", "custom"] # select options for site color theme
notAllowedTypesInHome = ["contact", "talks", "about"] # not allowed page types in home page
notAllowedTypesInHome = ["contact", "talks", "about"] # not allowed page types in home page. type can be set in front matter or default to folder name.
# header
homeHeaderType = "text" # text, img, slide

View File

@ -216,7 +216,7 @@ custom_css = [] # custom_css = ["scss/custom.scss"] and then make file at root/a
custom_js = [] # custom_js = ["js/custom.js"] and then make file at root/assets/js/custom.js
themeOptions = ["dark", "light", "hacker", "solarized", "custom"] # select options for site color theme
notAllowedTypesInHome = ["contact", "talks", "about"] # not allowed page types in home page
notAllowedTypesInHome = ["contact", "talks", "about"] # not allowed page types in home page. type can be set in front matter or default to folder name.
# header
homeHeaderType = "text" # text, img, slide