32 lines
1.5 KiB
Markdown
32 lines
1.5 KiB
Markdown
+++
|
|
title = 'Welcome to blog.janishutz.com'
|
|
date = 2023-11-23T10:33:29+01:00
|
|
draft = false
|
|
author = 'Janis Hutz'
|
|
tags = [ 'introduction' ]
|
|
categories = [ 'introduction' ]
|
|
image = '/images/2023/11/start.png'
|
|
+++
|
|
|
|
<!-- TODO: Add title image -->
|
|

|
|
|
|
What can you expect from this blog?
|
|
|
|
I am planning to write about a lot of different topics, but mostly about Linux, the Open Source world, software development, and occasionally I'll create some guides
|
|
|
|
## Who am I?
|
|
You can visit my [about me page](https://janishutz.com/about/aboutme) on my [main website](https://janishutz.com)
|
|
|
|
In short, I do software development and am a Linux enthusiast and open source advocate.
|
|
|
|
## How often will there be new posts?
|
|
This is something I haven't decided on, and I probably won't have a schedule, like ever. There will be a new post, if I find a topic to write about that is interesting or pressing currently or just a massive rant about some stupid development in the world of tech.
|
|
|
|
## 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.
|
|
|