No description
Find a file
2025-04-14 16:30:42 +01:00
src Bump Version. Refactor menu handling, allow for manual customization of 2025-04-14 16:30:42 +01:00
.editorconfig miscelaneous fixes 2024-08-13 18:28:34 +01:00
.gitignore miscelaneous fixes 2024-08-13 18:28:34 +01:00
LICENSE Add license 2024-08-13 18:33:24 +01:00
README.md Update README.md 2024-11-09 12:31:28 +00:00
shard.lock revert 784c760a26 2024-11-01 23:06:43 +00:00
shard.yml revert 784c760a26 2024-11-01 23:06:43 +00:00

basalt-ng

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 and shards 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 the build directory