diff options
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/projects.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/archetypes/projects.md b/archetypes/projects.md index 11db838..984afb0 100644 --- a/archetypes/projects.md +++ b/archetypes/projects.md @@ -1,9 +1,14 @@ --- title: "{{ replace .Name "-" " " | title }}" description: "{{ replace .Name "-" " " | title }} is a project created by Bryson Steck" -icon: "https://brysonsteck.xyz/files/..." +icon: "" +repo: "https://codeberg.org/brysonsteck/repo" +license: "FOSS License" +languages: "C, C++, Go, and POSIX Shell" +wip: false +current: true date: {{ .Date }} +enddate: "January 2, 2006" draft: true -current: true --- |