-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I've been loving Hugo. I built https://utilitarianism.net/ with it https://github.com/whyboris/utilitarianism.net
For my personal and dev sites I used to use Gatsby, but migrated to Hugo just this month: https://github.com/whyboris/homepage & https://github.com/whyboris/homepage-dev
I'm pleased with how little boilerplate Hugo actually needs. My personal websites have so few files to maintain / worry over :)
-
I've been loving Hugo. I built https://utilitarianism.net/ with it https://github.com/whyboris/utilitarianism.net
For my personal and dev sites I used to use Gatsby, but migrated to Hugo just this month: https://github.com/whyboris/homepage & https://github.com/whyboris/homepage-dev
I'm pleased with how little boilerplate Hugo actually needs. My personal websites have so few files to maintain / worry over :)
-
I've been loving Hugo. I built https://utilitarianism.net/ with it https://github.com/whyboris/utilitarianism.net
For my personal and dev sites I used to use Gatsby, but migrated to Hugo just this month: https://github.com/whyboris/homepage & https://github.com/whyboris/homepage-dev
I'm pleased with how little boilerplate Hugo actually needs. My personal websites have so few files to maintain / worry over :)
-
Since we're sharing, here is my personal site in Hugo without using any starter templates or themes.
https://github.com/evansosenko/evansosenko.com
Going back to basics and having zero external dependencies is quite enjoyable. Understanding how Hugo templates, themes, and content all work together was more complicated than I originally expected, but they have build a good system. Hopefully this helps anyone looking to get started.
-
Hugo is not made for minimum viable blogs. Its advantage in performance only becomes important for bigger websites or blogs with thousands of articles. But especially for bigger websites it should be possible to auto-generate a good archive. However the developers of Hugo stubbornly refuse to fix this very important 8 year old issue: https://github.com/gohugoio/hugo/issues/448
-
Cobalt is nice if you want simple: https://cobalt-org.github.io/
It's not python, but it is a single binary to be off and running.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I've also found that a custom-written generator is surprisingly productive. My own attempt is at https://github.com/muxup/muxup-site/blob/main/build.py and I wrote up a few notes on it here https://muxup.com/2022q3/muxup-implementation-notes#site-gen....
-
Lektor is Python based and Just Works, but it is far off the beaten track… https://www.getlektor.com/
-
-
I like Sphinx [0] with the MyST Markdown syntax [1]. There is a related project, Myst NB [2], which enables including Jupyter notebooks in your site. There is also a plugin for blogging [3].
[0]: https://www.sphinx-doc.org
-
-
Related posts
-
Engineers who have a personal website/blog, what are you using to host/generate it?
-
I created a GUI for Jekyll and Hugo static sites and would love your feedback: BuhoCMS
-
I created a GUI for Hugo static sites and would love some feedback: BuhoCMS
-
Deploy a static site to AWS S3 and CloudFront using AWS CDK
-
Different ways to create a simple website