diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml index f31eedb..684b82f 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -42,10 +42,4 @@ identifier = "posts" name = "posts" url = "posts" - weight = 6 - -[[main]] - identifier = "contact" - name = "contact" - url = "contact" - weight = 7 \ No newline at end of file + weight = 6 \ No newline at end of file diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index e9534ec..59306e9 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -3,6 +3,9 @@ description = "The Zzo theme for Hugo example site." custom_css = [] custom_js = [] +themeOptions = ["dark", "light", "hacker", "solarized", "custom"] +notAllowedTypesInHome = ["contact", "talks", "about"] + # header homeHeaderType = "text" # text, img, slide @@ -46,7 +49,6 @@ showFeedLinks = true showSocialLinks = true enableLangChange = true enableThemeChange = true -themeOptions = ["dark", "light", "hacker", "solarized", "custom"] # service baiduAnalytics = "" diff --git a/exampleSite/content/contact/index.ko.md b/exampleSite/content/contact/index.ko.md deleted file mode 100644 index 1121122..0000000 --- a/exampleSite/content/contact/index.ko.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Contact" -date: 2019-12-17T23:58:33+09:00 -description: Contact page -type: contact -service: formspree -formId: "your@email.com" ---- - -This is contact page. \ No newline at end of file