From f99df9104f9bc6f7d0c078cb95b919c67497a470 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Aug 2020 07:16:58 -0300 Subject: Add post and TIL templates --- _config.yml | 1 + templates/post.md | 7 +++++++ templates/til.md | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 templates/post.md create mode 100644 templates/til.md 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 +--- -- cgit v1.2.3