From 39a3ab9d8d2a43c5f1621f90844285bcd8bef8464ecdac94a0b7a9ae12bbe522 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Fri, 24 Feb 2023 00:00:00 +0000 Subject: Update theme --- config/_default/config.toml | 22 ++++------------------ config/gemini/config.toml | 26 +++++++++++++++++++++++++- config/web/config.toml | 24 ++++++++++++++++++++++-- themes/journal | 2 +- 4 files changed, 52 insertions(+), 22 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 02da9f5..6986fe1 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -16,23 +16,9 @@ ignoreFiles = ['content/templates/logo\.txt$'] [permalinks] entry = "/:year/:month/:day/:filename" -[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 = "Atom Feed" - url = "/atom.xml" - weight = 4 - [markup] _merge = "deep" + +[taxonomies] + tag = "tags" + 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"] diff --git a/config/web/config.toml b/config/web/config.toml index f34177b..b79063e 100644 --- a/config/web/config.toml +++ b/config/web/config.toml @@ -1,7 +1,27 @@ -disableKinds = ['taxonomy', 'term', 'RSS', 'section'] -enableRobotsTXT = true +disableKinds = ['RSS', 'section'] publishDir = "public/website" +enableRobotsTXT = true + +[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 = "Atom Feed" + url = "/atom.xml" + weight = 4 [outputs] home = ["HTML", "Atom"] page = ["HTML"] + taxonomy = ["HTML", "Atom"] + term = ["HTML", "Atom"] diff --git a/themes/journal b/themes/journal index dce4ce3..47ec200 160000 --- a/themes/journal +++ b/themes/journal @@ -1 +1 @@ -Subproject commit dce4ce364cf270408925bd1ee1ac280d720bb8b8606a59b21970c944312197ef +Subproject commit 47ec200b4a3546d928816a25c8c0015eacc0ceb4131e8f57088fc6848eea0f10 -- cgit v1.2.3