expose.py icon indicating copy to clipboard operation
expose.py copied to clipboard

Photojournalism static site generator, inspired by Jack000/Expose

Results 5 expose.py issues
Sort by recently updated
recently updated
newest added

Reads in a config file (`--config`, default: `.expose.yml`) and overrides the named tuple defaults. Example config: ``` yml TEMPLATE: tlvince IMAGE_PATTERNS: - '*.png' ``` Note, this reuses the current config...

The videos produced by Expose's [image sequence support](https://github.com/Jack000/Expose#image-sequences) are pretty neat. Its implemented using [ffmpeg](https://github.com/Jack000/Expose/blob/63e6dbe9983ffc66eb71f99e0ba99afe5667a3c0/expose.sh#L768-L784).

Pre-render slide descriptions at "compile time". This saves a request and client-side rendering. Depends on #5.