moved discography page to art folder and added blurb to drawing gallery page

This commit is contained in:
2026-03-09 16:13:08 +01:00
parent 72a7515120
commit f2511470c5
3 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,10 @@
banner="banner.webp" banner="banner.webp"
bannerAlt="Several Faber-Castell Polychromos colour pencils lined up with markings next to them in the same colour on a sheet of paper." /> bannerAlt="Several Faber-Castell Polychromos colour pencils lined up with markings next to them in the same colour on a sheet of paper." />
<p>I started drawing at the start of 2026 and this is my page to show off what I make! I currently only draw on paper (I like the feel and resistance of pens on paper as well as the <a href="/blog/2026/0129">limitations</a> it imposes), but I have a tablet prepared with Krita to try digital art someday!</p>
<p>Why do I do this, you may wonder? to pressure myself to draw more</p>
<div class="drawing-container"> <div class="drawing-container">
{#each drawings as d} {#each drawings as d}
{@render drawingGalleryEntry({d})} {@render drawingGalleryEntry({d})}

View File

@@ -19,7 +19,7 @@
description: "Small stories about my past music", description: "Small stories about my past music",
img: "/main/hypertext.webp", img: "/main/hypertext.webp",
altText: "", altText: "",
link: "my-tracks", link: "/art/music",
}, },
]; ];
</script> </script>