diff --git a/content/images/2023/11/start.png b/content/images/2023/11/start.png new file mode 100644 index 0000000..cfbd306 Binary files /dev/null and b/content/images/2023/11/start.png differ diff --git a/content/posts/2023/11/easy-ml-linux-vm-setup.md b/content/posts/2023/11/easy-ml-linux-vm-setup.md index 5067ae7..0d900bd 100644 --- a/content/posts/2023/11/easy-ml-linux-vm-setup.md +++ b/content/posts/2023/11/easy-ml-linux-vm-setup.md @@ -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. diff --git a/content/posts/2023/11/start.md b/content/posts/2023/11/start.md index 3381bf9..54fbf17 100644 --- a/content/posts/2023/11/start.md +++ b/content/posts/2023/11/start.md @@ -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' +++ +![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. +