Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/afb2b274f6a5eae78b807e1a8c15df82 to your computer and use it in GitHub Desktop.
Save ryantm/afb2b274f6a5eae78b807e1a8c15df82 to your computer and use it in GitHub Desktop.
/nix/store/l22lf8khh91kf31yzid9hnzrcd1ph1xi-sigal-2.0
├── bin
│   └── sigal
├── lib
│   └── python3.7
│   └── site-packages
│   ├── sigal
│   │   ├── gallery.py
│   │   ├── image.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── pkgmeta.py
│   │   ├── plugins
│   │   │   ├── adjust.py
│   │   │   ├── compress_assets.py
│   │   │   ├── copyright.py
│   │   │   ├── extended_caching.py
│   │   │   ├── feeds.py
│   │   │   ├── __init__.py
│   │   │   ├── media_page.py
│   │   │   ├── nomedia.py
│   │   │   ├── __pycache__
│   │   │   │   ├── adjust.cpython-37.pyc
│   │   │   │   ├── compress_assets.cpython-37.pyc
│   │   │   │   ├── copyright.cpython-37.pyc
│   │   │   │   ├── extended_caching.cpython-37.pyc
│   │   │   │   ├── feeds.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── media_page.cpython-37.pyc
│   │   │   │   ├── nomedia.cpython-37.pyc
│   │   │   │   ├── upload_s3.cpython-37.pyc
│   │   │   │   └── watermark.cpython-37.pyc
│   │   │   ├── upload_s3.py
│   │   │   └── watermark.py
│   │   ├── __pycache__
│   │   │   ├── gallery.cpython-37.pyc
│   │   │   ├── image.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── pkgmeta.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── signals.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── video.cpython-37.pyc
│   │   │   └── writer.cpython-37.pyc
│   │   ├── settings.py
│   │   ├── signals.py
│   │   ├── templates
│   │   │   ├── __pycache__
│   │   │   │   └── sigal.conf.cpython-37.pyc
│   │   │   └── sigal.conf.py
│   │   ├── themes
│   │   │   ├── colorbox
│   │   │   │   ├── static
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── colorbox.css
│   │   │   │   │   │   ├── skeleton.css
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── controls.png
│   │   │   │   │   │   └── loading.gif
│   │   │   │   │   └── js
│   │   │   │   │   ├── app.js
│   │   │   │   │   ├── app-with-media-page.js
│   │   │   │   │   ├── jquery-2.2.1.js
│   │   │   │   │   ├── jquery-2.2.1.min.js
│   │   │   │   │   ├── jquery.colorbox.js
│   │   │   │   │   ├── jquery.colorbox-min.js
│   │   │   │   │   ├── jquery.touchSwipe.js
│   │   │   │   │   └── jquery.touchSwipe.min.js
│   │   │   │   └── templates
│   │   │   │   ├── album.html
│   │   │   │   ├── album_list.html
│   │   │   │   ├── base.html
│   │   │   │   └── media.html
│   │   │   ├── default
│   │   │   │   └── templates
│   │   │   │   ├── analytics.html
│   │   │   │   ├── breadcrumb.html
│   │   │   │   ├── footer.html
│   │   │   │   ├── gtm.html
│   │   │   │   ├── links.html
│   │   │   │   └── piwik.html
│   │   │   ├── galleria
│   │   │   │   ├── README
│   │   │   │   ├── static
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── normalize.css
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── galleria.js
│   │   │   │   │   ├── galleria.min.js
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── empty.png
│   │   │   │   │   │   ├── fullscreen.png
│   │   │   │   │   │   ├── map.png
│   │   │   │   │   │   └── photo.png
│   │   │   │   │   ├── jquery-3.3.1.js
│   │   │   │   │   ├── jquery-3.3.1.min.js
│   │   │   │   │   ├── leaflet
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── layers-2x.png
│   │   │   │   │   │   │   ├── layers.png
│   │   │   │   │   │   │   ├── marker-icon-2x.png
│   │   │   │   │   │   │   ├── marker-icon.png
│   │   │   │   │   │   │   └── marker-shadow.png
│   │   │   │   │   │   ├── leaflet.css
│   │   │   │   │   │   ├── leaflet.js
│   │   │   │   │   │   ├── leaflet-providers.js
│   │   │   │   │   │   └── leaflet-src.js
│   │   │   │   │   ├── plugins
│   │   │   │   │   │   └── history
│   │   │   │   │   │   ├── galleria.history.js
│   │   │   │   │   │   └── galleria.history.min.js
│   │   │   │   │   └── themes
│   │   │   │   │   └── classic
│   │   │   │   │   ├── classic-loader.gif
│   │   │   │   │   ├── classic-map.png
│   │   │   │   │   ├── galleria.classic.css
│   │   │   │   │   ├── galleria.classic.js
│   │   │   │   │   ├── galleria.classic.min.css
│   │   │   │   │   └── galleria.classic.min.js
│   │   │   │   └── templates
│   │   │   │   ├── album.html
│   │   │   │   ├── album_list.html
│   │   │   │   └── base.html
│   │   │   └── photoswipe
│   │   │   ├── static
│   │   │   │   ├── app.js
│   │   │   │   ├── default-skin
│   │   │   │   │   ├── default-skin.css
│   │   │   │   │   ├── default-skin.png
│   │   │   │   │   ├── default-skin.svg
│   │   │   │   │   └── preloader.gif
│   │   │   │   ├── echo
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── echo.js
│   │   │   │   │   └── echo.min.js
│   │   │   │   ├── photoswipe.css
│   │   │   │   ├── photoswipe.js
│   │   │   │   ├── photoswipe.min.js
│   │   │   │   ├── photoswipe-ui-default.js
│   │   │   │   ├── photoswipe-ui-default.min.js
│   │   │   │   └── styles.css
│   │   │   └── templates
│   │   │   ├── album.html
│   │   │   ├── album_list.html
│   │   │   └── base.html
│   │   ├── utils.py
│   │   ├── video.py
│   │   └── writer.py
│   └── sigal-2.0.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
37 directories, 123 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment