# simple-gal
A minimal static site generator for fine art photography portfolios. Your filesystem is the data source — no database, no CMS, no lock-in. Designed to be useful 30 years from now.
|  |  |
## Quick Start
```bash
cargo install simple-gal # or grab a binary from Releases
simple-gal build # content/ → dist/
```
## Documentation
**[simple-gal.magik.works](https://simple-gal.magik.works)** — full guide covering content structure, configuration, customization, image processing, PWA setup, and deployment.
## Links
- [Changelog](CHANGELOG.md)
- [GitHub Action](https://github.com/arthur-debert/simple-gal-action)
- [Releases](https://github.com/arthur-debert/simple-gal/releases)