Static sites are cheap and easy to host. :)
Ask HN: How to build a light weight personal blog?
11–20 of 115 posts
Re: Ask HN: How to build a light weight personal blog?
#12Re: Ask HN: How to build a light weight personal blog?
#13You could substitute Jekyll for other supported frameworks.
Pros:
* Markdown (so super flexible)
* Git as the backbone (free CRM, free history)
* Customisable (if you know how to code)
* Free templates
Cons:
* Jekyll is a bit of a pain on Windows but should be fine on Linux/Mac
* Images might not load super quick from GitHub's servers
* You need to know basic Git
Re: Ask HN: How to build a light weight personal blog?
#14It's been a dream of mine to someday do everything via Emacs' Org Mode, but I haven't yet felt motivated enough to take the plunge.
Re: Ask HN: How to build a light weight personal blog?
#15Simple. Easy. Free.
You can even set up a form and get comments into your email. (Then just manually copy/paste into the markdown and commit it again and force a rebuild).
I use that setup and I love it.
Re: Ask HN: How to build a light weight personal blog?
#16There might be other stuff like that as well. I just use org directly, though I guess in a "blog-like" manner rather than as a true blog.
Re: Ask HN: How to build a light weight personal blog?
#17Easy and free to get going on GitHub Pages.
Re: Ask HN: How to build a light weight personal blog?
#18- https://blog.michielborkent.nl/migrating-octopress-to-babash...
- https://blog.michielborkent.nl/better-clojure-highlighting.h...
- https://blog.michielborkent.nl/markdown-clj-babashka-compati...
Re: Ask HN: How to build a light weight personal blog?
#19You might want to evaluate if posting from multiple devices is important to you, and if you're willing to setup some process to do it with a static website. I'm not saying that it can be done, I'm just highlighting that it is not something you can automatically take for granted.
An option that you might want to consider is GravCMS[1] which is PHP based. It has an interactive app for admin and posting, but once you post it generates static files. So from the point of view of the server and your readers, your website is static. You can still post from anywhere though.
I'm sure there are other similar solutions, and that someone has a SaaS to solve this which they think it will be the next unicorn. Anyway, just another thing for you to consider.
[1]: https://getgrav.org/
Re: Ask HN: How to build a light weight personal blog?
#20I host in Netlify with my own domain name.
Link in profile if interested.