Welcome to this site!

Published: Dec 21, 2022 by Josef Prinz

I am in the process of learning how to use Jekyll to generate GitHub Pages. You can see my first attempts here. It really is very comfortable to be able to use predefined themes like the Bulma-clean theme created by C.S. Rhymes which I have used here.

If you have installed Jekyll 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 a file is updated.

When I tried to deploy the side to GitHub pages I got the error “side not found” for linked pages when I tried to navigate. I had to move every page in its own subdirectory to get it work. Another thing that was not noticed in the local test is the case sensitivity of links in GitHub pages. Apart from these, there were no other problems, everything else worked smoothly.

Jekyll supports blog post files, like this one.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

I will continue to report on my experiences here. First and foremost, however, I will write about development topics from my area of expertise in this blog.

Share