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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • minimum-viable-hugo

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

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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 :)

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

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

  • 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

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

  • SaaSHub

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

    SaaSHub logo
  • 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....

  • 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/

  • obsidian-releases

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

  • 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

  • MyST-Parser

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

  • 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