| Crates.io | nadir |
| lib.rs | nadir |
| version | 0.1.6 |
| created_at | 2025-03-26 11:51:08.67611+00 |
| updated_at | 2025-03-28 14:20:04.848253+00 |
| description | A static site builder focused on simplicity |
| homepage | |
| repository | https://github.com/nikelaz/nadir |
| max_upload_size | |
| id | 1606449 |
| size | 44,744 |
Static site builder focused on simplicity.
This project is in early development. Currently it supports:
To install with cargo, just install the tool globally with:
cargo install nadir
Then you can run the static site builder in your project directory:
nadir
For example usage and syntax, check out the example folder.
In your project create a nadir.config.json file, with the following structure:
{
"inputDir": "src",
"outputDir": "dist"
}
inputDir - is the directory where your html (and other files) for your site areoutputDir - is the directory where the build static site will be written/saved to