create template for deep dive pages
This commit is contained in:
parent
1b78e616cf
commit
80addb5d6f
|
|
@ -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. ...
|
||||
Loading…
Reference in New Issue