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.