diff options
Diffstat (limited to 'config/gemini/config.toml')
-rw-r--r-- | config/gemini/config.toml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/config/gemini/config.toml b/config/gemini/config.toml index 417a9bd..865c64e 100644 --- a/config/gemini/config.toml +++ b/config/gemini/config.toml @@ -1,6 +1,30 @@ -disableKinds = ['taxonomy', 'term', 'RSS', 'section', 'sitemap'] +disableKinds = ['RSS', 'section', 'sitemap'] publishDir = "public/capsule" +[menu] + [[menu.main]] + name = "About Page" + url = "/about/" + weight = 1 + [[menu.main]] + name = "Promoted Links" + url = "/promoted/" + weight = 2 + [[menu.main]] + name = "Glossary" + url = "/glossary/" + weight = 3 + [[menu.main]] + name = "Tags" + url = "/tags/" + weight = 4 + [[menu.main]] + name = "Atom Feed" + url = "/atom.xml" + weight = 5 + [outputs] home = ["Gemini", "Gemini_Atom"] page = ["Gemini"] + taxonomy = ["Gemini", "Gemini_Atom"] + term = ["Gemini", "Gemini_Atom"] |