Galley#
Gallery Static Site Generator
Setup#
- Add an
assetsfolder like this:
assets
├── art-piece-1
│ ├── img.jpg
│ └── manifest.toml
└── art-piece-2
├── img.jpg
└── manifest.toml
- Populate the
manifest.tomllike this:
name = "My Epic Art"
tags = ["body horror", "epic"]
alt = "Foo bar"
[[image]]
src = "./img.jpg"
-
cargo run -
Serve a static webserver from
./dist