diff --git a/art/l1.json b/art/l1.json new file mode 100644 index 0000000..90eb4d2 --- /dev/null +++ b/art/l1.json @@ -0,0 +1,14 @@ +{ + "alt_text": "Drawing of Merume, a four armed succubus. The drawing has no color, and is just lines. She is holding a Canon L1, which has two grips (yes, really.) She's also adjusting the huge interchangable lens, and holding some of her bangs back so she can look in the viewfinder. She's also wearing a really big T-Shirt.", + "characters": [ + "Merume" + ], + "date": "2024-05-12", + "mastodon_url": "https://mastodon.art/@redstrate/112428669022463740", + "pixiv_url": "https://www.pixiv.net/artworks/118718547", + "program": "Krita", + "tags": [ + "sketch" + ], + "title": "L1 📷" +} diff --git a/config.yaml b/config.yaml index 3adbfa5..818c046 100644 --- a/config.yaml +++ b/config.yaml @@ -139,13 +139,6 @@ menu: - name: 'Evangelion' url: 'nerv_button.webp' weight: 3 - otherbadges: - - name: 'THE SKULL' - url: 'theskull.gif' - weight: -1 - - name: 'amogus?' - url: 'amogus.gif' - weight: 1 socials: - name: 'Mastodon' params: diff --git a/content/art/2024/l1.md b/content/art/2024/l1.md new file mode 100644 index 0000000..4384eb5 --- /dev/null +++ b/content/art/2024/l1.md @@ -0,0 +1,15 @@ +--- +title: "L1 📷" +date: 2024-05-12 +layout: art-detail +filename: /art/l1.webp +alt_text: "Drawing of Merume, a four armed succubus. The drawing has no color, and is just lines. She is holding a Canon L1, which has two grips (yes, really.) She's also adjusting the huge interchangable lens, and holding some of her bangs back so she can look in the viewfinder. She's also wearing a really big T-Shirt." +slug: l1 +characters: +- Merume +arttags: +- sketch +mastodon_url: https://mastodon.art/@redstrate/112428669022463740 +pixiv_url: https://www.pixiv.net/artworks/118718547 +program: Krita +--- diff --git a/content/art/_index.md b/content/art/_index.md index 5942602..e61a4f6 100644 --- a/content/art/_index.md +++ b/content/art/_index.md @@ -7,15 +7,15 @@ commissions: true aliases: - /gallery featured: -- filename: costadelsol.webp - date: 2024-02-10 - title: Costa del Sol -- filename: electrical.webp - date: 2024-01-26 - title: Electrical -- filename: raubahn.webp - date: 2024-01-26 - title: Bull of Ala Mhigo +- filename: l1.webp + date: 2024-05-12 + title: L1 📷 +- filename: konqi.webp + date: 2024-04-09 + title: Konqi 📀 +- filename: acrocatabro.webp + date: 2023-09-05 + title: Acro's request years: - 2024 - 2023 diff --git a/content/art/stats/_index.md b/content/art/stats/_index.md index 982a259..04a9ef3 100644 --- a/content/art/stats/_index.md +++ b/content/art/stats/_index.md @@ -1,7 +1,7 @@ --- title: Stats layout: art-stats -total: 231 +total: 232 years: - year: 2019 num: 60 @@ -14,7 +14,7 @@ years: - year: 2021 num: 27 - year: 2024 - num: 17 + num: 18 - year: 2016 num: 7 - year: 2018 @@ -27,19 +27,19 @@ characters: - name: Juritta num: 14 - name: Merume - num: 11 -- name: Asuka - num: 6 + num: 12 - name: Mari num: 6 +- name: Asuka + num: 6 - name: Sakura num: 5 - name: Mythra num: 4 -- name: Tifa - num: 3 - name: Knocky-chan num: 3 +- name: Tifa + num: 3 - name: Byleth num: 2 tags: @@ -64,5 +64,5 @@ tags: - name: fan art num: 51 - name: sketch - num: 109 + num: 110 --- diff --git a/data/art-config.json b/data/art-config.json index 819e88a..2d15184 100644 --- a/data/art-config.json +++ b/data/art-config.json @@ -1,9 +1,9 @@ { "commissions": true, "featured": [ - "costadelsol", - "electrical", - "raubahn" + "l1", + "konqi", + "acrocatabro" ], "new-banner": "" } diff --git a/themes/red/layouts/shortcodes/guestbook.html b/themes/red/layouts/shortcodes/guestbook.html index 5902acf..155f171 100644 --- a/themes/red/layouts/shortcodes/guestbook.html +++ b/themes/red/layouts/shortcodes/guestbook.html @@ -22,5 +22,5 @@ {{ else }} -Guestbook is disabled in development mode. +(Guestbook is disabled in development mode.) {{ end }}