mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-09 12:10:03 +00:00
Merge pull request #6 from recanman/main
Some checks failed
Build and Deploy Hugo Site / build (push) Has been cancelled
Some checks failed
Build and Deploy Hugo Site / build (push) Has been cancelled
change a few things
This commit is contained in:
commit
f6d83e48dd
3 changed files with 17 additions and 1 deletions
16
hugo.toml
16
hugo.toml
|
@ -5,6 +5,13 @@ theme = 'rottentheme'
|
||||||
disableKinds = ['taxonomy']
|
disableKinds = ['taxonomy']
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
|
[params]
|
||||||
|
repo = "https://github.com/rottenwheel/hugo-rottenwheel"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
url = "/index.xml"
|
||||||
|
name = "RSS"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
url = "/"
|
url = "/"
|
||||||
|
@ -13,3 +20,12 @@ name = "blog"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
url = "https://rottenwheel.com"
|
url = "https://rottenwheel.com"
|
||||||
name = "about"
|
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 |
|
@ -1 +1 @@
|
||||||
Subproject commit a73f59ac85af222688d2f5499a013973aafff1f3
|
Subproject commit 359f7bb227ec76d76e4b788abe155e0d9dfd65f2
|
Loading…
Reference in a new issue