From dd5918ae734d7aea8863c6a37a24a3d34f5a1a5a Mon Sep 17 00:00:00 2001 From: zzossig Date: Thu, 2 Jan 2020 15:05:03 +0900 Subject: [PATCH] update README.md --- README.ko.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ko.md b/README.ko.md index 182f40e..294a7ae 100644 --- a/README.ko.md +++ b/README.ko.md @@ -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 diff --git a/README.md b/README.md index c42b7c3..0663c61 100644 --- a/README.md +++ b/README.md @@ -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