diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 00:48:42 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 00:48:42 -0700 |
commit | 199f5ca505ca7392b3e770e83c5150a9f897d6d0 (patch) | |
tree | c8a4c1b5576db270b8b73ae848bc0e76e3ad6001 /archetypes | |
parent | 4cd9efaf56b61e86782e13a5b15411b679b5c259 (diff) | |
download | website-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar website-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar.gz website-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar.bz2 |
somewhat functional website now
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/projects.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archetypes/projects.md b/archetypes/projects.md index 862ecdd..11db838 100644 --- a/archetypes/projects.md +++ b/archetypes/projects.md @@ -1,8 +1,9 @@ --- title: "{{ replace .Name "-" " " | title }}" -description: "" +description: "{{ replace .Name "-" " " | title }} is a project created by Bryson Steck" icon: "https://brysonsteck.xyz/files/..." date: {{ .Date }} draft: true +current: true --- |