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

github.com/the2ne/hugo-frais.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.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..7e51457
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,31 @@
+baseUrl = "http://0.0.0.0/"
+languageCode = "en-US"
+title = "Hugo Frais theme"
+theme = "hugo-frais"
+
+
+[Params]
+ author = "Olivier Fredon"
+ pseudo = "the2ne"
+ twitter = "the2ne"
+ github = "the2ne"
+ linkedin = "the2ne"
+ headline = "Hugo Frais"
+ description = "This is the sites description, which will be found in the meta tags."
+
+[taxonomies]
+ category = "categories"
+ tag = "tags"
+
+[[menu.main]]
+ name = "Posts"
+ pre = ""
+ url = "/post/"
+ identifier = "post"
+ weight = 1
+[[menu.main]]
+ name = "About"
+ pre = ""
+ url = "/about/"
+ identifier = "about"
+ weight = 2