From ebfb62d0e9f95d3749567de122c54e0f9575da2a Mon Sep 17 00:00:00 2001 From: Andi Hechtbauer Date: Tue, 28 Nov 2017 16:47:38 +0100 Subject: [PATCH] update content --- content/_index.md | 1 + content/about/members/anti.org | 6 + content/kitchenlog/_index.md | 4 +- layouts/partials/site-footer.html | 9 + public/404.html | 16 +- public/about/index.html | 180 ++++++++++++++++++ public/about/index.xml | 25 +++ .../members/anti}/index.html | 62 +++--- public/about/page/1/index.html | 1 + public/categories/index.html | 16 +- public/index.html | 33 +++- public/index.xml | 16 +- public/kitchenlog/_index | 6 - public/kitchenlog/index | 6 - public/kitchenlog/index.html | 28 ++- public/kitchenlog/index.xml | 4 +- public/kitchenlog/my-first-post/index.html | 16 +- public/page | 6 - public/posts/index.xml | 24 --- public/posts/page/1/index.html | 1 - public/{posts => projekte}/index.html | 51 +++-- public/projekte/index.xml | 15 ++ public/projekte/page/1/index.html | 1 + public/sitemap.xml | 34 +++- public/tags/index.html | 40 +++- public/tags/index.xml | 10 + public/tags/log/index.html | 176 +++++++++++++++++ public/tags/log/index.xml | 24 +++ 28 files changed, 681 insertions(+), 130 deletions(-) create mode 100644 content/about/members/anti.org create mode 100644 layouts/partials/site-footer.html create mode 100644 public/about/index.html create mode 100644 public/about/index.xml rename public/{posts/my-first-post => about/members/anti}/index.html (82%) create mode 100644 public/about/page/1/index.html delete mode 100644 public/kitchenlog/_index delete mode 100644 public/kitchenlog/index delete mode 100644 public/page delete mode 100644 public/posts/index.xml delete mode 100644 public/posts/page/1/index.html rename public/{posts => projekte}/index.html (83%) create mode 100644 public/projekte/index.xml create mode 100644 public/projekte/page/1/index.html create mode 100644 public/tags/log/index.html create mode 100644 public/tags/log/index.xml diff --git a/content/_index.md b/content/_index.md index 4b7c032..083e44c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,7 @@ title: Binary Kitchen date: 2017-03-23 publishdate: 2017-03-24 +description: "Hack Space Regensburg" --- Welcome to ... \ No newline at end of file diff --git a/content/about/members/anti.org b/content/about/members/anti.org new file mode 100644 index 0000000..a268338 --- /dev/null +++ b/content/about/members/anti.org @@ -0,0 +1,6 @@ +* anti + +Twitter @antihec + +Short description + diff --git a/content/kitchenlog/_index.md b/content/kitchenlog/_index.md index 2a07903..efedfe6 100644 --- a/content/kitchenlog/_index.md +++ b/content/kitchenlog/_index.md @@ -1,6 +1,6 @@ +++ title = "Kitchenlog" date = 2017-11-28T15:40:24+01:00 -tags = [log] -description = "" +tags = ["log"] +description = "Was läuft" +++ diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html new file mode 100644 index 0000000..8a14015 --- /dev/null +++ b/layouts/partials/site-footer.html @@ -0,0 +1,9 @@ + + diff --git a/public/404.html b/public/404.html index 7da5084..a08e83d 100644 --- a/public/404.html +++ b/public/404.html @@ -67,8 +67,20 @@