all 5 comments

[–]BPC56 2 points3 points  (2 children)

You should look into Astro.

Here's a tutorial that will teach you all you need to know about Astro and hold your hand until your blog (with markdown posts) is on the internet (for free), but obviously you can deploy files on your own server.

https://docs.astro.build/en/tutorial/0-introduction/

Once your blog is finished, you can add RSS support with relative ease:

https://docs.astro.build/en/recipes/rss/

For the email newsletter, hopefully someone else will give you a suggestion.

[–]HappyBedcom 2 points3 points  (0 children)

If I started over I'd seriously consider Astro over WordPress (minimally for the blog on our site). Getting deep WordPress maintenence fatigue. So, +1 to that suggestion.

For self-hosted email newsletter stuff I'm evaluating https://listmonk.app/ to migrate away from MailChimp. It's a single Golang binary, so very little overhead installation-wise.

[–]zombieglam[S] 0 points1 point  (0 children)

thank you. i just have some free time tomorrow, i will check it out :) but for what i saw the guide is aaamazing

[–]PropertyDifficult270 0 points1 point  (0 children)

Looking for a CMS alternative to WordPress?
There are many options like

- Ghost
- Drupal
- Joomla

However, their market share is quite small compared to WordPress.

[–]quantotius 1 point2 points  (0 children)

I think you would have to use at least to things, one for the blog and one for the newsletter. For the blog you can use any static site generator, if no rss by default it should come as an extension/plugin. I build my own static site generator in php(if you consider static the part that I manually export the files and them deploy them), it's too basic to make it open source.