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

@ -182,6 +182,13 @@ prose:
help: "Enter date of post."
placeholder: "yyyy-mm-dd"
alterable: true
- name: "image"
field:
element: "text"
label: "Image"
help: "Add a thumbnail image to your post."
placeholder: "Thumbnail"
alterable: true
- name: "published"
field:
element: "checkbox"