aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-16 09:17:35 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-16 09:17:35 -0800
commit6cec505270210327498736c9d9828f14e1302b4b (patch)
tree0ca6d4d4bfdd11be312c25d53d6427dbbeab5ae1 /config.toml
parentnote: update list of chipset for alder lake (diff)
downloadfcuny.net-6cec505270210327498736c9d9828f14e1302b4b.tar.gz
layout: improve readability and remove /notes
The notes will be moved to a different site/repository, with their own style. Update the index page to make it more readable. Make the header more visible with fewer links. Add a footer, with links using SVG icons.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml22
1 files changed, 2 insertions, 20 deletions
diff --git a/config.toml b/config.toml
index 1fe49bc..c47b946 100644
--- a/config.toml
+++ b/config.toml
@@ -21,31 +21,13 @@ enableGitInfo = true
[menu]
[[menu.main]]
- identifier = "articles"
- name = "blog"
- title = "articles"
- url = "/blog/"
- weight = 110
-
- [[menu.main]]
- identifier = "notes"
- name = "notes"
- title = "notes"
- url = "/notes/"
- weight = 120
-
- [[menu.main]]
identifier = "RSS"
name = "RSS"
- title = "RSS"
+ title = "~/blog/feed"
url = "/feed.xml"
weight = 130
[markup]
- [markup.tableOfContents]
- startLevel = 1
- endLevel = 3
- ordered = true
[markup.highlight]
anchorLineNos = false
codeFences = false
@@ -56,7 +38,7 @@ enableGitInfo = true
lineNos = false
lineNumbersInTable = false
noClasses = true
- style = "emacs"
+ style = "manni"
tabWidth = 4
[mediaTypes."application/atom"]