From 80addb5d6f027a9ce544456874e9507e2776b328 Mon Sep 17 00:00:00 2001 From: khalilcodes Date: Fri, 15 Apr 2022 13:59:58 +0300 Subject: [PATCH] create template for deep dive pages --- templates/template.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/template.md 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