Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/srackham/hindsite
- Owner: srackham
- License: mit
- Created: 2018-05-07T00:21:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T02:23:57.000Z (over 2 years ago)
- Last Synced: 2024-06-20T00:27:34.767Z (6 months ago)
- Topics: blog-engine, documentation-tool, go, golang, hindsite, markdown, rimu, static-site-generator
- Language: Go
- Homepage:
- Size: 1.96 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -launch3. Read the [Hindsite documentation](https://srackham.github.io/hindsite/) to learn more.