site/contents/home.md
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
----- id: "news" content-type: "page" title: "Welcome to HastySite" ----- HastySite is a minimalist but powerful static site generator written in [Nim](https://nim-lang.org) which aims to be fast at processing content and highly configurable to suit your own needs. ## Key Features > %unstyled% > * [](class:check) Built-in rich markdown support via [HastyScribe](https://h3rald.com/hastyscribe). > * [](class:check) Built-in [mustache](https://mustache.github.io/) support for page templates. > * [](class:check) Limited support for standard [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables). > * [](class:check) Fully configurable content and asset processing pipeline, using the [min](https://min-lang.org) programming language. > * [](class:check) Custom script definition, using the [min](https://min-lang.org) programming language. > * [](class:check) Default stylesheet and fonts from [HastyScribe](https://h3rald.com/hastyscribe). > * [](class:check) Default scripts and rules to get started quickly. |