From a108965d414307c983e5fae855633c8a6e4b08d8 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 19 Jan 2024 08:41:23 -0800 Subject: [PATCH] Add new page for source code repositories --- config.toml | 6 ++++++ content/code.md | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 content/code.md 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)