2
10 Comments

What's the best way to setup a new blog site in 2021?

Now I'm talking a real fully featured blog site with a simple landing page, sitemap xml, og tags, SEO optimized, author, tags, 80-100 light house etc.

Doesn't matter if it's pro-code or no-code.

Would love to know more about your blog stack!

  1. 2

    I highly recommend Ghost. You can pay for it and don't worry about hosting, or self-host it for example on DigitalOcean (⚠️ affiliate link).

    I've been self-hosting it for some time and I'm really happy about this choice. I used to have a blog made in Jekyll and Hugo, but it was just too much work for me.

    1. 2

      Hey! I'm going ahead with Ghost!

      Works great. Love the starter theme too. I already have a DO droplet, so I just did ghost install there :)

  2. 2

    This is our blog: https://pirsch.io/blog

    It uses Hugo to generate a static website from markdown files. The blog is automatically updated every 15 minutes by pulling from GitHub (https://github.com/pirsch-analytics/blog) and rebuilds if necessary. This also includes the theme (Git submodule), so we can make design and layout changes without worrying about deployment.

    The server that does all this is hosted on Hetzner and is custom build in Go. It's not open-source, but it shouldn't be hard to build something similar.

    1. 2

      Thanks! I've heard a lot about Hugo. Will check it out!

  3. 1

    I set up my blog with WP engine. It has everything you need and tons of free plugins. The hosting is cheap or even free (if you do it on your own, say on AWS). I use the namecheap, pay $5 / month and very happy.

    1. 1

      How's WP holding up in terms of speed??

      1. 1

        To me, it's totally fine. I didn't see any hiccups or hangings yet. You can see it here: https://seacat.blog

        1. 1

          Looks great! web.dev scores are good too.

  4. 1

    We used a Jekyll theme https://blog.uclusion.com but sounds like your requirements are different. What are you trying to do?

Trending on Indie Hackers
I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments How I Sourced 60% of Customers From Linkedin, Organically 12 comments Hero Section Copywriting Framework that Converts 3x 12 comments Promptzone - first-of-its-kind social media platform dedicated to all things AI. 8 comments How to create a rating system with Tailwind CSS and Alpinejs 7 comments