diff --git a/hugo.toml b/hugo.toml index f4d2ab2..2c47ace 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,6 +5,9 @@ theme = 'rottentheme' disableKinds = ['taxonomy'] enableRobotsTXT = true +[params] + repo = "https://github.com/rottenwheel/hugo-rottenwheel" + [[menu.main]] url = "/index.xml" name = "RSS" @@ -17,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