I wish you luck. Lots of pile have had success with Jekyll. I was leaning towards Pelican or Hugo.
Ask HN: How to build a light weight personal blog?
41–50 of 115 posts
Re: Ask HN: How to build a light weight personal blog?
#42https://her.esy.fun/posts/0018-makefile-as-static-site-build...
I use org-mode instead of markdown. But this system is agnostic of your source. Low maintenance, and will probably still work in a long time in the future. The most fragile part of it is pandoc, which I think will be retro compatible for a long time.
Re: Ask HN: How to build a light weight personal blog?
#43Re: Ask HN: How to build a light weight personal blog?
#44I’d suggest starting with the barebones option and making a theme yourself if you’re comfortable with CSS; it will yield a lighter site and also be easier to maintain than using some big pre-made Jekyll theme.
Re: Ask HN: How to build a light weight personal blog?
#45Note that pagenode is not a ready made blog system, but rather a library to build a blog, portfolio site or anything else that does not have user-generated content.
Re: Ask HN: How to build a light weight personal blog?
#46I am evaluating these options now: - https://github.com/alaq/adrien.sh for NextJS - https://github.com/sw-yx/swyxkit or Svelte - https://github.com/SimeonGriggs/simeonGriggs for Remix All have designs I like. I am only familiar with NextJS and find it a pleasure to work with.
Re: Ask HN: How to build a light weight personal blog?
#47Free Gatsby WordPress theme.
See this 1 hour tutorial video:
Re: Ask HN: How to build a light weight personal blog?
#48Re: Ask HN: How to build a light weight personal blog?
#49You can use GitHub pages with Jekyll. Easy to setup and run, there are a lot of custom Jekyll blog themes available online. Custom domain with private repo costs few dollars per month.
Re: Ask HN: How to build a light weight personal blog?
#50I am really interested in the 'buggy'ness of WP. Especially when you basically would be served with a static website, I do wonder which 'bugs' in WP are annoying you so much.
If you'd said WP is unpleasant to extend, or written using dated PHP techniques I'd have agreed whole-heartedly.