From 0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 11:09:08 -0700 Subject: create projects list and add more projects --- archetypes/projects.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'archetypes/projects.md') 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 --- -- cgit v1.2.3