From eb54fe93222caa912b05e75c1d29a653f1e3aa7b Mon Sep 17 00:00:00 2001 From: Florrie Date: Sat, 1 Sep 2018 07:37:44 -0300 Subject: New blog post, tiny tweaks --- build.js | 2 +- site/posts/40-art-dump-august.md | 32 ++++++++++++++++++++++++++++++++ site/static/site.css | 4 ++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 site/posts/40-art-dump-august.md diff --git a/build.js b/build.js index dbd57b9..a6efc7d 100644 --- a/build.js +++ b/build.js @@ -600,7 +600,7 @@ const parsePostText = async (text) => { return fixWS`
- ![${filename.match(/^[0-9]+-(.*)$/)[1]} + ${filename.match(/^[0-9]+-(.*)$/)[1]} ${options.noext ? '' : fixWS`
(${filename.match(/^[0-9]+-(.*)$/)[1]}.${options.ext}) `} diff --git a/site/posts/40-art-dump-august.md b/site/posts/40-art-dump-august.md new file mode 100644 index 0000000..1474fce --- /dev/null +++ b/site/posts/40-art-dump-august.md @@ -0,0 +1,32 @@ + + title: "Art dump August!!!!!!!!" + permalink: '40-art-dump-august' + date: {m: 9, d: 1, y: 2018} + categories: + - 'art' + +--- + +# Art dump August!!!!!!!! + +August! A few new things - these are all different experiments. I'm pretty happy with all of these! + +By the way, if you check my blog at the start of each month (whoa), I posted a couple other things in August: [an art dump of a lot of my ooooold art](posts/38-old-art-dump.html), and [an "it's 1:30 AM" ramble about the Wings of Fire graphic novel](posts/39-thoughts-on-wof-graphic-novel.html). Check those out if you're interested! + +40-fsctchprof + +40-fsctch + +40-fsctkh + +40-bord + +40-gn + +40-silh + +40-wt + +40-Green abstract stuff 2 + +40-dragddl diff --git a/site/static/site.css b/site/static/site.css index e2693d8..b0e5801 100644 --- a/site/static/site.css +++ b/site/static/site.css @@ -98,6 +98,10 @@ th, td { padding: 2px; } +tr:nth-child(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + /* Art */ div.art-container { -- cgit 1.3.0-6-gf8a5