create template for deep dive pages

This commit is contained in:
khalilcodes 2022-04-15 13:59:58 +03:00
parent 1b78e616cf
commit 80addb5d6f
1 changed files with 37 additions and 0 deletions

37
templates/template.md Normal file
View File

@ -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. ...