Skip to content

Commit 7879ab9

Browse files
committed
one way or another
1 parent 97ae94d commit 7879ab9

File tree

93 files changed

+412
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+412
-312
lines changed

content/_data/changelog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
{ "date": "2025-08-XX", "text": "TEMPLATE", "link": "" },
3+
{ "date": "2025-08-07", "text": "More styling options for my widgets!", "link": "/coding/widgets" },
34
{ "date": "2025-08-02", "text": "I made a page about my online childhood!", "link": "/about/my-online-childhood" },
45
{ "date": "2025-07-29", "text": "Improved the git tutorial a bit", "link": "/coding/git-tutorial" },
56
{ "date": "2025-07-28", "text": "New personality quiz: Rate my 'Hear me out's!", "link": "/fun/quizzes" },

content/_includes/coding.njk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ testingOnLocalhost: false
99
{% if not noSEO %}
1010
<meta
1111
name="description"
12-
content="{{ description or 'Welcome to petrapixel! Here you can find many resources for Neocities, coding help, media recommendations and more in a cute Old Web aesthetic!' }}"
13-
/>
12+
content="{{ description or 'Welcome to petrapixel! Here you can find many resources for Neocities, coding help, media recommendations and more in a cute Old Web aesthetic!' }}" />
1413
{% endif %}
1514

1615
<!-- CSS/JS + CACHEBUSTING -->

content/_includes/petrapixel.njk

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ testingOnLocalhost: false
99
{% if not noSEO %}
1010
<meta
1111
name="description"
12-
content="{{ description or 'Welcome to petrapixel! Here you can find many resources for Neocities, coding help, media recommendations and more in a cute Old Web aesthetic!' }}"
13-
/>
12+
content="{{ description or 'Welcome to petrapixel! Here you can find many resources for Neocities, coding help, media recommendations and more in a cute Old Web aesthetic!' }}" />
1413
{% endif %}
1514

1615
<!-- CSS/JS + CACHEBUSTING TO DO FIX-->
@@ -331,8 +330,7 @@ testingOnLocalhost: false
331330
frameborder="0"
332331
width="150"
333332
height="17"
334-
allowtransparency="true"
335-
></iframe>
333+
allowtransparency="true"></iframe>
336334
</div>
337335
</div>
338336
</div>
@@ -374,7 +372,7 @@ testingOnLocalhost: false
374372
<li aria-label="obsessed with:">
375373
<img src="{{ nesting }}assets/img/layout/icon-heart.png" alt="" title="obsessed with:" aria-hidden="true" />
376374
<span
377-
><a href="/fun/quizzes">Coding</a>
375+
><a href="/fun/quizzes">Holly, the cat that keeps visiting me</a>
378376
<!--<span style="font-family:sans-serif;font-size:0.9em">♡</span>--></span
379377
>
380378
</li>
@@ -417,8 +415,7 @@ testingOnLocalhost: false
417415
marginwidth="0"
418416
scrolling="auto"
419417
aria-label="Chatbox"
420-
tabindex="-1"
421-
></iframe>
418+
tabindex="-1"></iframe>
422419
</div>
423420

424421
<!-- ----------------- TIP JAR ----------------- -->

content/about/cats.html

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,40 @@ <h2 id="chico">Chico <img aria-hidden="true" alt="" src="../assets/img/inline/he
255255
</div>
256256
</section>-->
257257

