diff --git a/config.toml b/config.toml index 31b2f41..ac92ed9 100644 --- a/config.toml +++ b/config.toml @@ -74,3 +74,9 @@ identifier = 'social' name = 'Social' url = '/social/' weight = 20 + +[[menu.main]] +identifier = 'code' +name = 'Code' +url = '/code/' +weight = 30 diff --git a/content/code.md b/content/code.md new file mode 100644 index 0000000..3b54153 --- /dev/null +++ b/content/code.md @@ -0,0 +1,9 @@ +--- +title: Code +--- + +- [git.dreamfall.space](https://git.dreamfall.space/thrrgilag) +- [hg.dreamfall.space](https://hg.dreamfall.space/thrrgilag) +- [Codeberg](https://codeberg.org/thrrgilag) +- [GitLab](https://gitlab.com/thrrgilag) +- [GitHub](https://github.com/thrrgilag)