Allow dynamic images on each blog post (#143)

* Allow dynamic images on each blog post

* Adding responsive CSS for blog post images

* Adding image parameter to YAML front matter
This commit is contained in:
Bryan Britten 2016-12-24 17:48:55 -05:00 committed by Dean Attali
parent 33c5ffadff
commit 66bd2ada99
7 changed files with 67 additions and 6 deletions

View file

@ -1,6 +1,7 @@
---
layout: post
title: First post!
image: /img/hello_world.jpeg
tags: [random, exciting-stuff]
---