From 54447b60cb8994f5230692e43159c4b5a7202200 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 24 Nov 2023 09:16:33 +0100 Subject: [PATCH] finish up first blog article --- content/posts/2023/11/start.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/posts/2023/11/start.md b/content/posts/2023/11/start.md index 54fbf17..5f8bbd5 100644 --- a/content/posts/2023/11/start.md +++ b/content/posts/2023/11/start.md @@ -8,7 +8,6 @@ categories = [ 'introduction' ] image = '/images/2023/11/start.png' +++ - ![image](/images/2023/11/start.png) What can you expect from this blog? @@ -26,6 +25,6 @@ This is something I haven't decided on, and I probably won't have a schedule, li ## How is the content organized? I try to keep everything organized as much as possible and might go in and change categories and tags of older articles to other ones if I find that new tags or categories fit the content of the article better. -## How is this website created? -Usually, I do my own stuff, but this time, for simplicity reasons, I have chosen to go with [Hugo](https://gohugo.io), the static site generator and I am using the [DoIt theme](https://github.com/HEIGE-PCloud/DoIt) for it. +## How was this website created? +Usually, I do my own stuff, but this time, for simplicity reasons, I have chosen to go with [Hugo](https://gohugo.io), the static site generator, and I am using the [DoIt theme](https://github.com/HEIGE-PCloud/DoIt) for it.