* 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
|
||||
EnablePreferredDarkAppearance = true
|
||||
RSSMicropostTitles = false
|
||||
mainSections = [ "Posts", "Microposts" ]
|
||||
statuspage = "https://status.hadan-it.com/status/reaktionsfaehig"
|
||||
mainSections = [ "Posts", "Microposts", "Photos" ]
|
||||
statuspage = "https://status.hadan-it.com/status/preview-demo"
|
||||
statuspagename = "Statusseite"
|
||||
umamienabled = true
|
||||
umamiurl = "https://analytics.hadan-it.com/"
|
||||
|
@ -37,17 +37,17 @@ unsafe=true
|
|||
name = "Posts"
|
||||
weight = 1
|
||||
identifier = "posts"
|
||||
url = "posts/"
|
||||
pageRef = "/posts/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Microposts"
|
||||
weight = 2
|
||||
identifier = "microposts"
|
||||
url = "microposts/"
|
||||
pageRef = "/microposts/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Fotos"
|
||||
weight = 3
|
||||
identifier = "photos"
|
||||
url = "photos/"
|
||||
pageRef = "/photos/"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e38272bd796eb22a285d174e5ac5e958f4f2f256
|
||||
Subproject commit 5e1a222aaf254ad672ade521d624b8e0b41854d4
|
Loading…
Add table
Reference in a new issue