some changes regarding the content

This commit is contained in:
pika 2024-06-23 12:47:08 +02:00
parent e2f0ef9b68
commit b03f2aec79
6 changed files with 16 additions and 16 deletions

View file

@ -18,9 +18,9 @@ Welcome to my newly created blog! I'm not sure how good this is going to be, but
My name is Alexander Pieck, and even though I'm in the IT business, I'm usually the kind of sysadmin who runs the servers and hardware and gets blamed for slow internet speeds and bad password policies (spoiler: I also hate changing my password every 180 days).
Recently, I decided to give programming a shot. I started with some bash scripts for my dotfiles and loved the customizability and freedom that comes with doing it yourself!
Recently, I decided to give programming a shot. I started with some bash scripts for my [dotfiles](https://git.k4li.de/dotfiles/) and loved the customizability and freedom that comes with doing it yourself!
Then, I thought about creating my own website. As an IT guy, I also have my own company and need a way to present myself on the world wide web. So about a week ago, I started dabbling in HTML and CSS. Just basic stuff like padding, margin, flexboxes, and layout/placement. This also helped me customize my dotfiles better.
Then, I thought about creating my own website. As an IT guy, I also have my own company and need a way to present myself on the world wide web. So about a week ago, I started dabbling in HTML and CSS. Just basic stuff like padding, margin, flexboxes, and layout/placement. This also helped me customize my [waybar](https://git.k4li.de/dotfiles/waybar.git) better.
I already knew a bit of markdown from using Git, of course. But I never really had the need to write much in markdown. Now, with Hugo as my site generator, I need to know markdown well. I think it's a pretty easy and fast way to deploy websites (even non-blog websites, if you know how), so I decided to go that route.