diff --git a/config.toml b/config.toml index 27ae3f7..bb814fe 100644 --- a/config.toml +++ b/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 diff --git a/content/links.md b/content/links.md new file mode 100644 index 0000000..07e119c --- /dev/null +++ b/content/links.md @@ -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) diff --git a/content/other-sites.md b/content/other-sites.md deleted file mode 100644 index 842a8dc..0000000 --- a/content/other-sites.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Other Sites" -draft: false ---- - -- [GitHub](https://github.com/BBaoVanC) -- [Gitea](https://git.bbaovanc.com)