Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..18dca1e
--- /dev/null
+++ b/exampleSite/config.toml
@@ -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/"