switch to new theme due to old theme not liking newer versions. New theme seems kick-arse, however
This commit is contained in:
parent
1909ea34ea
commit
e3ac8b96f5
531 changed files with 147790 additions and 66 deletions
37
themes/story/exampleSite/config.toml
Normal file
37
themes/story/exampleSite/config.toml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Site settings
|
||||
baseurl = "https://example.com/"
|
||||
title = "Hugo Story Theme"
|
||||
paginate = 5
|
||||
buildFuture = true
|
||||
|
||||
[[menu.social]]
|
||||
name = "GitHub"
|
||||
title = "fab fa-github-square"
|
||||
url = "https://github.com/xaprb/story/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Talks"
|
||||
title = "Talks"
|
||||
url = "/talks/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Slides"
|
||||
title = "Slides"
|
||||
url = "/slides/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Archives"
|
||||
title = "Archives"
|
||||
url = "/archives/"
|
||||
|
||||
[params]
|
||||
author = "Baron Schwartz"
|
||||
twitter = "xaprb"
|
||||
classes = []
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "JSON", "RSS"]
|
||||
page = ["HTML"]
|
||||
section = ["HTML", "RSS"]
|
||||
taxonomy = ["HTML", "RSS"]
|
||||
taxonomyTerm = ["HTML", "RSS"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue