aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-12-27 00:48:42 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-12-27 00:48:42 -0700
commit199f5ca505ca7392b3e770e83c5150a9f897d6d0 (patch)
treec8a4c1b5576db270b8b73ae848bc0e76e3ad6001 /archetypes
parent4cd9efaf56b61e86782e13a5b15411b679b5c259 (diff)
downloadwebsite-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar
website-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar.gz
website-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar.bz2
somewhat functional website now
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/projects.md3
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
---