mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-08 03:30:03 +00:00
feat: add footer items and repo to config
This commit is contained in:
parent
8691beab60
commit
0747902fd9
2 changed files with 12 additions and 0 deletions
12
hugo.toml
12
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"
|
BIN
static/icons/tor.png
Normal file
BIN
static/icons/tor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in a new issue