* finalized demo sample site
All checks were successful
Build,test and deploy hugo-internet-weblog-demo / deploy-prod (push) Successful in 17s
All checks were successful
Build,test and deploy hugo-internet-weblog-demo / deploy-prod (push) Successful in 17s
This commit is contained in:
parent
7f4f7f693d
commit
e0e07bf420
3 changed files with 9 additions and 6 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
# hugo-internet-weblog-demo
|
||||||
|
|
||||||
|
This is a sample site for the enhanced [hugo-internet-weblog](https://git.hadan-it.com/stiebke/hugo-internet-weblog) theme for hugo static site generator.
|
10
hugo.toml
10
hugo.toml
|
@ -20,8 +20,8 @@ unsafe=true
|
||||||
RSSEnabled = true
|
RSSEnabled = true
|
||||||
EnablePreferredDarkAppearance = true
|
EnablePreferredDarkAppearance = true
|
||||||
RSSMicropostTitles = false
|
RSSMicropostTitles = false
|
||||||
mainSections = [ "Posts", "Microposts" ]
|
mainSections = [ "Posts", "Microposts", "Photos" ]
|
||||||
statuspage = "https://status.hadan-it.com/status/reaktionsfaehig"
|
statuspage = "https://status.hadan-it.com/status/preview-demo"
|
||||||
statuspagename = "Statusseite"
|
statuspagename = "Statusseite"
|
||||||
umamienabled = true
|
umamienabled = true
|
||||||
umamiurl = "https://analytics.hadan-it.com/"
|
umamiurl = "https://analytics.hadan-it.com/"
|
||||||
|
@ -37,17 +37,17 @@ unsafe=true
|
||||||
name = "Posts"
|
name = "Posts"
|
||||||
weight = 1
|
weight = 1
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
url = "posts/"
|
pageRef = "/posts/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Microposts"
|
name = "Microposts"
|
||||||
weight = 2
|
weight = 2
|
||||||
identifier = "microposts"
|
identifier = "microposts"
|
||||||
url = "microposts/"
|
pageRef = "/microposts/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Fotos"
|
name = "Fotos"
|
||||||
weight = 3
|
weight = 3
|
||||||
identifier = "photos"
|
identifier = "photos"
|
||||||
url = "photos/"
|
pageRef = "/photos/"
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e38272bd796eb22a285d174e5ac5e958f4f2f256
|
Subproject commit 5e1a222aaf254ad672ade521d624b8e0b41854d4
|
Loading…
Add table
Reference in a new issue