How to Start Your Blog in 2023
61–70 of 257 posts
Re: How to Start Your Blog in 2023
#62A lot of expected pessimistic HN comments that seem to miss the point here. I think SSG's are pretty damn good, I use Astro. People seem to think that SSG's forces you to use markdown or something, they don't. It's literally a mechanism where content from somewhere is turned into static pages. You can even use Wordpress and it's API as the source of the content for a SSG. In my case I use MDX, which is Markdown that…
Is there a way for SSGs to support viewer comments?
Re: How to Start Your Blog in 2023
#63Re: How to Start Your Blog in 2023
#64Re: How to Start Your Blog in 2023
#65Re: How to Start Your Blog in 2023
#66Re: How to Start Your Blog in 2023
#67There’s also the option to ask someone with skills and expertise to set something up for you. Which is almost never taken into consideration as an option in this kind of posts. I don’t think it’s hard to start a blog in 2023. It’s hard to start a blog if you have very strict requirements AND you want to do everything on your own without being a developer/designer.
There’s also the option to ask someone with skills and expertise to set something up for you. It's an option, but it's a bad option. Setting up and running a blog is not a one off process. For things like Wordpress there are literally security patches. For most other platforms there are updates. Wordpress has auto-update but it can be flaky, especially if the site owner tinkers with things. If you get someone else to…
And you can also simply ask someone every year or so to perform some basic maintenance on your site like we already do for countless other things in our lives.
> you'll be pestering them to update it for you.
Am I pestering my mechanic to perform maintenance on my car every year? No it's called work. It's his job.
Re: How to Start Your Blog in 2023
#68Choosing the tool isn't the issue for me, writing is.
Re: How to Start Your Blog in 2023
#69For the combination of Hugo and GitHub Pages, images are pretty effortless as well. For example, for a post with a path of `content/posts/post-title.md`: 1. Add the image at `content/posts/post-title/image-name.png` 2. Add markdown that references it, like `` 3. Build and push to main, and then the image is available in minutes at ` /posts/post-title/image-name.png" rel="nofollow">https://…
Is Hugo significantly different from Jekyll?
Re: How to Start Your Blog in 2023
#70A lot of expected pessimistic HN comments that seem to miss the point here. I think SSG's are pretty damn good, I use Astro. People seem to think that SSG's forces you to use markdown or something, they don't. It's literally a mechanism where content from somewhere is turned into static pages. You can even use Wordpress and it's API as the source of the content for a SSG. In my case I use MDX, which is Markdown that…
Is there a way for SSGs to support viewer comments?