In 2019, what blogging platforms are people using, and why?
Ask HN: Which blog platform is your company using for public-facing content?
1–10 of 14 posts
Re: Ask HN: Which blog platform is your company using for public-facing content?
#2Re: Ask HN: Which blog platform is your company using for public-facing content?
#3Re: Ask HN: Which blog platform is your company using for public-facing content?
#4wordpress exported as a static website
And if so, are you just putting the result on S3? or perhaps deploying with Netlify?
Re: Ask HN: Which blog platform is your company using for public-facing content?
#5Hugo statically site generator
Re: Ask HN: Which blog platform is your company using for public-facing content?
#6Re: Ask HN: Which blog platform is your company using for public-facing content?
#7Self hosted WordPress. Both for my employers and my own sites.
Re: Ask HN: Which blog platform is your company using for public-facing content?
#8wordpress exported as a static website
Are you using the WordPress Static Site plugin? https://wordpress.org/plugins/simply-static/ And if so, are you just putting the result on S3? or perhaps deploying with Netlify?
Re: Ask HN: Which blog platform is your company using for public-facing content?
#9Self hosted WordPress. Both for my employers and my own sites.
I've used Wordpress for a number of projects myself. Curious: For your use case, do you find the ease of use of WordPress' content tooling to outweigh the time needed to deal with security, updates, and deployment (especially since you self-host?)
I actually listed all the things I'd need to recreate with a migration, and it's basically:
1. The entire account system 2. Plus the admin dashboard 3. Post/content editor 4. Media library 5. Paid subscriptions setup 6. Social media integrations 7. Apple News integration 8. Permalinks/friendly URLs 9. Any systems WordPress has for data sanitisation 10. Plus the challenge of either matching the original URL setup or flawlessly redirecting about 20,000 pages.
Also budget stuff. Most companies I've worked for don't spend a lot of time building their own site/blog, and wouldn't budget for an entirely custom CMS build or migration.