No description
  • Rust 67.6%
  • JavaScript 13.2%
  • HTML 7.8%
  • CSS 7.5%
  • Nix 3.6%
  • Other 0.3%
Find a file
2026-05-14 11:47:25 +09:30
root rough toc impl 2026-05-14 11:45:23 +09:30
src lint 2026-05-14 11:47:25 +09:30
static rough toc impl 2026-05-14 11:45:23 +09:30
templates rough toc impl 2026-05-14 11:45:23 +09:30
.envrc initial commit 2026-05-13 00:57:17 +09:30
.gitignore initial commit 2026-05-13 00:57:17 +09:30
Cargo.lock rough toc impl 2026-05-14 11:45:23 +09:30
Cargo.toml rough toc impl 2026-05-14 11:45:23 +09:30
flake.lock lua code embedding 2026-05-14 08:42:45 +09:30
flake.nix lua code embedding 2026-05-14 08:42:45 +09:30
LICENSE rough toc impl 2026-05-14 11:45:23 +09:30
README.md rough toc impl 2026-05-14 11:45:23 +09:30

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.