From b521cc7b1370f7a21cd98fc1d5060c76b740c721 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 4 Jan 2018 10:57:07 +0000 Subject: [PATCH] Use resources for all images if required --- content/posts/my-stack-2017/index.md | 2 +- .../index.md} | 2 +- .../new-site-screenshot.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename content/posts/{why-i-rewrote-my-website.md => why-i-rewrote-my-website/index.md} (97%) rename {static/src/img => content/posts/why-i-rewrote-my-website}/new-site-screenshot.png (100%) diff --git a/content/posts/my-stack-2017/index.md b/content/posts/my-stack-2017/index.md index 2f33e7d..cbb36ac 100644 --- a/content/posts/my-stack-2017/index.md +++ b/content/posts/my-stack-2017/index.md @@ -1,7 +1,7 @@ --- title: My Stack - 2017 Edition date: 2017-12-31 -image: /img/editing-my-stack-2017.png +image: resource:editing-my-stack hide_header_image: true --- diff --git a/content/posts/why-i-rewrote-my-website.md b/content/posts/why-i-rewrote-my-website/index.md similarity index 97% rename from content/posts/why-i-rewrote-my-website.md rename to content/posts/why-i-rewrote-my-website/index.md index fc62d24..eea7ad1 100644 --- a/content/posts/why-i-rewrote-my-website.md +++ b/content/posts/why-i-rewrote-my-website/index.md @@ -1,7 +1,7 @@ --- title: Why I rewrote my website date: 2017-11-13 -image: /img/new-site-screenshot.png +image: resource:new-site-screenshot --- I've had a website for around 4 years now, starting with a python CGI-based site hosted at [1&1](https://www.1and1.co.uk/), and evolving into it's current form, powered by [Hugo](https://gohugo.io/). diff --git a/static/src/img/new-site-screenshot.png b/content/posts/why-i-rewrote-my-website/new-site-screenshot.png similarity index 100% rename from static/src/img/new-site-screenshot.png rename to content/posts/why-i-rewrote-my-website/new-site-screenshot.png