diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-01 13:40:31 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-01 13:40:31 -0700 |
commit | b5607ac5d048988a48d3145967d231d60f0f1d8f (patch) | |
tree | a7114ef73463a804b09b6310ab5faba461da0513 | |
parent | scripts: actually deploy to fly (diff) | |
download | fcuny.net-b5607ac5d048988a48d3145967d231d60f0f1d8f.tar.gz |
config: remove the link to the feed
It's already in the footer.
-rw-r--r-- | config.toml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config.toml b/config.toml index c47b946..8cb0c62 100644 --- a/config.toml +++ b/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] |