diff --git a/config.toml b/config.toml index db882d6..cdf8758 100644 --- a/config.toml +++ b/config.toml @@ -20,3 +20,6 @@ disablePathToLower = true [markup.goldmark.renderer] unsafe = true + +[security] + allowContent = ['.*'] diff --git a/data/art.yaml b/data/art.yaml index 75c3886..45c84a1 100644 --- a/data/art.yaml +++ b/data/art.yaml @@ -432,7 +432,7 @@ - title: Ranger collection: fan-art authors: - - enbydergstrous + - PlayingTarot image: /gallery/thumbs/ranger.png url: /gallery/ranger.png description: End Waking and a night stalker from Fallout in an uneasy truce. @@ -440,15 +440,23 @@ - title: A Bad Day collection: fan-art authors: - - enbydergstrous + - PlayingTarot image: /gallery/thumbs/bad-day.png url: /gallery/bad-day.png description: True Name having a rough one. A bit of art that led to the drabble ["Meeting"](/stories/meeting). +- title: Overdressed for the occasion + collection: fan-art + authors: + - PlayingTarot + image: /gallery/thumbs/overdressed-for-the-occasion.png + url: /gallery/overdressed-for-the-occasion.png + description: "Codrin Bălan and Dear, Also, The Tree That Was Felled: two critters who habitually overdress." + - title: What's inside? collection: fan-art authors: - - enbydergstrous + - PlayingTarot image: /gallery/thumbs/pain.png url: /gallery/pain.png description: Pain. diff --git a/data/creators.yml b/data/creators.yml index c997976..971605a 100644 --- a/data/creators.yml +++ b/data/creators.yml @@ -9,7 +9,7 @@ Jade: https://cupsofjade.site/ Roxanna: https://bsky.app/profile/roxannarachnid.bsky.social ashenwhiskers: https://furaffinity.net/user/thayrustback biddyfox: https://www.tumblr.com/biddyfox -enbydergstrous: https://bsky.app/profile/enbydergstrous.bsky.social +PlayingTarot: https://bsky.app/profile/enbydergstrous.bsky.social Seþþe: https://meemu.org/@seyye Fudge: https://vulpine.club/@fudge_the_sphinx Lunegrimm: https://bsky.app/profile/lunegrimm.bsky.social diff --git a/static/gallery/overdressed-for-the-occasion.png b/static/gallery/overdressed-for-the-occasion.png new file mode 100644 index 0000000..1bbe99a Binary files /dev/null and b/static/gallery/overdressed-for-the-occasion.png differ diff --git a/static/gallery/thumbs/overdressed-for-the-occasion.png b/static/gallery/thumbs/overdressed-for-the-occasion.png new file mode 100644 index 0000000..c582d54 Binary files /dev/null and b/static/gallery/thumbs/overdressed-for-the-occasion.png differ