Skip to content
/ rigal Public

Static photo gallery generator – similar to Sigal 1.4

License

Notifications You must be signed in to change notification settings

matze/rigal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rigal

A simple sigal clone written in Rust.

Usage

rigal is a command line application and uses various sub commands. First, create a new base configuration using rigal new and edit rigal.toml to your liking, especially adapt the input and output paths. output will be created if it does not exist. Then run rigal build to generate the static output.

Template variables

The following structure is injected into the current Tera context:

{
  "album": {
    "title": "Title",
    "images: [
      {
        "image": "image.jpg",
        "thumbnail": "thumbnail.jpg"
      }
    ],
    "albums": [
      "link"
    ]
  }
}

About

Static photo gallery generator – similar to Sigal 1.4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages