From 71b9cb55f8349360aeb21f0781deaacea1d51ccd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 4 Feb 2019 19:47:31 +0100 Subject: [PATCH] fix release time and folder name --- .../images/content_pipeline.jpg | Bin .../images/theme_pipeline.jpg | Bin .../index.md | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename content/post/{continious-deployment-hugo => continuous-deployment-hugo}/images/content_pipeline.jpg (100%) rename content/post/{continious-deployment-hugo => continuous-deployment-hugo}/images/theme_pipeline.jpg (100%) rename content/post/{continious-deployment-hugo => continuous-deployment-hugo}/index.md (99%) diff --git a/content/post/continious-deployment-hugo/images/content_pipeline.jpg b/content/post/continuous-deployment-hugo/images/content_pipeline.jpg similarity index 100% rename from content/post/continious-deployment-hugo/images/content_pipeline.jpg rename to content/post/continuous-deployment-hugo/images/content_pipeline.jpg diff --git a/content/post/continious-deployment-hugo/images/theme_pipeline.jpg b/content/post/continuous-deployment-hugo/images/theme_pipeline.jpg similarity index 100% rename from content/post/continious-deployment-hugo/images/theme_pipeline.jpg rename to content/post/continuous-deployment-hugo/images/theme_pipeline.jpg diff --git a/content/post/continious-deployment-hugo/index.md b/content/post/continuous-deployment-hugo/index.md similarity index 99% rename from content/post/continious-deployment-hugo/index.md rename to content/post/continuous-deployment-hugo/index.md index 7b49484..7b1602a 100644 --- a/content/post/continious-deployment-hugo/index.md +++ b/content/post/continuous-deployment-hugo/index.md @@ -1,6 +1,6 @@ --- title: "Continuous Deployment mit Hugo und Drone CI" -date: 2019-02-04T18:00:00+02:00 +date: 2019-02-04T17:30:00+02:00 draft: false author: robert-kaussow description: "Static Site Generatoren sind gerade stark in Mode. Doch was voher das Blogsystem automatisch gemacht hat, muss jetzt vom Benutzer selbst durchgeführt werden. Mit Hilfe von Continuous Deployment Strategien lässt sich der Arbeitsaufwand aber auf ein Minimum reduzieren."