From 0f3da48d73a905b699804d1145467dbb4c61079b Mon Sep 17 00:00:00 2001 From: usefulalgorithm <6112039+usefulalgorithm@users.noreply.github.com> Date: Mon, 7 Apr 2025 07:31:54 +0000 Subject: [PATCH] [create-pull-request] automated change --- drafts/comedia-racine | 24 ++++++++++++++++++++++++ hie.yaml | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 drafts/comedia-racine diff --git a/drafts/comedia-racine b/drafts/comedia-racine new file mode 100644 index 0000000..1c89390 --- /dev/null +++ b/drafts/comedia-racine @@ -0,0 +1,24 @@ +--- +title: {{artists}} - {{title}} +layout: post +comments: false +score: +released: {{released}} +tags: {{year}}, music +--- + +![]({{imageUrl}}) + + + +--- + +Fav tracks: + +Score: /10 + +Release date: {{released}} + +Labels: {{labels}} 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"