Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srackham/hindsite

hindsite is a fast, lightweight static website generator.
https://github.com/srackham/hindsite

blog-engine documentation-tool go golang hindsite markdown rimu static-site-generator

Last synced: about 1 month ago
JSON representation

hindsite is a fast, lightweight static website generator.

Awesome Lists containing this project

README

        

# Hindsite website generator

[![Go Report Card](https://goreportcard.com/badge/github.com/srackham/hindsite)](https://goreportcard.com/report/github.com/srackham/hindsite)

**Hindsite version 2 released May 2022**

## Overview
Hindsite is a
[fast](https://srackham.github.io/hindsite/faq.html#how-fast-is-hindsite),
lightweight static website generator. It builds static websites with optional
document and tag indexes from [Markdown](https://en.wikipedia.org/wiki/Markdown)
and [Rimu](https://github.com/srackham/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](https://srackham.github.io/hindsite/index.html#installation).

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](https://srackham.github.io/hindsite/) to learn more.