No description
- Rust 67.6%
- JavaScript 13.2%
- HTML 7.8%
- CSS 7.5%
- Nix 3.6%
- Other 0.3%
| root | ||
| src | ||
| static | ||
| templates | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
Azalea
Note: Azalea is a very new project. It's subject to sudden change and instability.
For documentation, check out the demo site.
Building
Build with cargo:
$ cargo build --release
You must have Lua >= 5.5 installed.
Using
Look at root/ for an example Azalea site. Running azalea
in that directory will, by default, produce a folder called
public containing the compiled website ready to be served
with any file server.