diff options
Diffstat (limited to 'config/_default/config.toml')
-rw-r--r-- | config/_default/config.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml index 444e953..4c64252 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -21,3 +21,20 @@ ignoreFiles = ['templates/logo\.txt$'] [taxonomies] tag = "tags" +[menu] + [[menu.main]] + name = "About Page" + url = "/about/" + weight = 1 + [[menu.main]] + name = "Promoted Links" + url = "/promoted/" + weight = 2 + [[menu.main]] + name = "Tags" + url = "/tags/" + weight = 3 + [[menu.main]] + name = "Atom Feed" + url = "/atom.xml" + weight = 4 |