diff --git a/exampleSite/content/post/aether-features.md b/exampleSite/content/post/aether-features.md index b41479c..4b33258 100644 --- a/exampleSite/content/post/aether-features.md +++ b/exampleSite/content/post/aether-features.md @@ -3,7 +3,7 @@ title: "Aether Features" date: 2018-12-19T10:35:35-05:00 description: "Hugo combined with the Aether theme turns easy to write markdown into powerful web pages. KaTeX, Highlight.js, and Hugo provides the ability to create mathmatical symobols, equations, highlighted code, tables, lists, and much more." categories: ["Features"] -featuredImage: "/img/mdd-iphone.jpg" +featuredImage: "img/mdd-iphone.jpg" dropCap: true displayInMenu: false displayInList: true diff --git a/exampleSite/content/post/aether-theme.md b/exampleSite/content/post/aether-theme.md index 7358193..ad6fc48 100644 --- a/exampleSite/content/post/aether-theme.md +++ b/exampleSite/content/post/aether-theme.md @@ -3,7 +3,7 @@ title: "Aether: A Clean Theme for Hugo" date: 2018-05-02T14:33:42-04:00 description: " Aether is new theme for Hugo that emphasizes motion, material, and depth as design elements. Distracting styling and page elements are forgone to focus on the content." categories: ["Web-Dev"] -featuredImage: "/img/mdd-macbook.jpg" +featuredImage: "img/mdd-macbook.jpg" dropCap: true displayInMenu: false displayInList: true diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/post/creating-a-new-theme.md index 30bd657..26ab8a4 100644 --- a/exampleSite/content/post/creating-a-new-theme.md +++ b/exampleSite/content/post/creating-a-new-theme.md @@ -2,7 +2,7 @@ author: "Michael Henderson" date: 2014-09-28 title: Creating a New Theme -featuredImage: "/img/nyc.jpg" +featuredImage: "img/nyc.jpg" dropCap: true displayInMenu: false displayInList: true diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/post/goisforlovers.md index c559512..60fcea2 100644 --- a/exampleSite/content/post/goisforlovers.md +++ b/exampleSite/content/post/goisforlovers.md @@ -1,6 +1,6 @@ +++ title = "(Hu)go Template Primer" -featuredImage = "/img/lucas-benjamin-565254-unsplash.jpg" +featuredImage = "img/lucas-benjamin-565254-unsplash.jpg" displayInMenu = false displayInList = true draft = false diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/post/hugoisforlovers.md index bcd273f..8339850 100644 --- a/exampleSite/content/post/hugoisforlovers.md +++ b/exampleSite/content/post/hugoisforlovers.md @@ -1,6 +1,6 @@ +++ title = "Getting Started with Hugo" -featuredImage = "/img/andrew-neel-609846-unsplash.jpg" +featuredImage = "img/andrew-neel-609846-unsplash.jpg" displayInMenu = false displayInList = true draft = false diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/post/migrate-from-jekyll.md index ee84736..369b756 100644 --- a/exampleSite/content/post/migrate-from-jekyll.md +++ b/exampleSite/content/post/migrate-from-jekyll.md @@ -1,6 +1,6 @@ --- date: 2014-03-10 -featuredImage: "/img/yan-ots-257617-unsplash.jpg" +featuredImage: "img/yan-ots-257617-unsplash.jpg" displayInMenu: false displayInList: true draft: false