big bang
This commit is contained in:
commit
9943fc2d55
45 changed files with 669 additions and 0 deletions
18
exampleSite/config.toml
Normal file
18
exampleSite/config.toml
Normal 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/"
|
Loading…
Add table
Add a link
Reference in a new issue