diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-02 11:18:01 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-02 11:18:01 -0700 |
commit | 4cd9efaf56b61e86782e13a5b15411b679b5c259 (patch) | |
tree | 111936f9ad7c638f0e18998418ef3d6c1b399693 /archetypes | |
parent | 322d497071eee901e4ea84956eda0afab23ba225 (diff) | |
download | website-4cd9efaf56b61e86782e13a5b15411b679b5c259.tar website-4cd9efaf56b61e86782e13a5b15411b679b5c259.tar.gz website-4cd9efaf56b61e86782e13a5b15411b679b5c259.tar.bz2 |
added website content
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/projects.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archetypes/projects.md b/archetypes/projects.md new file mode 100644 index 0000000..862ecdd --- /dev/null +++ b/archetypes/projects.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: "" +icon: "https://brysonsteck.xyz/files/..." +date: {{ .Date }} +draft: true +--- + |