No description
|
||
---|---|---|
src | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
README.md | ||
shard.lock | ||
shard.yml |
basalt-ng is a small static site generator for simple websites, built with crystal. [documentation]
Getting Started
- Install the crystal development tools, clone the repo, then run
shards install
andshards build
- Go into an empty directory, then call
basalt init
- Create a theme for your website
- Run
basalt build
and see the populated website in thebuild
directory