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: 4 months ago
JSON representation
hindsite is a fast, lightweight static website generator.
- Host: GitHub
- URL: https://github.com/srackham/hindsite
- Owner: srackham
- License: mit
- Created: 2018-05-07T00:21:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T02:23:57.000Z (almost 4 years ago)
- Last Synced: 2025-04-28T00:14:36.716Z (about 1 year ago)
- Topics: blog-engine, documentation-tool, go, golang, hindsite, markdown, rimu, static-site-generator
- Language: Go
- Homepage:
- Size: 1.96 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hindsite website generator
[](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.