Add a sketch archetype with a bunch of boilerplate for p5 sketches

This commit is contained in:
Eryn Wells 2022-11-18 08:30:32 -08:00
parent cc4b1df2bf
commit 7bbd9a3adf
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
{{< figures/p5 id="sketch" >}}