diff options
-rw-r--r-- | build.js | 4 | ||||
-rw-r--r-- | site/posts/48-art-dump.md | 43 | ||||
-rw-r--r-- | site/posts/48b-cw.md | 17 |
3 files changed, 62 insertions, 2 deletions
diff --git a/build.js b/build.js index 71e9b8a..39f8a62 100644 --- a/build.js +++ b/build.js @@ -605,9 +605,9 @@ const parsePostText = async (text) => { return fixWS` <div class="art-container${options.fullwidth ? ' full-width' : ''}"><div> - <a href="static/media/${encodeURIComponent(filename)}.png"><img alt="${filename.match(/^[0-9]+-(.*)$/)[1]}" src="static/media/${encodeURIComponent(filename)}.png"></a> + <a href="static/media/${encodeURIComponent(filename)}.png"><img alt="${filename.match(/^[0-9a-z]+-(.*)$/)[1]}" src="static/media/${encodeURIComponent(filename)}.png"></a> ${options.noext ? '' : fixWS` - <br>(<a href="static/media/${encodeURIComponent(filename)}.${options.ext}">${filename.match(/^[0-9]+-(.*)$/)[1]}.${options.ext}</a>) + <br>(<a href="static/media/${encodeURIComponent(filename)}.${options.ext}">${filename.match(/^[0-9a-z]+-(.*)$/)[1]}.${options.ext}</a>) `} </div></div> ` diff --git a/site/posts/48-art-dump.md b/site/posts/48-art-dump.md new file mode 100644 index 0000000..2a060ee --- /dev/null +++ b/site/posts/48-art-dump.md @@ -0,0 +1,43 @@ + + title: "Art dump!" + date: {m: 4, d: 3, y: 2019} + categories: + - 'art' + +--- + +# Art dump! + +Since it's just about the end of the first quarter of 2019 (whoaaa), I figured I'd share my art from this year so far in a collected place here! + +My art-doing for 2019 has been sorta wonky - I haven't been super consistent about what type of art I do and when, so to make things a little easier, I've sorted the smorgaboard so that the more complete pieces are close to the start. Abstract and doodle stuff is further down. (Also sorry for the atrocious filenames! :)) + +I also did some vent-ish art - letting out tough feelings, either lingering or in the moment, that is, and sticking them on a canvas in some kind of way that makes it easier to deal with or accept them. Accordingly, **content warning** for text related to that type of thing (mainly regarding maker's-block and uncomfortable memories), if you view [this link](posts/48b-cw.html). That said, there's none of that art on this current page, and I don't intend for there to ever be directly on the homepage or in the archive list! + +<art>48-g3</art> + +<art>48-ral3</art> + +<art>48-fldod</art> + +<art>48-zra</art> + +<art>48-mousebun</art> + +<art>48-filter</art> + +<art>48-lhollowknight</art> + +<art>48-ohw</art> + +<art>48-wing</art> + +<art>48-ral2</art> + +<art>48-bl0rd</art> + +<art>48-kl</art> + +<art>48-bl</art> + +<art noext>48-mousebun-blank</art> diff --git a/site/posts/48b-cw.md b/site/posts/48b-cw.md new file mode 100644 index 0000000..92d8cbb --- /dev/null +++ b/site/posts/48b-cw.md @@ -0,0 +1,17 @@ + + title: "A world of memories" + date: {m: 4, d: 3, y: 2019} + categories: + - 'art' + unlisted: true + +--- + +# A world of memories + +<art noext>48b-worldmemoriespower</art> + +<art noext>48b-judg</art> + +<art noext>48b-will</art> + |