diff options
author | mms <michal@sapka.me> | 2024-04-08 19:48:14 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-08 19:48:14 +0200 |
commit | 47be93b724133b1edeac15faa46f1198557e33e3 (patch) | |
tree | 8b57592eeacf08b3d676a24dd4780179efdd5ad3 /config.toml | |
parent | b03f4fa221852d6a264ceee3e08c04aeeef93928 (diff) |
feat: bsd hist as section and st 5x20
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 162a0a8..632f826 100644 --- a/config.toml +++ b/config.toml @@ -31,6 +31,30 @@ enableGitInfo = true [goldmark] [extensions] footnote = true + + +[menus] + +[[menu.bsd-history]] + name = "Unix Wars" + weight = "10000000" + pageRef = "/" + [[menu.bsd-history.params]] + placeholder = "yes" + +[[menu.bsd-history]] + name = "Berkeley Software Distribution" + weight = "10000010" + pageRef = "/" + [[menu.bsd-history.params]] + placeholder = "yes" + +[[menu.bsd-history]] + name = "BSD schism" + weight = "10000020" + pageRef = "/" + [[menu.bsd-history.params]] + placeholder = "yes" # categories:P |