File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments