exampleSite update
This commit is contained in:
parent
1099e3ac7f
commit
7e661f6791
|
@ -42,10 +42,4 @@
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
name = "posts"
|
name = "posts"
|
||||||
url = "posts"
|
url = "posts"
|
||||||
weight = 6
|
weight = 6
|
||||||
|
|
||||||
[[main]]
|
|
||||||
identifier = "contact"
|
|
||||||
name = "contact"
|
|
||||||
url = "contact"
|
|
||||||
weight = 7
|
|
|
@ -3,6 +3,9 @@ description = "The Zzo theme for Hugo example site."
|
||||||
custom_css = []
|
custom_css = []
|
||||||
custom_js = []
|
custom_js = []
|
||||||
|
|
||||||
|
themeOptions = ["dark", "light", "hacker", "solarized", "custom"]
|
||||||
|
notAllowedTypesInHome = ["contact", "talks", "about"]
|
||||||
|
|
||||||
# header
|
# header
|
||||||
homeHeaderType = "text" # text, img, slide
|
homeHeaderType = "text" # text, img, slide
|
||||||
|
|
||||||
|
@ -46,7 +49,6 @@ showFeedLinks = true
|
||||||
showSocialLinks = true
|
showSocialLinks = true
|
||||||
enableLangChange = true
|
enableLangChange = true
|
||||||
enableThemeChange = true
|
enableThemeChange = true
|
||||||
themeOptions = ["dark", "light", "hacker", "solarized", "custom"]
|
|
||||||
|
|
||||||
# service
|
# service
|
||||||
baiduAnalytics = ""
|
baiduAnalytics = ""
|
||||||
|
|
|
@ -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.
|
|
Loading…
Reference in New Issue