From bbe8e3757f602f4916776bef81f2e089377f15b3 Mon Sep 17 00:00:00 2001 From: usefulalgorithm <6112039+usefulalgorithm@users.noreply.github.com> Date: Fri, 11 Apr 2025 03:35:06 +0000 Subject: [PATCH] [create-pull-request] automated change --- drafts/ghostnote-kimhiorthoy | 24 ++++++++++++++++++++++++ hie.yaml | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 drafts/ghostnote-kimhiorthoy diff --git a/drafts/ghostnote-kimhiorthoy b/drafts/ghostnote-kimhiorthoy new file mode 100644 index 0000000..01cac65 --- /dev/null +++ b/drafts/ghostnote-kimhiorthoy @@ -0,0 +1,24 @@ +--- +title: Kim Hiorthøy - Ghost Note +layout: post +comments: false +score: +released: 2025-03-21 +tags: 2025, music +--- + +![](https://i.discogs.com/WfhX9dJ1PqDO3wAt3TkC2h7BgWmLYNNbnr0QnbfuVbM/rs:fit/g:sm/q:90/h:600/w:600/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTMzNjM1/MTg0LTE3NDQwODgx/ODQtOTQ5MC5qcGVn.jpeg) + + + +--- + +Fav tracks: + +Score: /10 + +Release date: 2025-03-21 + +Labels: blickwinkel diff --git a/hie.yaml b/hie.yaml index f27d15f..a977c95 100644 --- a/hie.yaml +++ b/hie.yaml @@ -3,5 +3,8 @@ cradle: - path: "././site.hs" component: "my-site:exe:site" + - path: "scripts/monthly_rewind/app/Main.hs" + component: "monthly-rewind:exe:monthly-rewind" + - path: "scripts/pull_album_info/app/Main.hs" component: "pull-album-info:exe:pull-album-info"