make image routes relative b/c gh-pages

main
Robert Pearce 2020-09-22 22:04:42 -04:00
parent 9678c3eaa8
commit 382812428d
No known key found for this signature in database
GPG Key ID: 07A0E482E5616C9B
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
--- ---
description: "This is me saying hello to the world" description: "This is me saying hello to the world"
image: "/images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg" image: "./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
lang: "en" lang: "en"
stylesheet: "default" stylesheet: "default"
title: "Hello, world!" title: "Hello, world!"
@ -10,7 +10,7 @@ title: "Hello, world!"
<h1 class="ffs fs fs40">Hello, world!</h1> <h1 class="ffs fs fs40">Hello, world!</h1>
<img <img
alt="A woman sitting on a bench amongst trees at the end of a boardwalk leading to a pond with mountains in the background" alt="A woman sitting on a bench amongst trees at the end of a boardwalk leading to a pond with mountains in the background"
src="/images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg" src="./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
style="max-width:500px;" style="max-width:500px;"
/> />
</header> </header>

View File

@ -2,7 +2,7 @@
author: "My name" author: "My name"
authorTwitter: "@MyName" authorTwitter: "@MyName"
description: "I announce myself to the world" description: "I announce myself to the world"
image: "/images/waiheke-stony-batter.jpg" image: "./images/waiheke-stony-batter.jpg"
keywords: "hello, announcement" keywords: "hello, announcement"
lang: "en" lang: "en"
stylesheet: "article" stylesheet: "article"
@ -14,6 +14,6 @@ Hello, world! I am here!
<img <img
alt="Grapevines among rolling hills leading to the sea" alt="Grapevines among rolling hills leading to the sea"
src="/images/waiheke-stony-batter.jpg" src="./images/waiheke-stony-batter.jpg"
style="max-width:500px;" style="max-width:500px;"
/> />

View File

@ -2,7 +2,7 @@
author: "Mi nombre" author: "Mi nombre"
authorTwitter: "@MiNombre" authorTwitter: "@MiNombre"
description: "Me anuncio al mundo" description: "Me anuncio al mundo"
image: "/images/waiheke-stony-batter.jpg" image: "./images/waiheke-stony-batter.jpg"
keywords: "hola, anuncio" keywords: "hola, anuncio"
lang: "es" lang: "es"
stylesheet: "article" stylesheet: "article"
@ -14,6 +14,6 @@ updated: "2020-09-23T12:00:00Z"
<img <img
alt="Grapevines among rolling hills leading to the sea" alt="Grapevines among rolling hills leading to the sea"
src="/images/waiheke-stony-batter.jpg" src="./images/waiheke-stony-batter.jpg"
style="max-width:500px;" style="max-width:500px;"
/> />