diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 11:09:08 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 11:09:08 -0700 |
commit | 0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8 (patch) | |
tree | a224456ecfaee05ea89457ab0fdf60756e4d8c95 /archetypes | |
parent | f8d04008580da2ea60dd916e0a73575e3f7d8e6a (diff) | |
download | website-0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8.tar website-0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8.tar.gz website-0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8.tar.bz2 |
create projects list and add more projects
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 --- |