the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove now page

-10
-1
config.toml
··· 39 39 header_nav = [ 40 40 { url = "/", name = "/root" }, 41 41 { url = "/verify", name = "/verify" }, 42 - { url = "/now", name = "/now" }, 43 42 { url = "/blog", name = "/blog" }, 44 43 ]
-9
content/now.md
··· 1 - +++ 2 - title = "Now" 3 - description = "My status updates" 4 - template = "page.html" 5 - +++ 6 - 7 - ## Status Updates 8 - 9 - {{ now_status() }}