some changes regarding the content
This commit is contained in:
parent
e2f0ef9b68
commit
b03f2aec79
6 changed files with 16 additions and 16 deletions
|
@ -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).
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ I can't showcase my work just yet, as it's still a work in progress and not read
|
||||||
In my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like `.. is deprecated, use .. instead`, which felt quite odd and frustrating. Since I'm new to the whole website industry, I wanted to stick to themes that work well and look nice:
|
In my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like `.. is deprecated, use .. instead`, which felt quite odd and frustrating. Since I'm new to the whole website industry, I wanted to stick to themes that work well and look nice:
|
||||||
## PaperMod
|
## PaperMod
|
||||||
---
|
---
|
||||||
One theme that stands out is PaperMod, which I am using right now 🫡.
|
One theme that stands out is [PaperMod](https://github.com/adityatelange/hugo-PaperMod), which I am using right now 🫡.
|
||||||
I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there's something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:
|
I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there's something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:
|
||||||
|
|
||||||
- Enabling breadcrumbs (those Home >> Blogs indicators)
|
- Enabling breadcrumbs (those Home >> Blogs indicators)
|
||||||
|
@ -22,8 +22,8 @@ I love its simplicity, but I know this is definitely NOT the right choice for a
|
||||||
|
|
||||||
## minimal_marketing
|
## minimal_marketing
|
||||||
---
|
---
|
||||||
Another theme I considered is minimal_marketing. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.
|
Another theme I considered is [minimal_marketing](https://github.com/letItCurl/minimal_marketing). It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.
|
||||||
|
|
||||||
## spectral
|
## spectral
|
||||||
---
|
---
|
||||||
The theme I selected and modified the most is spectral. It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.
|
The theme I selected and modified the most is [spctral](https://github.com/sbruder/spectral) . It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.
|
||||||
|
|
|
@ -103,7 +103,7 @@ My name is Alexander Pieck, and even though I’m in the IT business, I&rsqu
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
||||||
],
|
],
|
||||||
"articleBody": "whoami tl;dr pika aka. Alexander Pieck IT Sysadmin IT started as a hobby Homelab Enthusiast Never wanted to code… but now I might be coding… Welcome to my newly created blog! I’m not sure how good this is going to be, but I’ll try to make it as beautiful and interesting as possible.\nMy 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).\nRecently, 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!\nThen, 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.\nI 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.\nThis whole idea isn’t just for nothing. I plan to get it online, but really, it’s just for me, so…\nwhat do I want to achieve? Good question! Here are some things I hope to accomplish with this blog:\nJust Writing I don’t know why, but I’ve always liked sharing my thoughts with others. I do this to refresh my own knowledge and always thought others might learn something from it, even though I now realize that might not always have been the case. So yeah, mostly for myself, again. I also just love the English language, even though it’s not my native language. I’m from Germany and maybe I’ll try to add translated versions of my blog later on.\nLearning Vim Keybindings (Neovim) As I started coding, I stumbled across The Primeagen and fell in love with his vim skills and how fast he can just DO stuff. I was stunned and installed Neovim the same day. My newfound Neovim love is thanks to the Neovide frontend for Neovim. It’s absolutely gorgeous, and I really want to write, learn, and live in this environment now!\nLearning How to Code and Structure a Website I want to learn basic website design and maybe, later on, a bit of app design, specifically for the web. I love the open-source Docker containers available on Docker Hub, and would love to publish my own small set of apps. But that’s all something for future pika.\nBy setting these goals, I’m hoping to make this blog not just a platform for sharing my thoughts, but also a tool for personal growth and learning. Thank you for joining me on this journey!\n",
|
"articleBody": "whoami tl;dr pika aka. Alexander Pieck IT Sysadmin IT started as a hobby Homelab Enthusiast Never wanted to code… but now I might be coding… Welcome to my newly created blog! I’m not sure how good this is going to be, but I’ll try to make it as beautiful and interesting as possible.\nMy 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).\nRecently, 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!\nThen, 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 better.\nI 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.\nThis whole idea isn’t just for nothing. I plan to get it online, but really, it’s just for me, so…\nwhat do I want to achieve? Good question! Here are some things I hope to accomplish with this blog:\nJust Writing I don’t know why, but I’ve always liked sharing my thoughts with others. I do this to refresh my own knowledge and always thought others might learn something from it, even though I now realize that might not always have been the case. So yeah, mostly for myself, again. I also just love the English language, even though it’s not my native language. I’m from Germany and maybe I’ll try to add translated versions of my blog later on.\nLearning Vim Keybindings (Neovim) As I started coding, I stumbled across The Primeagen and fell in love with his vim skills and how fast he can just DO stuff. I was stunned and installed Neovim the same day. My newfound Neovim love is thanks to the Neovide frontend for Neovim. It’s absolutely gorgeous, and I really want to write, learn, and live in this environment now!\nLearning How to Code and Structure a Website I want to learn basic website design and maybe, later on, a bit of app design, specifically for the web. I love the open-source Docker containers available on Docker Hub, and would love to publish my own small set of apps. But that’s all something for future pika.\nBy setting these goals, I’m hoping to make this blog not just a platform for sharing my thoughts, but also a tool for personal growth and learning. Thank you for joining me on this journey!\n",
|
||||||
"wordCount" : "527",
|
"wordCount" : "527",
|
||||||
"inLanguage": "en",
|
"inLanguage": "en",
|
||||||
"datePublished": "2024-06-20T19:49:35+02:00",
|
"datePublished": "2024-06-20T19:49:35+02:00",
|
||||||
|
@ -221,8 +221,8 @@ My name is Alexander Pieck, and even though I’m in the IT business, I&rsqu
|
||||||
<hr>
|
<hr>
|
||||||
<p>Welcome to my newly created blog! I’m not sure how good this is going to be, but I’ll try to make it as beautiful and interesting as possible.</p>
|
<p>Welcome to my newly created blog! I’m not sure how good this is going to be, but I’ll try to make it as beautiful and interesting as possible.</p>
|
||||||
<p>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).</p>
|
<p>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).</p>
|
||||||
<p>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!</p>
|
<p>Recently, I decided to give programming a shot. I started with some bash scripts for my <a href="https://git.k4li.de/dotfiles/">dotfiles</a> and loved the customizability and freedom that comes with doing it yourself!</p>
|
||||||
<p>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.</p>
|
<p>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 <a href="https://git.k4li.de/dotfiles/waybar.git">waybar</a> better.</p>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
<p>This whole idea isn’t just for nothing. I plan to get it online, but really, it’s just for me, so…</p>
|
<p>This whole idea isn’t just for nothing. I plan to get it online, but really, it’s just for me, so…</p>
|
||||||
<h2 id="what-do-i-want-to-achieve">what do I want to achieve?<a hidden class="anchor" aria-hidden="true" href="#what-do-i-want-to-achieve">#</a></h2>
|
<h2 id="what-do-i-want-to-achieve">what do I want to achieve?<a hidden class="anchor" aria-hidden="true" href="#what-do-i-want-to-achieve">#</a></h2>
|
||||||
|
|
|
@ -100,8 +100,8 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
||||||
],
|
],
|
||||||
"articleBody": "A Challenge Will Get You Going A few days ago, I embarked on a new adventure: writing my first blog entry. I didn’t really know what I was doing, and to be honest, that hasn’t changed much! 😊 However, I am amazed at how straightforward and enjoyable it is to learn website development with the Hugo framework. As I mentioned before, one of my goals was to create a website for a client. And let me tell you, it feels fantastic to learn some truly “good” stuff. My work may not be perfect, but I’m genuinely proud of myself and have thoroughly enjoyed the process with Hugo.\nI can’t showcase my work just yet, as it’s still a work in progress and not ready for production. But once the website is live, I’ll make sure to update this page with a link.\nIn my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like .. is deprecated, use .. instead, which felt quite odd and frustrating. Since I’m new to the whole website industry, I wanted to stick to themes that work well and look nice:\nPaperMod One theme that stands out is PaperMod, which I am using right now 🫡. I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there’s something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:\nEnabling breadcrumbs (those Home » Blogs indicators) Enabling Emoji support 🥳 And many more features, which I plan to explore in the coming days minimal_marketing Another theme I considered is minimal_marketing. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.\nspectral The theme I selected and modified the most is spectral. It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.\n",
|
"articleBody": "A Challenge Will Get You Going A few days ago, I embarked on a new adventure: writing my first blog entry. I didn’t really know what I was doing, and to be honest, that hasn’t changed much! 😊 However, I am amazed at how straightforward and enjoyable it is to learn website development with the Hugo framework. As I mentioned before, one of my goals was to create a website for a client. And let me tell you, it feels fantastic to learn some truly “good” stuff. My work may not be perfect, but I’m genuinely proud of myself and have thoroughly enjoyed the process with Hugo.\nI can’t showcase my work just yet, as it’s still a work in progress and not ready for production. But once the website is live, I’ll make sure to update this page with a link.\nIn my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like .. is deprecated, use .. instead, which felt quite odd and frustrating. Since I’m new to the whole website industry, I wanted to stick to themes that work well and look nice:\nPaperMod One theme that stands out is PaperMod, which I am using right now 🫡. I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there’s something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:\nEnabling breadcrumbs (those Home » Blogs indicators) Enabling Emoji support 🥳 And many more features, which I plan to explore in the coming days minimal_marketing Another theme I considered is minimal_marketing. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.\nspectral The theme I selected and modified the most is spctral . It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.\n",
|
||||||
"wordCount" : "401",
|
"wordCount" : "402",
|
||||||
"inLanguage": "en",
|
"inLanguage": "en",
|
||||||
"datePublished": "2024-06-20T23:15:44+02:00",
|
"datePublished": "2024-06-20T23:15:44+02:00",
|
||||||
"dateModified": "2024-06-20T23:15:44+02:00",
|
"dateModified": "2024-06-20T23:15:44+02:00",
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
<h1 class="post-title entry-hint-parent">
|
<h1 class="post-title entry-hint-parent">
|
||||||
A challange will get you going fast
|
A challange will get you going fast
|
||||||
</h1>
|
</h1>
|
||||||
<div class="post-meta"><span title='2024-06-20 23:15:44 +0200 CEST'>June 20, 2024</span> · 2 min · 401 words
|
<div class="post-meta"><span title='2024-06-20 23:15:44 +0200 CEST'>June 20, 2024</span> · 2 min · 402 words
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
@ -206,7 +206,7 @@
|
||||||
<p>In my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like <code>.. is deprecated, use .. instead</code>, which felt quite odd and frustrating. Since I’m new to the whole website industry, I wanted to stick to themes that work well and look nice:</p>
|
<p>In my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like <code>.. is deprecated, use .. instead</code>, which felt quite odd and frustrating. Since I’m new to the whole website industry, I wanted to stick to themes that work well and look nice:</p>
|
||||||
<h2 id="papermod">PaperMod<a hidden class="anchor" aria-hidden="true" href="#papermod">#</a></h2>
|
<h2 id="papermod">PaperMod<a hidden class="anchor" aria-hidden="true" href="#papermod">#</a></h2>
|
||||||
<hr>
|
<hr>
|
||||||
<p>One theme that stands out is PaperMod, which I am using right now 🫡.
|
<p>One theme that stands out is <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod</a>, which I am using right now 🫡.
|
||||||
I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there’s something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:</p>
|
I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there’s something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Enabling breadcrumbs (those Home » Blogs indicators)</li>
|
<li>Enabling breadcrumbs (those Home » Blogs indicators)</li>
|
||||||
|
@ -215,10 +215,10 @@ I love its simplicity, but I know this is definitely NOT the right choice for a
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="minimal_marketing">minimal_marketing<a hidden class="anchor" aria-hidden="true" href="#minimal_marketing">#</a></h2>
|
<h2 id="minimal_marketing">minimal_marketing<a hidden class="anchor" aria-hidden="true" href="#minimal_marketing">#</a></h2>
|
||||||
<hr>
|
<hr>
|
||||||
<p>Another theme I considered is minimal_marketing. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.</p>
|
<p>Another theme I considered is <a href="https://github.com/letItCurl/minimal_marketing">minimal_marketing</a>. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.</p>
|
||||||
<h2 id="spectral">spectral<a hidden class="anchor" aria-hidden="true" href="#spectral">#</a></h2>
|
<h2 id="spectral">spectral<a hidden class="anchor" aria-hidden="true" href="#spectral">#</a></h2>
|
||||||
<hr>
|
<hr>
|
||||||
<p>The theme I selected and modified the most is spectral. It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.</p>
|
<p>The theme I selected and modified the most is <a href="https://github.com/sbruder/spectral">spctral</a> . It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.</p>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -167,7 +167,7 @@
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<p>A Challenge Will Get You Going A few days ago, I embarked on a new adventure: writing my first blog entry. I didn’t really know what I was doing, and to be honest, that hasn’t changed much! 😊 However, I am amazed at how straightforward and enjoyable it is to learn website development with the Hugo framework. As I mentioned before, one of my goals was to create a website for a client....</p>
|
<p>A Challenge Will Get You Going A few days ago, I embarked on a new adventure: writing my first blog entry. I didn’t really know what I was doing, and to be honest, that hasn’t changed much! 😊 However, I am amazed at how straightforward and enjoyable it is to learn website development with the Hugo framework. As I mentioned before, one of my goals was to create a website for a client....</p>
|
||||||
</div>
|
</div>
|
||||||
<footer class="entry-footer"><span title='2024-06-20 23:15:44 +0200 CEST'>June 20, 2024</span> · 2 min · 401 words</footer>
|
<footer class="entry-footer"><span title='2024-06-20 23:15:44 +0200 CEST'>June 20, 2024</span> · 2 min · 402 words</footer>
|
||||||
<a class="entry-link" aria-label="post link to A challange will get you going fast" href="https://blog.k4li.me/blog/2024/2/"></a>
|
<a class="entry-link" aria-label="post link to A challange will get you going fast" href="https://blog.k4li.me/blog/2024/2/"></a>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
|
@ -181,7 +181,7 @@
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<p>A Challenge Will Get You Going A few days ago, I embarked on a new adventure: writing my first blog entry. I didn’t really know what I was doing, and to be honest, that hasn’t changed much! 😊 However, I am amazed at how straightforward and enjoyable it is to learn website development with the Hugo framework. As I mentioned before, one of my goals was to create a website for a client....</p>
|
<p>A Challenge Will Get You Going A few days ago, I embarked on a new adventure: writing my first blog entry. I didn’t really know what I was doing, and to be honest, that hasn’t changed much! 😊 However, I am amazed at how straightforward and enjoyable it is to learn website development with the Hugo framework. As I mentioned before, one of my goals was to create a website for a client....</p>
|
||||||
</div>
|
</div>
|
||||||
<footer class="entry-footer"><span title='2024-06-20 23:15:44 +0200 CEST'>June 20, 2024</span> · 2 min · 401 words</footer>
|
<footer class="entry-footer"><span title='2024-06-20 23:15:44 +0200 CEST'>June 20, 2024</span> · 2 min · 402 words</footer>
|
||||||
<a class="entry-link" aria-label="post link to A challange will get you going fast" href="https://blog.k4li.me/blog/2024/2/"></a>
|
<a class="entry-link" aria-label="post link to A challange will get you going fast" href="https://blog.k4li.me/blog/2024/2/"></a>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue