From ecaa4de1a53ba8c353ba446789bc054a32b2d637 Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Wed, 8 May 2019 14:15:19 -0700 Subject: [PATCH] Add featured image to blog perfomance article and removing blank images from site config --- config.toml | 2 -- content/Blog/new-blog-performance.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index eb97313f..b6b3a1ef 100644 --- a/config.toml +++ b/config.toml @@ -50,8 +50,6 @@ disableHugoGeneratorInject = false # Metadata mostly used in document's head description = "Personal site, various development focused ramblings by a Microsoft developer" - keywords = "" - images = [""] homeSubtitle = "Personal site, various development focused ramblings by a Microsoft developer" diff --git a/content/Blog/new-blog-performance.md b/content/Blog/new-blog-performance.md index 7bb04988..9103409c 100644 --- a/content/Blog/new-blog-performance.md +++ b/content/Blog/new-blog-performance.md @@ -7,6 +7,8 @@ tags: - Coding - Performance featured: true +images: +- /images/performance/Baseline_New_Waterfall.png summary: Once I had it up and running, I decided to evaluate the performance compared to the old site and then spend some time trying to make it as fast as I could. --- Moving over to a new blog engine ([Hugo](https://gohugo.io/)) is not a simple task. I had to extract out my approximately 1000 blog posts from WordPress as Markdown, fix up all their metadata, and then start fixing all of the HTML that was mangled into a weird mix of markdown and HTML. The overall goal seemed worth all of this work: