about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-01 13:40:31 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-01 13:40:31 -0700
commitded2438ad50d819d8d438c405a9a93ef34880001 (patch)
tree4c4dffc81fc651d4421aa3a9a1dea16daa7a7a23 /users/fcuny
parentscripts: actually deploy to fly (diff)
downloadworld-ded2438ad50d819d8d438c405a9a93ef34880001.tar.gz
config: remove the link to the feed
It's already in the footer.
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/blog/config.toml9
1 files changed, 1 insertions, 8 deletions
diff --git a/users/fcuny/blog/config.toml b/users/fcuny/blog/config.toml
index c47b946..8cb0c62 100644
--- a/users/fcuny/blog/config.toml
+++ b/users/fcuny/blog/config.toml
@@ -5,7 +5,7 @@ publishDir = "docs"
 enableGitInfo = true
 
 [params]
-  homeText = "A collection of notes"
+  homeText = "A collection of posts"
 
 [author]
   name = "Franck Cuny"
@@ -16,16 +16,9 @@ enableGitInfo = true
 
 [permalinks]
   blog = "/blog/:slug/"
-  notes = "/notes/:slug/"
   tags = "/tags/:slug/"
 
 [menu]
-  [[menu.main]]
-    identifier = "RSS"
-    name = "RSS"
-    title = "~/blog/feed"
-    url = "/feed.xml"
-    weight = 130
 
 [markup]
   [markup.highlight]