Clean up navbar, remove Other Sites page, and add Links page
This commit is contained in:
parent
3a8b1c6a8d
commit
6878e125e1
18
config.toml
18
config.toml
@ -69,15 +69,15 @@ enableGitInfo = true
|
||||
|
||||
[languages.en.menu]
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "other-sites"
|
||||
name = "Other Sites"
|
||||
url = "/other-sites"
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags"
|
||||
weight = 10
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "main-website"
|
||||
name = "Main Website"
|
||||
url = "https://bbaovanc.com/"
|
||||
identifier = "links"
|
||||
name = "Links"
|
||||
url = "/links"
|
||||
weight = 20
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
@ -85,3 +85,9 @@ enableGitInfo = true
|
||||
name = "RSS Feed"
|
||||
url = "/posts/index.xml"
|
||||
weight = 30
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "main-website"
|
||||
name = "Main Website"
|
||||
url = "https://bbaovanc.com/"
|
||||
weight = 40
|
||||
|
36
content/links.md
Normal file
36
content/links.md
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
title: "Links"
|
||||
toc: true
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
## My Website
|
||||
|
||||
- [Main Site](https://bbaovanc.com/)
|
||||
- [Blog](https://bbaovanc.com/blog/)
|
||||
- [Status Page](https://status.bbaovanc.com/)
|
||||
- [Searx Instance](https://searx.bbaovanc.com/)
|
||||
- [Gitea Instance](https://git.bbaovanc.com/)
|
||||
|
||||
## My Software
|
||||
|
||||
- [imgupload.py](https://github.com/imgupload-py/imgupload.py)
|
||||
- [pynamegen](https://git.bbaovanc.com/bbaovanc/pynamegen)
|
||||
- [libnamegen](https://git.bbaovanc.com/bbaovanc/libnamegen)
|
||||
- [liblistloader](https://git.bbaovanc.com/bbaovanc/liblistloader)
|
||||
- [libprogress](https://git.bbaovanc.com/bbaovanc/libprogress)
|
||||
|
||||
## My Configurations
|
||||
|
||||
- [dotfiles](https://github.com/BBaoVanC/dotfiles)
|
||||
- [dwm](https://github.com/BBaoVanC/.dwm)
|
||||
- [st](https://github.com/BBaoVanC/st)
|
||||
- [dwm-flexipatch](https://github.com/BBaoVanC/dwm-flexipatch)
|
||||
- [dwmblocks](https://github.com/BBaoVanC/dwmblocks)
|
||||
- [dmenu](https://github.com/BBaoVanC/dmenu)
|
||||
|
||||
### Old Configurations
|
||||
|
||||
- [dwm](https://github.com/BBaoVanC/dwm)
|
||||
- [xmonad](https://github.com/BBaoVanC/.xmonad)
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: "Other Sites"
|
||||
draft: false
|
||||
---
|
||||
|
||||
- [GitHub](https://github.com/BBaoVanC)
|
||||
- [Gitea](https://git.bbaovanc.com)
|
Reference in New Issue
Block a user