Earlier quoted context omitted.
big props to hugo for using a static binary without some insane dependency chain, i'm really pleased with it. hosting my blog on a $15/y vps with a vanity domain and hugo was one of my first projects to learn to manage a server, and i gave up with jekyll after way too much struggling with ruby. that said i'm not sure how it fares wrt to plugins, i think it's pretty vanilla in terms of user-facing features (though ple…
I was balking at $15 (for a static site) until I re-read and got /y right. Who offers that?
Ask HN: Best Blogging Platform
101–110 of 133 posts
Re: Ask HN: Best Blogging Platform
#102Sadly even though it is not popular in HN WordPress is the best for you. Easy to set up and try and you can customize it as well. With lots of plugins for everything. You can go with the paid WordPress.com and they will handle all the updates for you. Static sites are good but when it is time for SEO and customisation you will realize that it can get really painful in a static site generator.
My experience has been quite the contrary. I've found it super easy to get good SEO with Jekyll sites.
What have you found to be painful?
Re: Ask HN: Best Blogging Platform
#103Earlier quoted context omitted.
I was balking at $15 (for a static site) until I re-read and got /y right. Who offers that?
i use ramnode but you should check out lowendbox, they aggregate cheap vps services and deals
Re: Ask HN: Best Blogging Platform
#104To avoid updates and viruses, go with a static site. There are a ton of good static site generators out there. My blog[0] runs on Jekyll[1]. Hugo[2] is a popular option. I've fiddled with Gatsby[3] and heard good things. Eleventy[4] looks as close to Jekyll-but-in-JavaScript as I've seen. Since you want to be able to customize it, I'd probably take the static site generator's language into account. Do you like... Rub…
Static blogs are ok until it's a smallish blog with not much content or many visitors. But can't recommend it for a serious blog proect. One would have to jump through the hoops and use hacks for even the basic things like commenting, searching etc. And forget about slightly advanced stuff like popular posts, related posts etc without some Hugo or Jekyll hacking. WordPress has the lowest barrier to entry as most shar…
I wouldn't go with Wordpress or any other CMS unless I absolutely needed permissions for multiple authors and such or if the author couldn't handle writing markdown and using a terminal command.
Re: Ask HN: Best Blogging Platform
#105Earlier quoted context omitted.
> But for a personal blog, I think both of those things(commenting and search) are absolutely essential. What I've found to work well for commenting is to put an e-mail address on the page where people can send their comments. When there is a good comment, I put an update in the article. The main advantage of this approach is that it weeds out garbage responses. By making it ever so slightly harder for people to post…
That is a good idea but would people really want to leave the site to open their email client and make a comment? I had once thought about a different approach - Creating a Google form (for each blog post) and then embedding it on the blog post. Then whenever anyone submits a comment via the form, it would get saved to a Google spreadsheet(this needs to be made publicly readable). The unwanted comments can just be de…
Re: Ask HN: Best Blogging Platform
#106Sure, you could use something more custom, but you'll just spend more time coding rather than writing on your blog.
Re: Ask HN: Best Blogging Platform
#107If you have a gun pointed to your head with the requirements you have listed then you go Wordpress. Updates aren't difficult. I'm not sure about plugins (I haven't used WP in a long time,) but you can set the core Wordpress updates to be automatic. It will handle everything you need. If after a week of coding you arrive to the weekend and think "I want to do a bunch more coding" then you go with a static site generat…
Exactly. Outside of the nerd bubble of HN, Wordpress is still the defacto choice for a blogging platform. Nothing comes close to WordPress in terms of customization freedom and "zero to deploy".
I have WP sites. I have static sites. i HATE the WP sites despite how much easier they are to use, because i'm constantly dealing with spam and BS hacking attempts (sometimes successful).
Re: Ask HN: Best Blogging Platform
#108Sadly even though it is not popular in HN WordPress is the best for you. Easy to set up and try and you can customize it as well. With lots of plugins for everything. You can go with the paid WordPress.com and they will handle all the updates for you. Static sites are good but when it is time for SEO and customisation you will realize that it can get really painful in a static site generator.
care to explain? because that makes _no_ sense to me. SEO is primarily about content these days. The little "add this tag for SEO WIN" type things stopped being useful years ago. Have a good title, have good content, link your stuff well, update regularly: success!
Re: Ask HN: Best Blogging Platform
#109when i just want something i can setup with minimal hassle, i have always loved GetSimple (http://get-simple.info/) although i imagine mentioning a flat-file platform will probably elicit some reactions - flat-file meaning it doesn't use a database to store content, but instead simply stores the data, encrypted, in actual textfiles on your webserver. when i was using godaddy as a host, their mysql db's were always a bit laggy, and something like wordpress would always have that extra, noticeable pause during loading that bugged me to no end. getsimple with the blogging plugin was always faster, configuring it was easy, and i didn't have to stray too far outside my limited knowledge of html/css/php to play with the styling and theming.
Re: Ask HN: Best Blogging Platform
#110To avoid updates and viruses, go with a static site. There are a ton of good static site generators out there. My blog[0] runs on Jekyll[1]. Hugo[2] is a popular option. I've fiddled with Gatsby[3] and heard good things. Eleventy[4] looks as close to Jekyll-but-in-JavaScript as I've seen. Since you want to be able to customize it, I'd probably take the static site generator's language into account. Do you like... Rub…
SSGs are great. In Python I like Nikola. https://getnikola.com/