Skip to main content

Hindsite

Overview

Hindsite is a fast, lightweight static website generator. It builds static websites with optional document and tag indexes from Markdown and Rimu source documents.

The Hindsite stand-alone executable includes:

  • Built-in site templates to get you up and running quickly.
  • A development web server with live reload and incremental rebuilds.
  • A linter for validating generated webpages.

Quick Start

  1. Install Hindsite.

  2. Create a fully functional blog and newsletter website with just two hindsite commands:

     mkdir myblog
    cd myblog
    hindsite init -from blog
    hindsite serve -launch
  3. Read the Hindsite documentation to learn more.