Tag: zola
I was doing some Mikrotik related blog posts recently and even though my
neovim has support for RouterOS syntax in markdown .md files inside code
blocks via sheerun/vim-polyglot, zola does not have a built in support
for it.
Claude was however able to convert this
vim script
into…
When building a static site with Zola, one common issue is discovering
broken internal links only after deployment. External links pointing to
your own content (like [post](/blog/my-post/)) are treated as external by
Zola's link checker, missing valuable validation opportunities.…
I recently encountered a frustrating issue where syntax highlighting worked
perfectly when running zola serve locally, but completely disappeared
when deployed to Cloudflare Pages. Here's how I diagnosed and fixed the
problem.
The Symptoms#
The issue manifested in two ways:
Vi…
There is no shortage of privacy related issues on the Internet. One of them
I decided to tackle today is EXIF metadata embedded to the photos I publish
here. I do not publish photos too often currently, but occasionally I do.
Before today, I did not strip any EXIF metadata and th…
I have put a considerable effort today to fix a lot of small errors on the
blog that accumulated over time, either by the fact that the blog was
converted from Sapper to Zola, which naturally processes some slight
details of the Markdown differently or due to me mistyping some wo…
When learning new things, it always go slowly at the beginning, speeding
things up as the learning curve progresses. In the end, every other tool in
the developer's toolset helps in the long run. Today I dug deeper into
another template engine called Tera.
Tera is a template engi…
By adopting zola as a go-to Static Site
Generator (SSG) tool I was
successfully able to leave the Sapper behind.
There was however quite a serious issue with the new blog setup that went
unnoticed for a few days.
Precisely, the problem was with the URL links. It is very
important…