diff --git a/content/post_list.md b/content/blog/index.md similarity index 100% rename from content/post_list.md rename to content/blog/index.md diff --git a/content/index.md b/content/index.md index 8e811d5..9b26af4 100644 --- a/content/index.md +++ b/content/index.md @@ -5,6 +5,10 @@ title: My First Post - This post has some content. I changed it. - I've just added a second bullet! +I'm going to reference an image now: + +![This **image** has _markup_.](static/markdown.png) + ## Some Python Code ```python diff --git a/content/static/markdown.png b/content/static/markdown.png new file mode 100644 index 0000000..6e9fae8 Binary files /dev/null and b/content/static/markdown.png differ