Minimum Viable Hugo – No CSS, no JavaScript, 1 static HTML page to start you off

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. minimum-viable-hugo

    No CSS, no JS. One static HTML page to start you off.

  2. 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.

    CodeRabbit logo
  3. utilitarianism.net

    Official repository for utilitarianism.net

    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 :)

  4. homepage

    Homepage for yboris.com built with Hugo (by whyboris)

    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 :)

  5. homepage-dev

    Homepage for yboris.dev built with Hugo

    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 :)

  6. evansosenko.com

    Personal website for Evan Sosenko.

    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.

  7. Hugo

    The world’s fastest framework for building websites.

    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

  8. cobalt.rs

    Static site generator written in Rust

    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.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. muxup-site

    Content, generator scripts, and produced artifacts for https://muxup.com

    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....

  11. Lektor

    The lektor static file content management system

    Lektor is Python based and Just Works, but it is far off the beaten track… https://www.getlektor.com/

  12. obsidian-releases

    Community plugins list, theme list, and releases of Obsidian.

  13. sphinx

    The Sphinx documentation generator

    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

  14. MyST-Parser

    An extended commonmark compliant parser, with bridges to docutils/sphinx

  15. decap-cms

    A Git-based CMS for Static Site Generators

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Engineers who have a personal website/blog, what are you using to host/generate it?

    8 projects | /r/ExperiencedDevs | 1 May 2023
  • I created a GUI for Jekyll and Hugo static sites and would love your feedback: BuhoCMS

    1 project | /r/Jekyll | 18 Apr 2023
  • I created a GUI for Hugo static sites and would love some feedback: BuhoCMS

    2 projects | /r/coolgithubprojects | 17 Feb 2023
  • Deploy a static site to AWS S3 and CloudFront using AWS CDK

    9 projects | dev.to | 26 Jan 2023
  • Different ways to create a simple website

    3 projects | /r/webdevelopment | 23 Dec 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?