Skip to content

Commit 9c21b27

Browse files
Merge pull request #763 from srackham/patch-1
Add Hindsite
2 parents 43561dc + 4aa7316 commit 9c21b27

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/site/generators/hindsite.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Hindsite
3+
repo: srackham/hindsite
4+
homepage: https://srackham.github.io/hindsite/
5+
language:
6+
- Go
7+
license:
8+
- MIT
9+
templates:
10+
- Go
11+
description: A fast static site Generator.
12+
---
13+
14+
## Overview
15+
Hindsite is a
16+
[fast](https://srackham.github.io/hindsite/faq.html#how-fast-is-hindsite),
17+
lightweight static website generator. It builds static websites with optional
18+
document and tag indexes from [Markdown](https://en.wikipedia.org/wiki/Markdown)
19+
and [Rimu](https://github.com/srackham/rimu) source documents.
20+
21+
The Hindsite stand-alone executable includes:
22+
23+
- Built-in site templates to get you up and running quickly.
24+
- A development web server with live reload and incremental rebuilds.
25+
- A linter for validating generated webpages.
26+
27+
## Quick Start
28+
1. [Install Hindsite](https://srackham.github.io/hindsite/index.html#installation).
29+
30+
2. Create a fully functional blog and newsletter website with just two hindsite
31+
commands:
32+
33+
mkdir myblog
34+
cd myblog
35+
hindsite init -from blog
36+
hindsite serve -launch
37+
38+
3. Read the [Hindsite documentation](https://srackham.github.io/hindsite/) to learn more.

0 commit comments

Comments
 (0)