diff options
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 15 |
1 files changed, 9 insertions, 6 deletions
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" |