Title for Champions

July 13, 2023 15 min read rest champion, test

Code Block tests Code Block with ``` vi 2023-06-12-lorem-ipsum.md mkdir somerandomdir ping 8.8.8.8 curl www.google.de def factorial(n): if n == 0: return 1 #just to take at how a really long comment looks like in the code block else: return n * factorial(n-1) result = factorial(5) print("Factorial of 5:", result)...


Welcome to Jekyll!

June 06, 2023 1 min read jekyll, update

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when...


Customizing Your Jekyll Site

June 03, 2023 1 min read

Jekyll provides several customization options to make your site unique. In this post, we’ll explore some of the ways you can customize your Jekyll site. Changing the Theme Jekyll has a wide range of themes available that you can use to change the appearance of your site. To change the...