From 9104c84a906f79611109565f01d26425f224cf9b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 3 Jul 2024 16:14:56 -0700 Subject: 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. --- config.toml | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'config.toml') 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 -- cgit 1.4.1