diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-09 19:21:34 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-09 19:21:34 -0400 |
| commit | 7275c261d984efb58e13cd44c788b21a9166dec0 (patch) | |
| tree | 505f613f126278030c57d9061165249b19b73877 /config/_default/menus/menus.en.toml | |
| parent | afbc9224128320ea3b24578ac03e7f7c0ccb4542 (diff) | |
Adding more content
added missing content from additional imports from obsidian
Diffstat (limited to 'config/_default/menus/menus.en.toml')
| -rw-r--r-- | config/_default/menus/menus.en.toml | 62 |
1 files changed, 44 insertions, 18 deletions
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 @@ -4,32 +4,58 @@ 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 |
