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

github.com/leonstafford/accessible-minimalism-hugo-theme.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.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..f3014b5
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,22 @@
+baseURL = "http://example.org/"
+languageCode = "en-us"
+title = "My New Hugo Site"
+theme = "accessible-minimalism"
+disableHugoGeneratorInject = true
+
+[menu]
+ [[menu.main]]
+ name = "Home"
+ pre = "home"
+ url = "/"
+ weight = 1
+ [[menu.main]]
+ name = "Posts"
+ pre = "pen-tool"
+ url = "/posts/"
+ weight = 2
+ [[menu.main]]
+ name = "Tags"
+ pre = "tag"
+ url = "/tags/"
+ weight = 3