This commit is contained in:
2023-11-23 19:17:54 +01:00
parent 64211b6090
commit 412609bc78
3 changed files with 25 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -1,10 +1,10 @@
+++
title = 'Easy ML Linux VM Setup'
date = 2023-11-21T10:47:31+01:00
date = 2023-11-26T10:47:31+01:00
draft = true
author = 'Janis Hutz'
tags = [ 'Linux', 'Windows', 'MacOS', 'Development' ]
categories = [ 'Tutorials', 'Rants' ]
tags = [ 'Linux', 'Windows', 'Development' ]
categories = [ 'Tutorials' ]
+++
Developing Software on Windows is a massive pain. This is why I have created a guide for beginners that are looking to start learning machine learning and don't have a proper Operating System to do serious ML work. You may, depending on your level of commitment also install this OS as it is as Dual-Boot, I will run you through doing that down below.

View File

@@ -1,10 +1,31 @@
+++
title = 'Welcome to blog.janishutz.com'
date = 2023-11-21T10:33:29+01:00
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 -->
![image](/images/2023/11/start.png)
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.