mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-03 05:59:23 +01:00
big bang
This commit is contained in:
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/"
|
||||
Reference in New Issue
Block a user