diff --git a/hugo.toml b/hugo.toml index def485c..2c47ace 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,6 +5,13 @@ theme = 'rottentheme' disableKinds = ['taxonomy'] enableRobotsTXT = true +[params] + repo = "https://github.com/rottenwheel/hugo-rottenwheel" + +[[menu.main]] +url = "/index.xml" +name = "RSS" + [menu] [[menu.main]] url = "/" @@ -13,3 +20,12 @@ name = "blog" [[menu.main]] url = "https://rottenwheel.com" name = "about" + +[[params.footer.items]] +url = "https://blog.rottenwheel.com" +name = "Clearnet" + +[[params.footer.items]] +url = "http://blog.rotten7573m2nr2yfk7csmdshktycg76b37riuv6f2qfyzdhgiskm6id.onion" +icon = "tor.png" +name = "Onion" \ No newline at end of file diff --git a/static/icons/tor.png b/static/icons/tor.png new file mode 100644 index 0000000..0d05275 Binary files /dev/null and b/static/icons/tor.png differ diff --git a/themes/rottentheme b/themes/rottentheme index a73f59a..359f7bb 160000 --- a/themes/rottentheme +++ b/themes/rottentheme @@ -1 +1 @@ -Subproject commit a73f59ac85af222688d2f5499a013973aafff1f3 +Subproject commit 359f7bb227ec76d76e4b788abe155e0d9dfd65f2