From 18880d2e0cb03fcac82fc4f5929a3445344582a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20D=C3=B6rfler?= Date: Tue, 21 Jan 2020 14:41:48 +0100 Subject: [PATCH] WIP: writing deployment article --- content/blog/deployment/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/blog/deployment/index.md diff --git a/content/blog/deployment/index.md b/content/blog/deployment/index.md new file mode 100644 index 0000000..a1bea9a --- /dev/null +++ b/content/blog/deployment/index.md @@ -0,0 +1,11 @@ +--- +title: Deployment Reflection +date: "2020-01-21T18:04:37.149Z" +description: Deployment of the Blog +--- + +It took some time, but I figured as I only got around to deploy the blog just now, I could use the opportunity and just document what I'm doing. So here is a blog post describing how the blog it is hosted in is built and deployed. + +# The moving parts + +I'm a developer. I experienced too much pain with wordpress, typo3 and similar CMSs in the past, so whatever I used for a blog had to be closer to what I feel confortable using.