diff options
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 |