Skip to content

Commit c8b0816

Browse files
committed
talk about it, talk about it
1 parent d407226 commit c8b0816

File tree

103 files changed

+20733
-360
lines changed

Some content is hidden

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

103 files changed

+20733
-360
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-02-XX", "text": "TEMPLATE", "link": "" },
3+
{ "date": "2025-02-05", "text": "I've got media reviews now!", "link": "/about/media-log" },
34
{ "date": "2025-02-01", "text": "The vote for the Indie Web Contest is now open!", "link": "/contest" },
45
{ "date": "2025-01-24", "text": "New png of myself on the homepage! (And other small updates)", "link": "" },
56
{ "date": "2024-12-20", "text": "New guide: How to make a website!", "link": "/coding/how-to-make-a-website" },

content/_data/reviews.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"title": "EXAMPLE",
4+
"month": "2025-01",
5+
"type": "TODOADDTYPE",
6+
"rating": "⭐⭐⭐⭐⭐ ½",
7+
"image": "IMAGEURL",
8+
"link": "LINKURL",
9+
"text": ""
10+
},
11+
12+
{
13+
"title": "Subnautica",
14+
"month": "2025-01",
15+
"type": "game (PC/Console)",
16+
"rating": "⭐⭐⭐⭐ ½",
17+
"image": "https://images.igdb.com/igdb/image/upload/t_cover_big_2x/co1iqw.jpg",
18+
"link": "https://www.backloggd.com/games/subnautica/",
19+
"text": "I'm terrified of the ocean, and big things in the ocean, and fish... So this game is a bit like exposure therapy to me. Anyways. It's really good! The exploration aspect is really fun, and the survival aspect is good too (not too difficult, not too easy). This game came out in 2014 but the graphics aged wonderfully, there was not a single moment where I thought something didn't look good. Occasionally, this game has some great humor that reminded me of Portal 2. It's mostly possible to play without using guides/google, but sometimes I was stuck and had to look something up. Also, at around mid-game the difficulty really picks up unless you pick the right upgrades and locations and I almost gave up on the game. Overall, I enjoyed this game just as much as I thought I would, so if you think you might like it, you should try it!"
20+
},
21+
{
22+
"title": "My Secret Garden",
23+
"month": "2025-01",
24+
"type": "Book by Nancy Friday",
25+
"rating": "⭐⭐⭐⭐",
26+
"image": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1387708704i/2997.jpg",
27+
"link": "https://www.goodreads.com/book/show/2997.My_Secret_Garden",
28+
"text": "'My Secret Garden' is a collection of sexual fantasies by real women in the 1970s. Some of the fantasies are quite normal, some very strange and even disgusting. It's a fascinating read about a topic that people (especially women) STILL don't really talk about. I was made aware of this book when I saw the book 'want' by Gillian Anderson on the shelves of a bookstore. 'want' is a modern version of 'My Secret Garden', and it's also an interesting read! Overall, I really liked the 'My Secret Garden', but it gets a bit tedious because some parts are very long, and I found myself skimming over them."
29+
},
30+
{
31+
"title": "Jurassic World: Chaos Theory",
32+
"month": "2025-01",
33+
"type": "TV SHOW",
34+
"rating": "⭐⭐⭐⭐¾",
35+
"image": "https://serializd-tmdb-images.b-cdn.net/t/p/w500/c2Od0cY2IeayDj5osUxZSAD1QK.jpg",
36+
"link": "https://www.serializd.com/show/Jurassic-World%3A-Chaos-Theory-237512",
37+
"text": "This is a sequel (after a 7 year time jump) to 'Jurassic World: Camp Cretaceous', which is a children's show set in the Jurassic World universe. As a fan of that universe, I looked into it, not expecting much because I'm not that into children's TV, but I was so pleasently surprised! It's a really good show, and Chaos Theory is even better! (I also like that the characters are now young adults, not kids anymore.) Seriously, the first season of this is PEAK CINEMA, it's sooooo good. So yeah, if you like dinosaurs and/or Jurassic Park, go watch both these shows! I love all the characters :) I'm impatiently waiting for season 3."
38+
},
39+
{
40+
"title": "EXAMPLE",
41+
"month": "2025-01",
42+
"type": "TODOADDTYPE",
43+
"rating": "⭐⭐⭐⭐⭐ ½",
44+
"image": "IMAGEURL",
45+
"link": "LINKURL",
46+
"text": ""
47+
},
48+
{
49+
"title": "EXAMPLE",
50+
"month": "2025-01",
51+
"type": "TODOADDTYPE",
52+
"rating": "⭐⭐⭐⭐⭐ ½",
53+
"image": "IMAGEURL",
54+
"link": "LINKURL",
55+
"text": ""
56+
}
57+
]

content/_includes/about-me.njk

Lines changed: 0 additions & 90 deletions
This file was deleted.

content/_includes/blog.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
testingOnLocalhost: false
3-
noCache: "20250201"
3+
noCache: "20250205"
44
---
55

66
<!DOCTYPE html>

content/_includes/coding.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
testingOnLocalhost: false
3-
noCache: "20250201"
3+
noCache: "20250205"
44
---
55

66
<!DOCTYPE html>

content/_includes/nav.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<li>
1212
<a href="/about/about-me">about me</a>
1313
</li>
14-
<li><a href="/about/cats">my cats</a></li>
15-
<li><a href="/about/media-log">media log</a></li>
14+
<li><a href="/about/cats">the cats in my life</a></li>
15+
<li><a href="/about/media-log">media log & reviews</a></li>
1616
<li>
1717
<a href="/blog{% if testingOnLocalhost %}/index{% endif %}">blog </a>
1818
</li>

