@neil My blog #publicvoit https://karl-voit.at/ is generated by my Python generator #lazyblorg: https://karl-voit.at/tags/lazyblorg/

It not only got #Atom feeds for links only, teasers and full articles: https://karl-voit.at/how-to-use-this-blog/

It also got Atom feeds for all of my tags: https://karl-voit.at/tags/

Furthermore, you can combine up to 2 tags and still get a feed: https://karl-voit.at/2026/04/19/lazyblorg-recent-features/
Example: Austria + education = https://karl-voit.at/tags/austria/education/ -> feed.

I think you rarely see more feed options with other sites. ๐Ÿ˜‰

#RSS

public voit - Homepage of Karl Voit

@richard Notice that in my concept, I went for "an article-specific #hashtag and no include into the article" with the option of adding a "search for article comments in the #Fediverse via article hashtag"-link if I may find a reasonable way of implementing that link.

You're following the "one single toot that contains all Fediverse comments within".

I'm still uncertain which way to go here. Both have their downsides and advantages.

#Mastodon #blogging #lazyblorg

@richard I would love to read about this!

#Mastodon blog article comments ftw!

Background: similar idea of mine on https://karl-voit.at/2026/02/18/Vorschlag-minkorrekt-Fediverse-statt-Forum/ and implemented it on https://karl-voit.at/2026/04/19/lazyblorg-recent-features/

#lazyblorg #publicvoit

Leserbrief: Vorschlag, wie ein Podcast (minkorrekt) ein (Wordpress-)Forum durch das Fediverse ersetzen kann

Leserbrief: Vorschlag, wie ein Podcast (minkorrekt) ein (Wordpress-)Forum durch das Fediverse ersetzen kann

public voit - Web-page of Karl Voit

@noctuaminervae What happens in the Fediverse stays in the Fediverse. ๐Ÿ˜‰

It's just a convention of having an article-specific #hashtag. I don't republish Fediverse comments.

I have 3 independent comment possibilities: email (with me adding it manually), Disqus and the Fediverse hashtag convention.

#20260419_LazyblorgRecentFeatures #lazyblorg #publicvoit

"Recent Features Added to #lazyblorg (Static Blog Generator)"
https://Karl-Voit.at/2026/04/19/lazyblorg-recent-features

I'm really exited how well my blog solution turned out these days. You might want to check our some features in order to give you some ideas.

#publicvoit #20260419_LazyblorgRecentFeatures #PIM #orgmode #staticblog #staticbloggenerators

Recent Features Added to lazyblorg (Static Blog Generator)

Recent Features Added to lazyblorg (Static Blog Generator)

public voit - Web-page of Karl Voit

RE: https://graz.social/@publicvoit/116167678398997520

Yet another neat feature of my #orgmode #lazyblorg #staticwebsitegenerator: text snippets you can re-use all over your articles. โœ‚๏ธ

From in-line words to whole paragraphs or headings:
https://github.com/novoid/lazyblorg/wiki/Snippets

My first use-case are the disclaimer texts on top of each #UOMF article that refers to the series main page: https://karl-voit.at/2019/09/25/using-orgmode/

The more I add smart little helpers like that, the more I am happy to have started writing my own tool in the first place: perfect adaption to my personal use-cases.

#PIM #publicvoit

My #orgdown static website generator #lazyblorg learned lots of new tricks lately:

- ultracool #TagTree navigation ๐Ÿท๏ธ
- Atom feeds for single tags and combination of 2 #tags! ๐Ÿ”–
- share on Mastodon  
- "random articles published on the same day" ๐ŸŽฒ
- published on pypi ๐Ÿ
- popular articles recommendation ๐Ÿ“ˆ
- generates list of all external URLs for link-checker workflows ๐Ÿ”—
- fixed broken handling of WaybackMachine URLs โฒ๏ธ

Source: https://github.com/novoid/lazyblorg ๐Ÿ’ป

Try out its features on: https://karl-voit.at/ ๐Ÿคฉ

It's still mostly a "works for me" solution (true geeks can make it run!) but a *really* fancy one! ๐Ÿ˜Ž

#Emacs #orgmode #publicvoit

GitHub - novoid/lazyblorg: Blogging with Org-mode for very lazy people

Blogging with Org-mode for very lazy people. Contribute to novoid/lazyblorg development by creating an account on GitHub.

GitHub

By accident, my #lazyblorg is one of the first blogging solutions that include a "Share on #Mastodon" functionality on each article page. ๐Ÿฅณ

Learn how to do it yourself: https://share.joinmastodon.org/

Read about that: https://www.heise.de/en/news/Decentralization-as-a-hurdle-Mastodon-now-offers-share-button-for-websites-11196695.html

Try it out yourself at the bottom of an article like: https://karl-voit.at/2024/06/18/Fediverse-and-Mastodon/

 ๐Ÿ‘

#publicvoit

@oantolin Well, I haven't used any #staticwebpage generator except my own: #lazyblorg.

The reason why I programmed my own generator was that I could not get the features I wanted to have anywhere else:

- blog posts anywhere I like them: among my tasks/projects/contacts/...
- absolute minimal effort to write a post
- that includes also being able to include images with just mentioning their file name
- navigation via #tags and #TagTrees (combination of different tags - very cool!)
- different types of pages: temporal, persistent, ...
- different Atom #feeds for the users: all articles, just one tag, all articles that combine 2 tags

It just feels "home" to me.

More: https://github.com/novoid/lazyblorg

#orgmode #Emacs #orgdown #staticwebpagegenerator #publicvoit

RE: https://graz.social/@publicvoit/116071289726731542

After implementing the new feed feature https://github.com/novoid/lazyblorg/issues/48 with the help of Claude, I also added a new feature: "--external-url-file $FILE" now generates a tab-separated file that contains all external URLs so that you may use that for any external URL checker:
https://github.com/novoid/lazyblorg/issues/43

As with most of my AI-supported sessions, I added their prompts to the tickets so that anybody is able to understand what was implemented and what design decisions were made.

#lazyblorg #vibecoding