summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-28 19:41:51 +0200
committermms <michal@sapka.me>2024-04-28 19:41:51 +0200
commit4ddec44e9aaf64e63e65615a1f1f17d14edea928 (patch)
treed29d0631730d36f74d19ecedaa8201046ac3d158 /config
parent36b839da7070552549b63e07004c4011eb88e392 (diff)
feat: top copy
Diffstat (limited to 'config')
-rw-r--r--config/_default/menus.en.toml51
1 files changed, 32 insertions, 19 deletions
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml
index 40aee1d..9fa1d72 100644
--- a/config/_default/menus.en.toml
+++ b/config/_default/menus.en.toml
@@ -1,55 +1,68 @@
[[main-nav]]
- name = "Blog"
- weight = "100"
+ name = "blog"
pageRef = "/blog"
+ pre = "Read my"
+ weight = 10
[[main-nav]]
name = "Links"
- weight = "110"
pageRef = "/links"
-
+ post = "to other sites"
+ weight = 20
+
[[main-nav]]
- name = "Funnies"
- weight = "110"
- url = "/funnies/c"
+ name = "funny pictures"
+ url = "/funnies/c/"
+ pre = "Browse my collection of"
+ post = "(over 5000)"
+ weight = 30
[[main-nav]]
- name = "VCS"
- weight = "120"
+ name = "code repository"
url = "/git/"
+ pre = "Source"
+ weight = 50
[[main-nav]]
+ name = "Articles"
+ pageRef = "/articles"
+ weight = 40
+
+[[main-nav]]
name = "Me"
- weight = "130"
pageRef = "/"
+ weight = 60
[[main-nav.params]]
nonpage = "yes"
- inlineChildren = "yes"
+ inlineChildren = "yes"
+
+[[main-nav]]
+ pre = "Buy me a"
+ name = "Ko-fi"
+ url = "https://ko-fi.com/mmspl"
+ weight = 70
[[main-nav]]
name = "Uses"
- weight = "130"
pageRef = "/me/uses"
parent = "Me"
[[main-nav]]
name = "Now"
- weight = "130"
pageRef = "/me/now"
parent = "Me"
-[[main-nav]]
- name = "Articles"
- weight = "140"
- pageRef = "/articles"
[[main-nav]]
- name = "Contact"
- weight = "140"
+ name = "Contact me"
pageRef = "/me/contact"
parent = "Me"
+
+
+
+
[[bsd-history]]
name = "Unix Wars"
weight = "10000000"