https://github.com/h3rald/hastysite
A small but powerful static site generator
https://github.com/h3rald/hastysite
markdown nim static-site-generator
Last synced: about 1 month ago
JSON representation
A small but powerful static site generator
- Host: GitHub
- URL: https://github.com/h3rald/hastysite
- Owner: h3rald
- License: mit
- Created: 2016-10-22T19:19:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T07:41:46.000Z (over 1 year ago)
- Last Synced: 2024-06-21T15:26:21.451Z (10 months ago)
- Topics: markdown, nim, static-site-generator
- Language: CSS
- Homepage: https://hastysite.h3rald.com
- Size: 3.2 MB
- Stars: 71
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://nimble.directory/pkg/hastysite)

# 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
HastySite provides the following features:
* Built-in rich markdown support via [HastyScribe](https://h3rald.com/hastyscribe).
* Built-in [mustache](https://mustache.github.io/) support for page templates.
* Limited support for standard [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables).
* Fully configurable content and asset processing pipeline, using the [min](https://min-lang.org) programming language.
* Custom script definition, using the [min](https://min-lang.org) programming language.
* Default stylesheet and fonts from [HastyScribe](https://h3rald.com/hastyscribe).
* Default scripts and rules to get started quickly.
* All packed in a single executable file, with no dependencies, available for the most common desktop platforms.For more information, see the [HastySite Web Site](https://hastysite.h3rald.com) or the [HastySite User Guide](https://h3rald.com/hastysite/HastySite_UserGuide.htm)