paul-hammant / hammant.org

Wow! GitHub repo-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll Photo Grid Gallery

Jekyll theme based on Blueprint: Google Grid Gallery

How to use

  1. Place a large image in /img/large/
  2. Place a thumbnail version of the same image in /img/thumb/. Remember to use the same file name
  3. Construction a post to display the image. Use the follow as an example:
---
layout: default
date:   2014-04-06 23:26:12
photo: 1.png
caption_header: Sample header
caption: sample caption
---
  1. And finally, serve Jekyll source as you would normally.

Demo

View this jekyll theme in action here

Screenshot

screenshot

Localhost deployment

After downloading, use the normal process of serving a jekyll site. Navigate to the directory in terminal and type jekyll build followed by jekyll serve

For more details, read documentation

About

Wow! GitHub repo-site

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:JavaScript 55.2%Language:CSS 33.4%Language:HTML 10.9%Language:Ruby 0.3%Language:Shell 0.2%