Skip to content

A responsive grid gallery based on the [Google Chromebook getting started](https://gweb-gettingstartedguide.appspot.com/) guide gallery.

Notifications You must be signed in to change notification settings

thesowah/GridGallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

A responsive grid gallery based on the [Google Chromebook getting started](https://gweb-gettingstartedguide.appspot.com/) guide gallery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 56.4%
  • CSS 34.7%
  • HTML 8.9%