/hindsite

hindsite is a fast, lightweight static website generator.

Primary LanguageGoMIT LicenseMIT

Hindsite website generator

Go Report Card

Overview

hindsite is a very fast, lightweight static website generator. It builds static websites with optional document and tag indexes from Markdown source documents (e.g. blogs posts, newsletters, articles). Features:

  • High performance.
  • Stand-alone single-file executable.
  • Built-in development web server with browser live reload, file watcher and incremental rebuilds.

Quick Start

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

mkdir mysite
hindsite init mysite -builtin blog
hindsite serve mysite -launch

Links

Documentation: https://srackham.github.io/hindsite

Download page: https://github.com/srackham/hindsite/releases

Github: https://github.com/srackham/hindsite