Converted from the rst version
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
# Sigal - Simple Static Gallery Generator
|
||||||
|
|
||||||
|
[](https://github.com/saimn/sigal/actions)
|
||||||
|
|
||||||
|
[](https://codecov.io/gh/saimn/sigal)
|
||||||
|
|
||||||
|
Sigal is yet another simple static gallery generator. It\'s written in
|
||||||
|
Python and it allows to build a static gallery of images with the
|
||||||
|
following features:
|
||||||
|
|
||||||
|
- Process directories recursively.
|
||||||
|
- Generate HTML pages using
|
||||||
|
[Jinja2](https://palletsprojects.com/p/jinja/) templates.
|
||||||
|
- Relative links for a portable output.
|
||||||
|
- Support themes, videos, EXIF tags, zip download.
|
||||||
|
- Parallel processing.
|
||||||
|
- MIT licensed.
|
||||||
|
|
||||||
|
The idea behind Sigal is to ease the use of the javascript libraries
|
||||||
|
like [galleria](https://github.com/GalleriaJS/galleria). These libraries
|
||||||
|
do a great job to display the images, Sigal does what is missing: resize
|
||||||
|
images, create thumbnails, generate HTML pages.
|
||||||
|
|
||||||
|
Sigal requires Python 3.9+.
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
- Latest documentation on the [website](http://sigal.saimon.org/)
|
||||||
|
- Source, issues and pull requests on
|
||||||
|
[GitHub](https://github.com/saimn/sigal/)
|
||||||
|
- Releases on [PyPI](https://pypi.org/project/sigal/)
|
||||||
|
|
||||||
|
## Themes & Demo
|
||||||
|
|
||||||
|
Sigal comes with three themes, based on the
|
||||||
|
[colorbox](http://www.jacklmoore.com/colorbox),
|
||||||
|
[galleria](https://github.com/GalleriaJS/galleria) and
|
||||||
|
[photoswipe](http://photoswipe.com) Javascript libraries:
|
||||||
|
|
||||||
|
- [colorbox demo](http://saimon.org/sigal-demo/colorbox/)
|
||||||
|
- [galleria demo](http://saimon.org/sigal-demo/galleria/)
|
||||||
|
- [photoswipe demo](http://saimon.org/sigal-demo/photoswipe/)
|
||||||
Reference in New Issue
Block a user