Add new page for source code repositories
This commit is contained in:
parent
100bc3d667
commit
a108965d41
2 changed files with 15 additions and 0 deletions
|
@ -74,3 +74,9 @@ identifier = 'social'
|
||||||
name = 'Social'
|
name = 'Social'
|
||||||
url = '/social/'
|
url = '/social/'
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'code'
|
||||||
|
name = 'Code'
|
||||||
|
url = '/code/'
|
||||||
|
weight = 30
|
||||||
|
|
9
content/code.md
Normal file
9
content/code.md
Normal file
|
@ -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)
|
Loading…
Reference in a new issue