aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml66
1 files changed, 66 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..90dc360
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,66 @@
+baseurl = "http://gohugo.io"
+MetaDataFormat = "yaml"
+
+[indexes]
+ tag = "tags"
+ group = "groups"
+
+[[menu.main]]
+ name = "Download Hugo"
+ pre = "<i class='fa fa-download'></i>"
+ url = "https://github.com/spf13/hugo/releases"
+ weight = -200
+[[menu.main]]
+ name = "Showcase"
+ pre = "<i class='fa fa-cubes'></i>"
+ url = "/showcase/"
+ weight = -180
+[[menu.main]]
+ name = "Discuss Hugo"
+ pre = "<i class='fa fa-comments'></i>"
+ url = "http://discuss.gohugo.io"
+ weight = -150
+[[menu.main]]
+ name = "about hugo"
+ pre = "<i class='fa fa-heart'></i>"
+ weight = -110
+ identifier = "about"
+[[menu.main]]
+ name = "getting started"
+ pre = "<i class='fa fa-road'></i>"
+ weight = -100
+[[menu.main]]
+ name = "content"
+ pre = "<i class='fa fa-file-text'></i>"
+ weight = -90
+[[menu.main]]
+ name = "themes"
+ pre = "<i class='fa fa-desktop'></i>"
+ weight = -85
+[[menu.main]]
+ name = "templates"
+ identifier = "layout"
+ pre = "<i class='fa fa-columns'></i>"
+ weight = -80
+[[menu.main]]
+ name = "taxonomies"
+ identifier = "taxonomy"
+ pre = "<i class='fa fa-tags'></i>"
+ weight = -70
+[[menu.main]]
+ name = "extras"
+ pre = "<i class='fa fa-gift'></i>"
+ weight = -60
+[[menu.main]]
+ name = "tutorials"
+ pre = "<i class='fa fa-book'></i>"
+ weight = -40
+[[menu.main]]
+ name = "community"
+ pre = "<i class='fa fa-group'></i>"
+ weight = -50
+[[menu.main]]
+ parent = "community"
+ name = "Discussion Forum"
+ url = "http://discuss.gohugo.io"
+ weight = 150