Skip to content

Christoph-D/gallery

Repository files navigation

Gallery

CI

A static site generator for photo galleries.

Example

https://christoph-d.github.io/gallery/

Usage

$ cargo run -- --page_title='My title' \
  --input=some/path \
  --output=some/path/build \
  --footer='All rights reserved. Contact: <a href="mailto:photos@example.com">photos@example.com</a>'

Add --dry_run to see which files it would write.

Input directory structure

You can see the example's input directory structure on https://github.com/Christoph-D/gallery/tree/site/source. The basic structure is:

  • All images need to be in dated directories, no nested directories.
  • Directory names and image names can be arbitrary and will be used as titles.

About

A static site generator for photo galleries

Topics

Resources

License

Stars

Watchers

Forks

Contributors