update config for feed and layout for web activity
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2021-12-27 13:12:19 +00:00
parent 3cd6c8681d
commit fe3fcd34cf
2 changed files with 12 additions and 8 deletions

View File

@ -24,7 +24,10 @@ unsafe= true
avatar = "/images/avatar_small.png" avatar = "/images/avatar_small.png"
mainSections = ["post","note","reply","like","repost","bookmark"] mainSections = ["post", "note"]
indieWebSections = ["note","reply","like","repost","bookmark"]
[[menu.main]] [[menu.main]]
name = "Home" name = "Home"
@ -32,15 +35,10 @@ url = "/"
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
name = "Articles" name = "Web Activity"
url = "/posts" url = "/webfeed"
weight = 2 weight = 2
[[menu.main]]
name = "Notes"
url = "/notes"
weight = 3
[[menu.main]] [[menu.main]]
name = "Bookmarks" name = "Bookmarks"
url = "/bookmarks" url = "/bookmarks"

View File

@ -0,0 +1,6 @@
---
url: /webfeed
title: Web Activity Feed
---