Add a sketch archetype with a bunch of boilerplate for p5 sketches
This commit is contained in:
parent
cc4b1df2bf
commit
7bbd9a3adf
2 changed files with 27 additions and 0 deletions
7
archetypes/sketch/index.md
Normal file
7
archetypes/sketch/index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
{{< figures/p5 id="sketch" >}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue