diff options
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml index 2199c34..aee57cc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://wires.systems' languageCode = 'en-us' -title = "~wires" +title = "wires" uglyurls = true enableGitInfo = true disableKinds = ['section', 'taxonomy'] @@ -18,6 +18,11 @@ summaryLength = 10 baseName = 'feed' [[menu.main]] + weight = -10 + name = "home" + url = "/" + +[[menu.main]] name = "rss" url = "/feed.xml" |