Does anyone have recommendation for a fairly basic blog system with (some of) these characteristics:
- can be hosted as GitHub Pages
- simple-ish to setup and to create posts
- an RSS feed would be very nice
I came across this jekyll-based tutorial, and it seems to check all my boxes:
- https://chadbaldwin.net/2021/03/14/how-to-build-a-sql-blog.html
Building a Free Blog with GitHub Pages in Minutes

How to build a blog for free, using GitHub Pages.

Chad’s Blog
Another workable example/tutorial, using 11ty:
- https://github.com/11ty/eleventy-base-blog
GitHub - 11ty/eleventy-base-blog: A starter repository for a blog web site using the Eleventy static site generator.

A starter repository for a blog web site using the Eleventy static site generator. - 11ty/eleventy-base-blog

GitHub

@justvanrossum Eleventy reminds me of Robofont in that it doesn’t force you to do things a certain way or make a lot of assumptions. Very easily extensible and lots of great plugins. I just added RSS to my site and it was very simple.

My site is connected to a git repo and it’s hosted by Netlify on their free tier, works great

@cjtype I went through the 11ty "base blog" demo and I got it working in a few minutes, with a new blog post. I like it very much so far.
@justvanrossum @cjtype Please post a link to your new blog when it’s stable! I will instantly susbscribe via RSS.