godforsaken.website is one of the many independent Mastodon servers you can use to participate in the fediverse.
godforsaken.website is a uk-based mastodon instance boasting literally thousands of posts about bumholes and UNESCO world heritage sites

Server stats:

31
active users

#zola

2 posts2 participants2 posts today
Continued thread

the website was made with #Zola (getzola.org), with some #Tera templates and #Sass ✨

i wrote this theme from scratch! i really like incorporating the #RosePine color scheme while keeping it responsive for most devices i've tested.

additionally, i also contributed to the Zola project for a "hidden" page feature because i used such a feature in the past. the contribution was made easy by the fact that it's written in #RustLang 💖

getzola.orgZolaEverything you need to make a static site engine in one binary.

I just checked how well Zola 0.18 in OpenBSD builds my blog (with its whopping SINGLE POST), which until now I have been building with Zola 0.19.2 in Linux.

Everything looks fine, including atom and rss feeds.

I just checked the Zola project site and learned that 0.20.0 is out.

While admitting that I don't know that much about the project, it doesn't look like almost anything changed

github.com/getzola/zola/releas

zola.passthejoe.net/

Welcome to this new release of Zola v0.20.0!
All artifacts are signed with this repos identity using Sigstore.
You can verify the signatures using the GitHub CLI.
gh attestation verify --owner getz...
GitHubRelease v0.20.0 · getzola/zolaWelcome to this new release of Zola v0.20.0! All artifacts are signed with this repos identity using Sigstore. You can verify the signatures using the GitHub CLI. gh attestation verify --owner getz...
#OpenBSD#Zola#Linux

I like this post from @bbelderbos on How to Blog with Zola.

I have been thinking about a shell script to start a new entry, and he has one here apythonistalearningrust.com/bl

He uses the Terminimal theme, which I did test and consider since I used to use the theme that inspired it in Hugo

apythonistalearningrust.comHow to blog with Zola, a Rust-based static site generator | A Pythonista Learning Rust
#zola#getzola#ssg

Are you looking for good Zola template code for RSS feeds?

The after-dark theme is produced by the Zola team, and their code for dropping the RSS/Atom line into HTML files from their index.html template is what I'm going to use with the Hook theme:

github.com/getzola/after-dark/

GitHubafter-dark/templates/index.html at master · getzola/after-darkA dark theme for Zola. Contribute to getzola/after-dark development by creating an account on GitHub.
#zola#getzola#ssg

I don't want to say most of the Zola themes haven't updated their code so RSS feeds work. I will just leave it at "many."

I found the problem and (sort of) the solution, but I am at odds as to how to fix it myself.

I tried to fix one theme per this Github issue but it didn't work. I'm just a new Zola user -- I haven't seen enough templates just yet.

github.com/getzola/zola/issues

GitHubZola 0.19 no longer builds/serves if I enable feeds. · Issue #2534 · getzola/zolaBy Jieiku
#zola#rust#rustlang
Replied in thread

@kimiamania Thanks for your post.

I have been experimenting with Zola, and have been having trouble with RSS. I couldn't seem to generate an RSS feed with Zola themes that didn't already include it.

After reading your post, I tried the after-dark theme, and I had atom.xml right out of the box.

I'm not as sure as you are that Zola is the way to go over #Hugo, but one of my aims is to more easily be able to modify a theme without breaking it.