diff options
author | mms <michal@sapka.me> | 2024-04-08 22:12:32 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-08 22:12:32 +0200 |
commit | 3b5710f60c19760ccfc211b342f180cc5508d50d (patch) | |
tree | b358226b0a030a558dc86086a64bbe05cacb1991 /config.toml | |
parent | 47be93b724133b1edeac15faa46f1198557e33e3 (diff) |
feat: BSD as HP section
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 |