srackham / hindsite

hindsite is a fast, lightweight static website generator.
MIT License
2 stars 2 forks source link
blog-engine documentation-tool go golang hindsite markdown rimu static-site-generator

Hindsite website generator

Go Report Card

Hindsite version 2 released May 2022

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:

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.