This commit is contained in:
Marcin Mierzejewski 2020-04-30 22:02:40 +02:00
commit 9943fc2d55
45 changed files with 669 additions and 0 deletions

18
exampleSite/config.toml Normal file
View file

@ -0,0 +1,18 @@
baseurl = "//example.com/"
title = "console-demo"
theme = "hugo-theme-console"
languageCode = "en-us"
[params]
[[params.navlinks]]
name = "about/"
url = "/about/"
[[params.navlinks]]
name = "posts/"
url = "/posts/"
home = true
[[params.navlinks]]
name = "photos/"
url = "photos/"