From d04bec8ba05420945bc3d8dae4b499e646064ba7 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Mon, 8 Nov 2021 11:24:04 -0800 Subject: [PATCH] move source repo links to dedicated page --- config.toml | 16 +++------------- content/source.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 content/source.md diff --git a/config.toml b/config.toml index 3e2ce9d..7bde29c 100644 --- a/config.toml +++ b/config.toml @@ -61,17 +61,7 @@ paginate = 5 url = "/projects" weight = 10 [[languages.en.menu.main]] - identifier = "sourcehut" - name = "sourcehut" - url = "https://git.sr.ht/~thrrgilag" + identifier = "source" + name = "source" + url = "/source" weight = 20 - [[languages.en.menu.main]] - identifier = "gitlab" - name = "gitlab" - url = "https://gitlab.com/thrrgilag" - weight = 50 - [[languages.en.menu.main]] - identifier = "github" - name = "github" - url = "https://github.com/thrrgilag" - weight = 55 diff --git a/content/source.md b/content/source.md new file mode 100644 index 0000000..86e5c75 --- /dev/null +++ b/content/source.md @@ -0,0 +1,11 @@ +--- +title: "Source Code" +draft: false +--- + +Here are public repositories where you can find my open source projects and contributions. + +=> sourcehut: [git.sr.ht/~thrrgilag](https://git.sr.ht/~thrrgilag) +=> gitlab: [gitlab.com/thrrgilag](https://gitlab.com/thrrgilag) +=> github: [github.com/thrrgilag](https://github.com/thrrgilag) +