Let’s talk about the Future of Jamstack — Join us

Hindsite

2 stars
2 forks
3 issues
Home page
https://srackham.github.io/hindsite/
Repository
srackham/hindsite
Language:
Go
License:
MIT
Templates:
Go

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.

Find more static site generators.