66bd2ada99
* Allow dynamic images on each blog post * Adding responsive CSS for blog post images * Adding image parameter to YAML front matter
9 lines
138 B
Markdown
9 lines
138 B
Markdown
---
|
|
layout: post
|
|
title: First post!
|
|
image: /img/hello_world.jpeg
|
|
tags: [random, exciting-stuff]
|
|
---
|
|
|
|
This is my first post, how exciting!
|