aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_config.yml1
-rw-r--r--templates/post.md7
-rw-r--r--templates/til.md7
3 files changed, 15 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 4990238..9896de2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -26,6 +26,7 @@ exclude:
- spelling/
- scripts/
- result
+ - templates/
collections:
pastebins:
diff --git a/templates/post.md b/templates/post.md
new file mode 100644
index 0000000..d953683
--- /dev/null
+++ b/templates/post.md
@@ -0,0 +1,7 @@
+---
+title: FIXME
+date: FIXME
+layout: post
+lang: FIXME
+ref: FIXME-post
+---
diff --git a/templates/til.md b/templates/til.md
new file mode 100644
index 0000000..e0c8f94
--- /dev/null
+++ b/templates/til.md
@@ -0,0 +1,7 @@
+---
+title: FIXME
+date: FIXME
+layout: til
+lang: FIXME
+ref: FIXME-til
+---