pupdated
This commit is contained in:
parent
c8223447a0
commit
4972cbe693
40 changed files with 499 additions and 286 deletions
10
_src/data/art/artwork/aesthetics.md
Normal file
10
_src/data/art/artwork/aesthetics.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
images:
|
||||
- src: /assets/img/art/sundae_aesthetics.png
|
||||
alt: Sundae standing in a sunny grassy field, with sketched clouds and a rainbow.
|
||||
date: 2025-12-02
|
||||
programs:
|
||||
- name: Krita
|
||||
src: https://krita.org/
|
||||
---
|
||||
Doodle of the bun that I started coloring and shading in for fun.
|
||||
17
_src/data/art/artwork/bunbee.md
Normal file
17
_src/data/art/artwork/bunbee.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
images:
|
||||
- src: /assets/img/art/sundae_bunbee.png
|
||||
alt: Full body portrait of Sundae as a three-way hybrid between a bunny, bee and qilin.
|
||||
date: 2026-03-02
|
||||
- src: /assets/img/art/sundae_bunbee-old.png
|
||||
alt: Older version, flat colors and a solid color background. His head is further back, neck fluff is spiky and his lop ears are bigger.
|
||||
date: 2026-02-18
|
||||
programs:
|
||||
- name: Krita
|
||||
src: https://krita.org/
|
||||
---
|
||||
Rawr! Really happy with this one!!
|
||||
|
||||
For shading, I used the "gradient watercolor" brush from {{"Missooni's Brush Pack V2"|link:"https://ko-fi.com/s/ce1dd3dabb"}}, and Krita's Halftone filter for the background.
|
||||
|
||||
It took me maybe 6 hours in total with the help of a few references, but I try not to spend much time in one sitting on the computer nowadays for health reasons.
|
||||
4
_src/data/articles/what.md
Normal file
4
_src/data/articles/what.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<img src="/assets/img/art/sundae_refsheet-new-unfinished.png" alt="">
|
||||
<h1>hey</h1>
|
||||
<p id="funny">at least ask me on my other socials first</p>
|
||||
<button commandfor="signal" command="close">Close</button>
|
||||
|
|
@ -33,9 +33,9 @@ Actually, it had been mostly finished for a while (since July 1st), but I hit a
|
|||
|
||||
For starters, porting a website (at least one that's paw-written by yours truly) to a static site generator like {{"Eleventy"|link:"https://11ty.dev/"}} was definitely something, having only dabbled with editing `.html` and `.css` files without hosting a local server.
|
||||
|
||||
Initially I went looking around for a base (as to not start from complete scratch") to use and found {{"Smol 11ty Starter by 5t3ph"|link:"https://github.com/5t3ph/smol-11ty-starter"}} and set it up.
|
||||
Initially I went looking around for a base (as to not start from complete scratch) to use and found {{"Smol 11ty Starter by 5t3ph"|link:"https://github.com/5t3ph/smol-11ty-starter"}} and set it up.
|
||||
|
||||
I was **very eager** to start working on it, and because I decided to do so late at night, I didn't consult any documentation and thus felt like it would be impossible to learn {{"Nunjucks"|link:"https://mozilla.github.io/nunjucks/"}} (one of the {{"templating languages"|link:"https://www.11ty.dev/docs/languages/"}} used in Eleventy") got upset, settled down and slept.
|
||||
I was **very eager** to start working on it, and because I decided to do so late at night, I didn't consult any documentation and thus felt like it would be impossible to learn {{"Nunjucks"|link:"https://mozilla.github.io/nunjucks/"}} (one of the {{"templating languages"|link:"https://www.11ty.dev/docs/languages/"}} used in Eleventy) got upset, settled down and slept.
|
||||
|
||||
### You're telling me that Java scripted this?
|
||||
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ Overhauled the old theme
|
|||
- Basically, rich embeds for when you link my website on other platforms. Should make it look a bit less ugly
|
||||
- Attribution:
|
||||
- Font
|
||||
- {{"Nosey Rodent"|link:"https://pal-m.micenest.xyz/nro/"}} (CC-BY-NC, I think?)
|
||||
- {{"Nosey Rodent"|link:"https://micenest.xyz/nro/"}} (CC-BY-NC-4.0)
|
||||
9
_src/data/changelog/2026-03-06.md
Normal file
9
_src/data/changelog/2026-03-06.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## {{page.fileSlug|readable}}
|
||||
|
||||
- Updated to {{"Eleventy v3.1.2"|link:"https://github.com/11ty/eleventy/releases/tag/v3.1.2"}}
|
||||
- Should hopefully be able to be compiled without throwing errors now.
|
||||
- Updated [Gallery](/gallery)
|
||||
- Added max width for `article` text
|
||||
- Previously, it extended to the width of `article`, making it hard to read on wider screens
|
||||
- Removed redundancies in `json` objects and arrays
|
||||
- Removed old fonts
|
||||
Loading…
Add table
Add a link
Reference in a new issue