Posts tagged photos


XGQT.Org gallery

:: blog, images, photos, gallery, sigal, hosting

By: Maciej Barć

My image gallery is up on xgqt.org/gallery.

It is a million times better than Instagram and also it has no likes or comments - that’s a feature!

I build it with Sigal which outputs to static HTML pages.

Sigal script

1
2
3
4
5
6
7
out="/var/www/xgqt.org/htdocs/gallery"
mkdir -p "${out}"
sigal build                         \
      --config ./sigal.conf.py      \
      --title Gallery               \
      ./pictures/ "${out}"          \
      "${@}"

See also