Conversation
Can anyone recommend a good, simple markdown blog? Using GitHub for this is one option but I would also like to keep the current domain name (blog.namei.org).
3
0
0

@jmorris If you like GH, you should be able to configure things to use your own domain:

https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site

Beyond that, I use Jekyll for my own blog, which oddly enough I believe GH also uses for their GH pages sites:

https://jekyllrb.com

0
0
1

@jmorris I regret using Jekyll because it is so slow but haven't had the energy yet to finish a migration to the much faster Hugo. But that's where I'd like to land.

I currently deploy with netlify — lets me use my own domain and I fit into the free plan just fine.

0
0
1

@jmorris Hugo is a not “simple” I think but it works well enough once it is set up

0
0
1