Go to file
Kameron Kenny 91a07ccfe2
eclipse photos
2024-07-01 09:28:13 -04:00
_includes site 2024-07-01 08:55:21 -04:00
_layouts site 2024-07-01 08:55:21 -04:00
_plugins site 2024-07-01 08:55:21 -04:00
photos/202404_eclipse eclipse photos 2024-07-01 09:28:13 -04:00
Gemfile site 2024-07-01 08:55:21 -04:00
README.md site 2024-07-01 08:55:21 -04:00
_config.yml eclipse photos 2024-07-01 09:28:13 -04:00
index.md site 2024-07-01 08:55:21 -04:00

README.md

Jekyll Photo Gallery

I want to share my jekyll photo gallery, simple, functional, mobile friendly and most essential, pretty! The gallery is based on the design from Henrrique Gusso and utilizes the jekyll gallery generator plugin to do most of the heavy lifting (with some minor changes).

Example Image

Dependencies

(copied from the plugin repo)

Install dependencies on OS X

brew install imagemagick rbenv
rbenv install 2.4.0
rbenv global 2.4.0
gem install rmagick exifr

Install dependencies on Ubuntu

apt install libmagick++-dev
gem install rmagick exifr

Configuration

This plugin reads several config options from _config.yml. The following options are supported (default settings are shown):

# The following options are for individual galleries.
gallery:
  dir: photos               # root folder with all the pictures 
  title: "Photos"           
  sort_field: "date"        # sort pictures by date
  title_prefix: ""          # title prefix
  symlink: false            # false: copy images into _site. true: create symbolic links (saves disk space)
  thumbnail_size:           # 
    y: 450                  #
    retina: 1.5             #
  galleries:
    2017_Berlin:            # folder name
      name: "Berlin"        # gallery name
      date: "2017/08/01"    # gallery date
      best_image: 0062.jpg  # best photo for gallery blur image and gallery index 

Thanks to

  • The people behind jekyll project
  • Geoff Greer for the script
  • Gusso for the design