From 6ce00bae327a175f0c0b61fdad21051f455a4473 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 24 Sep 2021 19:25:36 -0700 Subject: [PATCH] + Preview image for hugo post --- .gitignore | 1 + content/media/thumbnails/hugo.png | 3 +++ content/posts/hugo.md | 1 + 3 files changed, 5 insertions(+) create mode 100644 content/media/thumbnails/hugo.png diff --git a/.gitignore b/.gitignore index 2dc8251..1a1fd08 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ keys/ msg public +output/ diff --git a/content/media/thumbnails/hugo.png b/content/media/thumbnails/hugo.png new file mode 100644 index 0000000..63fe287 --- /dev/null +++ b/content/media/thumbnails/hugo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162471a85d235ca4caeceaf8617dbdd7549295dba8cbf6c001058f11fb3f05be +size 48946 diff --git a/content/posts/hugo.md b/content/posts/hugo.md index 5e12d31..0721e45 100644 --- a/content/posts/hugo.md +++ b/content/posts/hugo.md @@ -4,6 +4,7 @@ description: Why I'm switching away from simple bash scripts category: article draft: false date: 2021-09-10 +image: "/media/thumbnails/hugo.png" --- For a while now I've been using `pandoc` and a combination of shell scripts to build and deploy my site via a gitlab CI/CD pipeline.