exampleSite update

This commit is contained in:
zzossig 2020-01-05 15:58:21 +09:00
parent 1099e3ac7f
commit 7e661f6791
3 changed files with 4 additions and 18 deletions

View File

@ -42,10 +42,4 @@
identifier = "posts"
name = "posts"
url = "posts"
weight = 6
[[main]]
identifier = "contact"
name = "contact"
url = "contact"
weight = 7
weight = 6

View File

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

View File

@ -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.