about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-03 16:14:56 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-03 16:14:56 -0700
commit9104c84a906f79611109565f01d26425f224cf9b (patch)
tree0ac02f002979ba55596d07f66ca160384a9995e3 /config.toml
parentbuild(deps): bump DeterminateSystems/update-flake-lock from 21 to 22 (diff)
downloadfcuny.net-9104c84a906f79611109565f01d26425f224cf9b.tar.gz
simplify the layout
Get rid of the navigation bar, remove a number of elements, put more
things on the main page. Clean up the CSS.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml37
1 files changed, 0 insertions, 37 deletions
diff --git a/config.toml b/config.toml
index 22cbecc..c01addd 100644
--- a/config.toml
+++ b/config.toml
@@ -11,43 +11,6 @@ homeText = "A collection of posts"
 name = "Franck Cuny"
 email = "franck@fcuny.net"
 
-[taxonomies]
-tag = "tags"
-
-[permalinks]
-blog = "/blog/:slug/"
-notes = "/notes/:slug/"
-tags = "/tags/:slug/"
-
-[menu]
-[[menu.main]]
-identifier = "blog"
-name = "blog"
-title = "blog"
-url = "/blog/"
-weight = 110
-
-[[menu.main]]
-identifier = "notes"
-name = "notes"
-title = "notes"
-url = "/notes/"
-weight = 120
-
-[[menu.main]]
-identifier = "code"
-name = "code"
-title = "code"
-url = "https://github.com/fcuny"
-weight = 130
-
-[[menu.main]]
-identifier = "feed"
-name = "feed"
-title = "feed"
-url = "/feed.xml"
-weight = 140
-
 [markup]
 [markup.highlight]
 anchorLineNos = false