From 10fb92d5b21ac6cb84f67908c68f7ed517f58cc1 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 25 Jul 2020 19:16:37 -0700 Subject: [PATCH] Update theme (#6) --- archetypes/posts.md | 11 +++++++++++ layouts/partials/comments.html | 8 ++++++++ themes/terminal | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 archetypes/posts.md create mode 100644 layouts/partials/comments.html diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..294ba1c --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,11 @@ ++++ +title = "{{ replace .Name "-" " " | title }}" +date = "{{ .Date }}" +author = "" +authorTwitter = "" #do not include @ +cover = "" +tags = ["", ""] +keywords = ["", ""] +description = "" +showFullContent = false ++++ diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..0bbfbd2 --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,8 @@ + diff --git a/themes/terminal b/themes/terminal index bc29541..6404a48 160000 --- a/themes/terminal +++ b/themes/terminal @@ -1 +1 @@ -Subproject commit bc295415148b61663d627fa56b8406d725d5f3fa +Subproject commit 6404a48fe385a70a8ca22e9da72839c9709665de