all repos — hastysite @ master

A high-performance static site generator.

site/contents/_site-structure_.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
* assets/ — _Your site assets_
  * fonts/
  * styles/
* contents/ — _Your site contents._
* output/ — _Your static web site._
* rules.min — _Rules to process your contents and assets._
* scripts/ — _Scripts to manage your site._
* settings.json — _Your site configuration._
* temp/ — _Temporary files and folders will be placed here._
* templates/ — _Mustache templates._


> %tip%
> Tip
> 
> Default folder paths can be configured in your [settings.json](class:file) file.