content/_includes/petrapixel.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
testingOnLocalhost: false
3-
noCache: "20250201"
3+
noCache: "20250205"
44
---
55

66
<!DOCTYPE html>
@@ -90,7 +90,7 @@ noCache: "20250201"
9090
<!-- ----------------- CONTEST ----------------- -->
9191

9292
<a class="aside-contest" href="/contest">
93-
<img src="{{ nesting }}assets/img/layout/trophy.gif" width="80" height="85" />
93+
<img src="{{ nesting }}assets/img/layout/trophy.gif" width="80" height="85" alt="Trophy" />
9494
<div><b>Indie Web Contest</b><small>Vote now!</small></div>
9595
</a>
9696

@@ -368,7 +368,7 @@ noCache: "20250201"
368368
<!-- ----------------- TIP JAR ----------------- -->
369369

370370
<a class="aside-tip-jar" href="https://ko-fi.com/petrastipjar" target="_blank">
371-
<img src="{{ nesting }}assets/img/layout/coffee.gif" width="70" />
371+
<img src="{{ nesting }}assets/img/layout/coffee.gif" width="70" alt="Coffee Gif" />
372372
<div><b>Tip Jar</b><small>Buy me a coffee? :3</small></div>
373373
</a>
374374

content/about-me-old/likes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
---
66

77
<!-- <section>
8-
<h1>Likes <img aria-hidden="true" src="../assets/img/inline/stars.gif" /></h1>
8+
<h1>Likes <img alt="" aria-hidden="true" src="../assets/img/inline/stars.gif" /></h1>
99
<p>
1010
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod illo ab optio maiores iusto ducimus et impedit dicta. Odio nostrum, ea illo odit aspernatur quis magni facere laborum incidunt
1111
sequi?

content/about-me-old/media-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
---
66

77
<section>
8-
<h1>My Media Log <img aria-hidden="true" src="../assets/img/inline/stars.gif" /></h1>
8+
<h1>My Media Log <img alt="" aria-hidden="true" src="../assets/img/inline/stars.gif" /></h1>
99
<p style="margin-bottom: 0">Here's my media log! It contains pretty much everything I've watched, played, read, and listened to since August 2018! Updated sporadically.</p>
1010
<p style="margin-top: 0.5em"><b>Total entries:</b> <span id="total-entries">loading...</span> (not unique)</p>
1111
<p style="margin-bottom: 0">You can also follow me on these tracker sites:</p>

content/about/about-me.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -442,20 +442,24 @@ <h2>Elsewhere</h2>
442442
<h2>My Home</h2>
443443
<p>Some pics of my real-life home. It's nothing special, but it's mine :3</p>
444444
<div class="about-me-pages__gpoy">
445-
<img src="../assets/img/me/home3.jpg" alt="A bedroom with orange tones and a bisexuality flag." />
446-
<img src="../assets/img/me/home4.jpg" alt="A living room with a dino wall decal." />
447-
<img src="../assets/img/me/home1.jpg" alt="A wall filled with posters of various sizes." />
448-
<img src="../assets/img/me/home2.jpg" alt="A desk with a laptop, a monitor and a keyboard." />
445+
<img src="../assets/img/me/home3.jpg" loading="lazy" alt="A bedroom with orange tones and a bisexuality flag." />
446+
<img src="../assets/img/me/home4.jpg" loading="lazy" alt="A living room with a dino wall decal." />
447+
<img src="../assets/img/me/home1.jpg" loading="lazy" alt="A wall filled with posters of various sizes." />
448+
<img src="../assets/img/me/home2.jpg" loading="lazy" alt="A desk with a laptop, a monitor and a keyboard." />
449449
</div>
450450
<hr />
451451
<h2>My Digital Home</h2>
452452
<div class="about-me-pages__gpoy">
453-
<img src="../assets/img/me/phone.jpg" style="max-width: 30%" alt="A screenshot of a phone's homescreen with a dinosaur wallpaper." />
454-
<img src="../assets/img/me/desktop.png" style="max-width: 70%" alt="A screenshot of a Windows desktop with a dinosaur wallpaper.." />
453+
<img src="../assets/img/me/phone.jpg" loading="lazy" style="max-width: 30%" alt="A screenshot of a phone's homescreen with a dinosaur wallpaper." />
454+
<img src="../assets/img/me/desktop.png" loading="lazy" style="max-width: 70%" alt="A screenshot of a Windows desktop with a dinosaur wallpaper." />
455455
</div>
456456
<p>Dino illustration by <a href="https://turnipot.tumblr.com/post/652829610589945856/dino-sketches" target="_blank">Joanna Rzepecka</a>.</p>
457457
<p>The desktop wallpaper is a screencap from <i>Jurassic World: Chaos Theory</i>.</p>
458458
<p>(And yeah, I don't have any icons on my desktop.)</p>
459+
<br />
460+
<p>These are my main folders: (Icons by <a href="https://www.deviantart.com/arunasok3/art/Windows-11-Coloured-Folder-Icons-V2-0-907743091" target="_blank">arunasok3</a>)</p>
461+
<img src="../assets/img/me/explorer.png" loading="lazy" alt="A screenshot of colored folders in the Windows Explorer." />
462+
<p>Don't mind the disgusting mix of German and English folder names.</p>
459463
</section>
460464

461465
<section>

0 commit comments

Comments
 (0)