March 16, 2025Hi there, a few months ago I decided, I would want to go to a form of webspace where I dont have to spend money.
Although it’s only a few bucks, I thought it would be time to move on… this is basically a tutorial to move over to github pages…
Edit from 20-04-2025: Previously I had a Makefile-based approach, but this was not the ideal way, so now I changed it to utilize github actions instead
February 4, 2023As the blog grow bigger and after the move to hugo, I noticed a gap in the workflow,since
a blog and its content itself are different entities, I wanted to handle them as such,
that led me to a cleanup of the original source code for blog, where I moved the content folder
into a different repo, called hugo_content, the former repo I called hugo_blog.
---
In my case, this means you have to clone the repo hugo_blog first
go inside the new directory (cd hugo ), checkout its branch 'hugo' and then do a clone of
the repo hugo_content.
April 15, 2022Since one week my blog is build on the static-site-generator Hugo.
I wanted to move to Hugo far earlier, due to the wide variety of themes.
However this required the move from Asciidoc to Asciidoctor,
and I experienced a few problems with the integration of Asciidoctor into my existing workflow.
As the approach of rendering the latex-equations in the asciidoc-documents
no longer worked, I decided to move on to client-based rendering of formulas,
like done in KaTex and Mathjax.