diff --git a/templates/template.md b/templates/template.md new file mode 100644 index 0000000..0aabb0e --- /dev/null +++ b/templates/template.md @@ -0,0 +1,37 @@ +--- +title: Page title goes here +date: YYYY-MM-DD (numbers only) +description: "Description goes here and will be rendered on the page after the title" +youtube: youtube video url +podcast: podcast url +image: thumbnail image for youtube +featured: false +created: YYYY-MM-DD (numbers only) +aliases: claims/... +--- + +* wiki topic [[editing]] +* ... + +Note: All fields above are optional. Remove (or leave empty) the fields that are not in use to eliminate any errors during build. + +*** + +# Episode Notes + +## Summary + +Summary content here ... + +## What is (topic here) ? + +... + +## Concepts Covered + +* [example](../concepts/(see concepts folder)) +* ... + +## References (if any) +1. ... +1. ... \ No newline at end of file