If one is looking for a simple/personal blog and wants to write in plain-text Markdown, one should consider Jekyll on GitHub Pages[1]. The beauty is that one does not need to worry about setting up Jekyll on the local machine. Just write and push to Github. If one wants to skip that, just go to GitHub and write there; a version of VSCode is built in there. This also allows one to carry (take out) their content anywhe…
WordPress Alternatives
81–90 of 125 posts
Re: WordPress Alternatives
#82If one is looking for a simple/personal blog and wants to write in plain-text Markdown, one should consider Jekyll on GitHub Pages[1]. The beauty is that one does not need to worry about setting up Jekyll on the local machine. Just write and push to Github. If one wants to skip that, just go to GitHub and write there; a version of VSCode is built in there. This also allows one to carry (take out) their content anywhe…
- Chyrp Lite: lightweight blogging engine, written in PHP. https://github.com/xenocrat/chyrp-lite
- Typecho: a PHP-based blog software. https://github.com/typecho/typecho
and file-based static content generator:
- Quartz: Publish an Obsidian vault as a static site. https://github.com/jackyzha0/quartz
- Logseq: Publish a Logseq graph as a static site. https://github.com/logseq/publish-spa
also Jekyll templates:
- https://github.com/maximevaillancourt/digital-garden-jekyll-...
Re: WordPress Alternatives
#83Paired with caching/static frontend, it's more than enough to power small to medium traffic sites.
Re: WordPress Alternatives
#84I need a WordPress alternative to/with the following requirements:
- self-hostable
- opensource core (paid plugins are not a problem)
- so it can be installed and intensively tested without shelling too much money just for R&D
- has ACF equivalent- has a visual composer à la Gutenberg, a middle-ground between WordPad editing interface and Divi/Elementor
- so the marketing/press department can push content fast
- REST API - to hydrate stuff
- optional: needs to have been around for 5 years- optional: needs to still be around in 5 years
Ghost has no ACF apparently (https://forum.ghost.org/t/custom-fields-for-posts/1124/46 and https://github.com/TryGhost/Ghost/issues/9020) and Astro is too custom as of now and I don't want another Gatsby (too short-lived).
Re: WordPress Alternatives
#85I'm a fan of Wagtail, built on Django. Much more setup to get configured, but it's far more customizable and stable once you do.
wagtail is really not ready for prime time, maybe by design. in some respects its easier to use the django admin...
Re: WordPress Alternatives
#86If you are looking for a no-nonsense, simple blog platform consider Bear[1] - It's super simple to use, and has been solid for me for the past year. Plus the support (and dev - Herman Martinus here on HN[2]) is responsive and friendly. [1] https://bearblog.dev [2] https://news.ycombinator.com/user?id=HermanMartinus
Thanks for the shoutout! For clarity, as a sibling comment has pointed out: while Bear is open-source, it is a platform and not managed hosting of individual blogs. If you're interested in self-hosting something that looks like Bear, there's a free Hugo template[1]. If you're happy using a platform, then Bear is super fast and built with longevity in mind (at both the tech and organisational level). [1] https://theme…
Re: WordPress Alternatives
#87Re: WordPress Alternatives
#88Its telling about the stagnation of Web technology that there isnt a real Wordpress alternative. You'd think that after all those decades there would be a modern, open source solution that offers the same and more functionality (not... less, looking at you SSG wanabees) but with a cleaner, safer and easier to use stack that is liked by both technical and non-technical people. Stands to reason that such a leap forward…
It's not about web technology, it's about popularity. It's like saying it's damning to technology that we don't have a serious YouTube contender. People don't just want technology, they want to be on the most popular thing. There are consequences to popularity. For example, if you need help it's a lot easier to find both self-help guides and technical people to help you. There are a lot more extensions or 3rd-party t…
Re: WordPress Alternatives
#89Switching to a static site generator seems like the way to go for lots of sites, especially blog-only ones. Are there any graphical SSGs that non-technical users could run locally to generate a site and upload it to their web host?
I disagree. I think a blog should have comments. And I've yet to see a commenting system for static sites that is free and that works as well as WordPress.
Re: WordPress Alternatives
#90I'm a fan of Wagtail, built on Django. Much more setup to get configured, but it's far more customizable and stable once you do.
wagtail is really not ready for prime time, maybe by design. in some respects its easier to use the django admin...
WordPress may be a bit directly comparable to https://www.coderedcorp.com/cms/
It's just a few extensions on Wagtail that let you get started with common page models for blogging and generic websites out of the box.
I often think of Wagtail as a framework for building your CMS, where as WordPress is a pre-built CMS.
Disclaimer: I'm on the Wagtail core team.