From 2b4ca1a88e4df33269e0bd80b4b23ef40d276858 Mon Sep 17 00:00:00 2001 From: wires Date: Thu, 6 Mar 2025 23:30:44 -0500 Subject: first draft of theme --- hugo.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 3c4aff7..2199c34 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,9 +1,13 @@ baseURL = 'https://wires.systems' languageCode = 'en-us' -title = "wires" +title = "~wires" uglyurls = true enableGitInfo = true -disableKinds = ['taxonomy', 'term', 'section'] +disableKinds = ['section', 'taxonomy'] +summaryLength = 10 + +[taxonomies] + tag = 'tags' [markup] highlight.noClasses = false @@ -13,11 +17,10 @@ disableKinds = ['taxonomy', 'term', 'section'] [outputFormats.rss] baseName = 'feed' -[params] - description = "wires within wires, systems within systems" +[[menu.main]] + name = "rss" + url = "/feed.xml" [[menu.main]] name = "git" url = "https://git.wires.systems/wires" - [menu.main.params] - rel = "me" -- cgit 1.4.1