From db54470826faf8cf826f2bea804598ea502ab912 Mon Sep 17 00:00:00 2001 From: Romeo Disca Date: Fri, 26 Apr 2019 17:37:24 +0200 Subject: add blog entries --- content/blog/blog1.md | 10 ++++++++++ content/blog/blog2.md | 10 ++++++++++ content/blog/blog3.md | 10 ++++++++++ content/blog/blog4.md | 10 ++++++++++ themes/rusticus/archetypes/blog.md | 10 ++++++++++ themes/rusticus/layouts/partials/home/front-page-summary.html | 3 --- 6 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 content/blog/blog1.md create mode 100644 content/blog/blog2.md create mode 100644 content/blog/blog3.md create mode 100644 content/blog/blog4.md create mode 100644 themes/rusticus/archetypes/blog.md diff --git a/content/blog/blog1.md b/content/blog/blog1.md new file mode 100644 index 0000000..4722506 --- /dev/null +++ b/content/blog/blog1.md @@ -0,0 +1,10 @@ +--- +title: "Blog1" +date: 2019-04-26T17:36:29+02:00 +draft: true + +tags: + +summary: This is a summary +--- + diff --git a/content/blog/blog2.md b/content/blog/blog2.md new file mode 100644 index 0000000..3802d8f --- /dev/null +++ b/content/blog/blog2.md @@ -0,0 +1,10 @@ +--- +title: "Blog2" +date: 2019-04-26T17:36:42+02:00 +draft: true + +tags: + +summary: This is a summary +--- + diff --git a/content/blog/blog3.md b/content/blog/blog3.md new file mode 100644 index 0000000..fdc1120 --- /dev/null +++ b/content/blog/blog3.md @@ -0,0 +1,10 @@ +--- +title: "Blog3" +date: 2019-04-26T17:36:45+02:00 +draft: true + +tags: + +summary: This is a summary +--- + diff --git a/content/blog/blog4.md b/content/blog/blog4.md new file mode 100644 index 0000000..055a65d --- /dev/null +++ b/content/blog/blog4.md @@ -0,0 +1,10 @@ +--- +title: "Blog4" +date: 2019-04-26T17:36:48+02:00 +draft: true + +tags: + +summary: This is a summary +--- + diff --git a/themes/rusticus/archetypes/blog.md b/themes/rusticus/archetypes/blog.md new file mode 100644 index 0000000..06f9d0c --- /dev/null +++ b/themes/rusticus/archetypes/blog.md @@ -0,0 +1,10 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true + +tags: + +summary: This is a summary +--- + diff --git a/themes/rusticus/layouts/partials/home/front-page-summary.html b/themes/rusticus/layouts/partials/home/front-page-summary.html index 773503e..325a59f 100644 --- a/themes/rusticus/layouts/partials/home/front-page-summary.html +++ b/themes/rusticus/layouts/partials/home/front-page-summary.html @@ -1,5 +1,3 @@ - - - -- cgit v1.2.3