From 7275c261d984efb58e13cd44c788b21a9166dec0 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Mon, 9 Sep 2024 19:21:34 -0400 Subject: Adding more content added missing content from additional imports from obsidian --- config/_default/menus/menus.en.toml | 62 ++++++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 18 deletions(-) (limited to 'config/_default/menus') diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 896d78a..d5fe59d 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -3,33 +3,59 @@ pageRef = "/" weight = 10 +[[main]] + name = "Evidence" + pageRef = "/evidence" + weight = 20 + +[[main]] + name = "Persons" + pageRef = "/persons" + weight = 30 + +[[main]] + name = "Legal" + pageRef = "/legal" + weight = 40 + +[[main]] + name = "Posts" + pageRef = "/posts" + weight = 50 + [[main]] name = "Tags" pageRef = "/tags" - weight = 20 + weight = 60 [[social]] - name = "LinkedIn" - pre = "fab linkedin" - url = "https://linkedin.com/" + name = "Twitter" + pre = "fab fa-x-twitter" + url = "https://twitter.com/solardump" weight = 10 -[[social]] - name = "GitHub" - pre = "fab fa-github" - url = "https://github.com/" - weight = 20 - -[[social]] - name = "Medium" - pre = "fab medium" - url = "https://medium.com/" - weight = 30 +# [[social]] +# name = "LinkedIn" +# pre = "fab linkedin" +# url = "https://linkedin.com/" +# weight = 10 +# +# [[social]] +# name = "GitHub" +# pre = "fab fa-github" +# url = "https://github.com/" +# weight = 20 +# +# [[social]] +# name = "Medium" +# pre = "fab medium" +# url = "https://medium.com/" +# weight = 30 # toml-docs-start sample-navigation [[sample]] - name = "Blog" - pageRef = "/blog/" + name = "Posts" + pageRef = "/posts/" weight = 10 [[sample]] @@ -48,4 +74,4 @@ pageRef = "/projects/another-project/" parent = "Projects" weight = 2 -# toml-docs-end sample-navigation \ No newline at end of file +# toml-docs-end sample-navigation -- cgit v1.2.3