From 667e11c4ec3835d959aab1797647bd0a49869674 Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 21 Oct 2014 23:35:24 +0200 Subject: Init commit --- config.toml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 config.toml (limited to 'config.toml') 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 = "" + url = "https://github.com/spf13/hugo/releases" + weight = -200 +[[menu.main]] + name = "Showcase" + pre = "" + url = "/showcase/" + weight = -180 +[[menu.main]] + name = "Discuss Hugo" + pre = "" + url = "http://discuss.gohugo.io" + weight = -150 +[[menu.main]] + name = "about hugo" + pre = "" + weight = -110 + identifier = "about" +[[menu.main]] + name = "getting started" + pre = "" + weight = -100 +[[menu.main]] + name = "content" + pre = "" + weight = -90 +[[menu.main]] + name = "themes" + pre = "" + weight = -85 +[[menu.main]] + name = "templates" + identifier = "layout" + pre = "" + weight = -80 +[[menu.main]] + name = "taxonomies" + identifier = "taxonomy" + pre = "" + weight = -70 +[[menu.main]] + name = "extras" + pre = "" + weight = -60 +[[menu.main]] + name = "tutorials" + pre = "" + weight = -40 +[[menu.main]] + name = "community" + pre = "" + weight = -50 +[[menu.main]] + parent = "community" + name = "Discussion Forum" + url = "http://discuss.gohugo.io" + weight = 150 -- cgit v1.3