aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-29 12:49:19 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-29 12:49:19 -0700
commitdc8cf9429bac11160d6c9727d363468c2adce8a3 (patch)
tree6e4489af5167e5f2de16f737f810acfab46e3a84 /config.toml
parentref: update humans.txt (diff)
downloadfcuny.net-dc8cf9429bac11160d6c9727d363468c2adce8a3.tar.gz
ref(style): simplify further the style of the site
Get rid of the footer and the icons. Set a light background color, and simplified the listing of the pages.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 47f85f4..1dfa880 100644
--- a/config.toml
+++ b/config.toml
@@ -23,14 +23,14 @@ enableGitInfo = false
[[menu.main]]
identifier = "blog"
name = "blog"
- title = "~/blog"
+ title = "blog"
url = "/blog/"
weight = 110
[[menu.main]]
identifier = "notes"
name = "notes"
- title = "~/notes"
+ title = "notes"
url = "/notes/"
weight = 120
@@ -45,7 +45,7 @@ enableGitInfo = false
lineNos = false
lineNumbersInTable = false
noClasses = true
- style = "manni"
+ style = "pygments"
tabWidth = 4
[mediaTypes."application/atom"]