Skip to content

Commit f83c8c8

Browse files
committed
Adding templates
1 parent 09fdd0a commit f83c8c8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: default.njk
3+
title: Your post title
4+
---
5+
6+
This is an outline that should be useful when setting up posts. All content is in Markdown format. No need to specify a title in the markdown as it'll be extracted from the front matter.
7+
8+
## Post structure
9+
10+
Intro paragraph. Set out what will be covered, and why. Ideally fewer than 5 lines.
11+
12+
## Concept & Overview
13+
14+
Go into more depth on the topic, history etc if needed.
15+
16+
## Examples
17+
18+
Give examples that demonstrate the theory. Try to keep them generic but focused.
19+
20+
## Exercise
21+
22+
Set out the exercise requirements.
23+
24+
## Suggested solution
25+
26+
Set out a suggested solution.
27+
28+
## Common Classes and Functions
29+
30+
## Further Reading
31+
32+
Link to further topics and resources as needed.

0 commit comments

Comments
 (0)