258+
<section>
259+
<h2 id="holly">Holly <img aria-hidden="true" alt="" src="../assets/img/inline/heart-yellow.png" /></h2>
260+
<div class="cat">
261+
<div class="cat__quick-facts">
262+
<p><strong>Name:</strong> <span>unknown</span></p>
263+
<p><strong>Nicknames:</strong> <span>Holly</span></p>
264+
<p><strong>Gender:</strong> <span>female</span></p>
265+
<p><strong>Age:</strong> <span>unknown, but young</span></p>
266+
<p><strong>Colour:</strong> <span>tabby with white spots</span></p>
267+
<p><strong>Likes:</strong> <span>cuddles</span></p>
268+
<p><strong>Dislikes:</strong> <span>quick movements</span></p>
269+
<p><strong>i met her in:</strong> <span>august 2025</span></p>
270+
</div>
271+
<div class="cat__description">
272+
Yet another neighbor's cat that loves to visit me! She was very shy at the start, but once I managed to lure her in and pet her she realised that she actually loves cuddles! I love her so much.
273+
She visits me every day, and likes to hang out in my apartment (often on top of me) for hours.
274+
</div>
275+
</div>
276+
<div class="cats-gallery lightbox-images">
277+
<a data-fslightbox href="../assets/img/cats/holly (1).jpg" class="image">
278+
<img alt="" src="../assets/img/cats/holly (1).jpg" />
279+
</a>
280+
<a data-fslightbox href="../assets/img/cats/holly (2).jpg" class="image">
281+
<img alt="" src="../assets/img/cats/holly (2).jpg" />
282+
</a>
283+
<a data-fslightbox href="../assets/img/cats/holly (3).jpg" class="image">
284+
<img alt="" src="../assets/img/cats/holly (3).jpg" />
285+
</a>
286+
<a data-fslightbox href="../assets/img/cats/holly (4).jpg" class="image">
287+
<img alt="" src="../assets/img/cats/holly (4).jpg" />
288+
</a>
289+
</div>
290+
</section>
291+
258292
<section>
259293
<h2 id="padme">Padme <img aria-hidden="true" alt="" src="../assets/img/inline/heart-purple.png" /></h2>
260294
<div class="cat">
@@ -339,39 +373,6 @@ <h2 id="bibi">Bibi <img aria-hidden="true" alt="" src="../assets/img/inline/hear
339373
</div>
340374
</section>
341375

342-
<section>
343-
<h2 id="holly">Holly <img aria-hidden="true" alt="" src="../assets/img/inline/heart-yellow.png" /></h2>
344-
<div class="cat">
345-
<div class="cat__quick-facts">
346-
<p><strong>Name:</strong> <span>unknown</span></p>
347-
<p><strong>Nicknames:</strong> <span>Holly</span></p>
348-
<p><strong>Gender:</strong> <span>female</span></p>
349-
<p><strong>Age:</strong> <span>unknown, but young</span></p>
350-
<p><strong>Colour:</strong> <span>tabby with white spots</span></p>
351-
<p><strong>Likes:</strong> <span>cuddles</span></p>
352-
<p><strong>Dislikes:</strong> <span>quick movements</span></p>
353-
<p><strong>i met her in:</strong> <span>august 2025</span></p>
354-
</div>
355-
<div class="cat__description">
356-
Yet another neighbor's cat that loves to visit me! She was very shy at the start, but once I managed to lure her in and pet her she realised that she actually loves cuddles! I love her so much.
357-
</div>
358-
</div>
359-
<div class="cats-gallery lightbox-images">
360-
<a data-fslightbox href="../assets/img/cats/holly (1).jpg" class="image">
361-
<img alt="" src="../assets/img/cats/holly (1).jpg" />
362-
</a>
363-
<a data-fslightbox href="../assets/img/cats/holly (2).jpg" class="image">
364-
<img alt="" src="../assets/img/cats/holly (2).jpg" />
365-
</a>
366-
<a data-fslightbox href="../assets/img/cats/holly (3).jpg" class="image">
367-
<img alt="" src="../assets/img/cats/holly (3).jpg" />
368-
</a>
369-
<a data-fslightbox href="../assets/img/cats/holly (4).jpg" class="image">
370-
<img alt="" src="../assets/img/cats/holly (4).jpg" />
371-
</a>
372-
</div>
373-
</section>
374-
375376
<section>
376377
<h2 id="izzy">Izzy <img aria-hidden="true" alt="" src="../assets/img/inline/heart-yellow.png" /></h2>
377378
<div class="cat">

0 commit comments

Comments
 (0)