diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 632f826..cb8269a 100644 --- a/config.toml +++ b/config.toml @@ -56,6 +56,39 @@ enableGitInfo = true [[menu.bsd-history.params]] placeholder = "yes" +[[menu.bsd]] + name = "FreeBSD" + weight = "10000020" + pageRef = "/" + identifier = "freebsd" + [[menu.bsd.params]] + nonpage = "yes" + +[[menu.bsd]] + name = "Thinkpad" + weight = "10000030" + pageRef = "/" + identifier = "tp" + parent = "freebsd" + [[menu.bsd.params]] + nonpage = "yes" + +[[menu.bsd]] + name = "OpenBSD" + weight = "10000030" + pageRef = "/" + identifier = "openbsd" + [[menu.bsd.params]] + nonpage = "yes" + +[[menu.bsd]] + name = "Varia" + weight = "10000030" + pageRef = "/" + identifier = "varia" + [[menu.bsd.params]] + nonpage = "yes" + # categories:P # - emacs |