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:
parent
33c5ffadff
commit
66bd2ada99
7 changed files with 67 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: First post!
|
||||
image: /img/hello_world.jpeg
|
||||
tags: [random, exciting-stuff]
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue