Skip to content

Commit d407226

Browse files
committed
oh give me that fire
1 parent f09516a commit d407226

File tree

98 files changed

+1493
-1371
lines changed

Some content is hidden

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

98 files changed

+1493
-1371
lines changed

content/_data/changelog.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
2-
{ "date": "2025-01-XX", "text": "TEMPLATE", "link": "" },
2+
{ "date": "2025-02-XX", "text": "TEMPLATE", "link": "" },
3+
{ "date": "2025-02-01", "text": "The vote for the Indie Web Contest is now open!", "link": "/contest" },
34
{ "date": "2025-01-24", "text": "New png of myself on the homepage! (And other small updates)", "link": "" },
45
{ "date": "2024-12-20", "text": "New guide: How to make a website!", "link": "/coding/how-to-make-a-website" },
56
{ "date": "2024-12-16", "text": "In celebration of 300 followers, I'm making an Indie Web Contest! Participate now!", "link": "/contest" },

content/_data/sites.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@
132132
"linksBackToMe": true,
133133
"neighbor": true
134134
},
135+
{
136+
"title": "Ballonlea",
137+
"image": "macaquemoe.png",
138+
"link": "https://ballonlea.net/",
139+
"linksBackToMe": true,
140+
"neighbor": true,
141+
"inspiration": true
142+
},
135143
{
136144
"link": "https://cyberstheb.neocities.org/",
137145
"title": "cyberstheb",
@@ -252,14 +260,7 @@
252260
"linksBackToMe": false,
253261
"neighbor": true
254262
},
255-
{
256-
"title": "Macaque",
257-
"image": "macaquemoe.png",
258-
"link": "https://macaque.moe/",
259-
"linksBackToMe": false,
260-
"neighbor": true,
261-
"inspiration": true
262-
},
263+
263264
{
264265
"title": "TEMPLATE",
265266
"image": "IMAGE ------------------------------------------------------------------------------------",

content/_includes/about-me.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
noCache: "20250124"
2+
noCache: "20250201"
33
---
44
<!DOCTYPE html>
55
<html lang="en">

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: "20250124"
3+
noCache: "20250201"
44
---
55

66
<!DOCTYPE html>

content/_includes/coding.njk

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

66
<!DOCTYPE html>
@@ -75,19 +75,13 @@ noCache: "20250124"
7575
</header>
7676
<nav class="coding-navigation" data-nosnippet="true">
7777
<div class="coding-navigation-category" aria-label="Tools">
78-
<div class="coding-navigation-category__title">
79-
<a href="/coding#tools"
80-
>Tools <small class="aside-nav__new"><img src="{{ nesting }}assets/img/layout/new.gif" alt="" aria-hidden="true" /></small
81-
></a>
82-
</div>
78+
<div class="coding-navigation-category__title">Tools</div>
8379
<ul>
8480
<li>
8581
<a href="/coding/layout-generator">layout generator</a>
8682
</li>
8783
<li>
88-
<a href="/coding/widgets"
89-
>widgets for free neocities accounts <small class="aside-nav__new"><img src="{{ nesting }}assets/img/layout/new.gif" alt="" aria-hidden="true" /></small
90-
></a>
84+
<a href="/coding/widgets">widgets for free neocities accounts</a>
9185
</li>
9286
<li>
9387
<a href="/coding/checklist">self-study checklist</a>
@@ -97,16 +91,10 @@ noCache: "20250124"
9791
</div>
9892

9993
<div class="coding-navigation-category" aria-label="Guides">
100-
<div class="coding-navigation-category__title">
101-
<a href="/coding#guides"
102-
>Guides <small class="aside-nav__new"><img src="{{ nesting }}assets/img/layout/new.gif" alt="" aria-hidden="true" /></small
103-
></a>
104-
</div>
94+
<div class="coding-navigation-category__title">Guides</div>
10595
<ul>
10696
<li>
107-
<a href="/coding/how-to-make-a-website"
108-
>how to make a website <small class="aside-nav__new"><img src="{{ nesting }}assets/img/layout/new.gif" alt="" aria-hidden="true" /></small
109-
></a>
97+
<a href="/coding/how-to-make-a-website">how to make a website</a>
11098
</li>
11199
<li><a href="/coding/common-questions">common questions</a></li>
112100
<li><a href="/coding/common-mistakes">common mistakes</a></li>
@@ -124,9 +112,7 @@ noCache: "20250124"
124112
</div>
125113

126114
<div class="coding-navigation-category" aria-label="Beginner Tutorials">
127-
<div class="coding-navigation-category__title">
128-
<a href="/coding#beginner">Beginner Tutorials</a>
129-
</div>
115+
<div class="coding-navigation-category__title">Beginner Tutorials</div>
130116
<ul>
131117
<li><a href="/coding/layout-base-code">how to load the same layout on every page</a></li>
132118
<li>
@@ -141,9 +127,7 @@ noCache: "20250124"
141127
</div>
142128

143129
<div class="coding-navigation-category" aria-label="Advanced Tutorials">
144-
<div class="coding-navigation-category__title">
145-
<a href="/coding#advanced">Advanced Tutorials</a>
146-
</div>
130+
<div class="coding-navigation-category__title">Advanced Tutorials</div>
147131
<ul>
148132
<li>
149133
<a href="/coding/git-tutorial">git tutorial</a>
@@ -161,9 +145,7 @@ noCache: "20250124"
161145
</div>
162146

163147
<div class="coding-navigation-category" aria-label="Miscellaneous">
164-
<div class="coding-navigation-category__title">
165-
<a href="/coding#misc">Miscellaneous</a>
166-
</div>
148+
<div class="coding-navigation-category__title">Miscellaneous</div>
167149
<ul>
168150
<li><a href="/coding/neocities">neocities tips</a></li>
169151
<li>

content/_includes/petrapixel.njk

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

66
<!DOCTYPE html>
@@ -91,7 +91,7 @@ noCache: "20250124"
9191

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

9797
<!-- ----------------- CHANGELOG ----------------- -->
@@ -299,12 +299,12 @@ noCache: "20250124"
299299
</li>
300300
<li aria-label="watching:">
301301
<img src="{{ nesting }}assets/img/layout/icon-tv.png" alt="" title="watching:" aria-hidden="true" />
302-
<a href="https://app.tvtime.com/user/33116783" target="_blank">Abbott Elementary</a>
302+
<a href="https://app.tvtime.com/user/33116783" target="_blank">Squid Game (s2)</a>
303303
</li>
304304
<li aria-label="reading:">
305305
<img src="{{ nesting }}assets/img/layout/icon-book.png" alt="" title="reading:" aria-hidden="true" />
306306
<a href="https://www.goodreads.com/user/show/62158941-petra" target="_blank"
307-
>My Secret Garden: Women's Sexual Fantasies
307+
>Six of Crows
308308
<!--<span style="font-family:sans-serif;font-size:0.9em">↺</span>--></a
309309
>
310310
</li>

content/about/about-me.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ <h2>Facts:</h2>
104104
<li><strong>Religion:</strong> atheist</li>
105105
<li><strong>Occupation:</strong> english student at uni</li>
106106
<li><strong>Past Career:</strong> (frontend) web development</li>
107-
<li><strong>Attraction layer cake:</strong> <a href="https://cake.avris.it/rD3" target="_blank">red D 3</a></li>
108107
<li><strong>MBTI:</strong> <a href="https://www.16personalities.com/istj-personality" target="_blank">istj-t</a></li>
109108
<li><strong>Alignment:</strong> <a href="http://www.easydamus.com/chaoticneutral.html" target="_blank">chaotic neutral</a></li>
110109
<li><strong>Temparament:</strong> <a href="https://fourtemperaments.com/4-primary-temperaments/" target="_blank">melancholic</a></li>
110+
<li><strong>Attraction layer cake:</strong> <a href="https://cake.avris.it/rD3" target="_blank">red D 3</a></li>
111111
<li>
112112
<strong>Political compass:</strong>
113113
<a href="https://www.politicalcompass.org/yourpoliticalcompass_js?ec=-8.25&soc=-6.31" style="font-size: 0.9em" target="_blank">libertarian left</a>
@@ -438,6 +438,26 @@ <h2>Elsewhere</h2>
438438
</div>
439439
</section>
440440

441+
<section>
442+
<h2>My Home</h2>
443+
<p>Some pics of my real-life home. It's nothing special, but it's mine :3</p>
444+
<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." />
449+
</div>
450+
<hr />
451+
<h2>My Digital Home</h2>
452+
<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.." />
455+
</div>
456+
<p>Dino illustration by <a href="https://turnipot.tumblr.com/post/652829610589945856/dino-sketches" target="_blank">Joanna Rzepecka</a>.</p>
457+
<p>The desktop wallpaper is a screencap from <i>Jurassic World: Chaos Theory</i>.</p>
458+
<p>(And yeah, I don't have any icons on my desktop.)</p>
459+
</section>
460+
441461
<section>
442462
<h2>Aesthetics</h2>
443463
<p>Here are some aesthetics I enjoy!</p>

content/about/about-the-site.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ <h2>To Do List</h2>
168168
<li>book quotes i like</li>
169169
<li>"sticker" page (drag-n-drop)</li>
170170
<li>webring (+code) <b>WIP</b></li>
171-
<li>english phrases (vocabulary page)</li>
171+
<li>photobook?</li>
172172
</ul>
173173
<br />
174174
<p>Tutorials, guides and resources I want to make:</p>
175175
<ul>
176-
<li>how to make a website (complete guide) <b>WIP</b></li>
176+
<li>improve layout generator (tutorial)</li>
177177
<li>page speed optimization <b>WIP</b></li>
178178
<li>coding bookmarks (+ widgets)</li>
179179
<li>backup tutorial</li>
@@ -182,6 +182,7 @@ <h2>To Do List</h2>
182182
<li>free widget for google search</li>
183183
<li>templates!</li>
184184
<li>comprehension questions in tutorials <b>WIP</b></li>
185+
<li>"roter Faden" through all tutorials</li>
185186
</ul>
186187
</section>
187188

content/about/credits.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ <h2>Codes / Widgets:</h2>
6464
<li>
6565
<a href="https://atomiks.github.io/tippyjs/" target="_blank"><b>tooltips</b> (Tippy.js)</a>
6666
</li>
67-
<li>
67+
<!--<li>
6868
<a href="https://embed.im/snow/" target="_blank"><b>snow</b> effect (embed.im)</a>
69-
</li>
69+
</li>-->
7070

7171
<li>
7272
<a href="https://virtualobserver.moe/ayano/comment-widget" target="_blank"><b>comment widget</b> (by virtualobserver)</a>
@@ -90,11 +90,9 @@ <h2>Codes / Widgets:</h2>
9090
</ul>
9191
<hr />
9292

93-
<hr />
9493
<h2>Images:</h2>
9594

9695
<p>Most graphics are from the following sites:</p>
97-
9896
<ul>
9997
<li><a href="https://www.glitter-graphics.com/" target="_blank">glitter-graphics.com</a></li>
10098
<li><a href="https://gifcities.org/" target="_blank">gifcities.org</a></li>
@@ -125,9 +123,7 @@ <h2>Images:</h2>
125123
</ul>
126124
<br />
127125

128-
<br />
129-
130-
<strong>FavIcons:</strong>
126+
<p>FavIcons:</p>
131127
<ul>
132128
<li>
133129
<a href="https://www.favicon.cc/?action=icon&file_id=883290" target="_blank"><b>star favicon</b> (by robin)</a>
@@ -141,10 +137,9 @@ <h2>Images:</h2>
141137
</li>
142138
-->
143139
</ul>
144-
145140
<br />
146141

147-
<strong>Blinkies, Stamps, Buttons, Userboxes:</strong>
142+
<p>Blinkies, Stamps, Buttons, Userboxes:</p>
148143
<ul>
149144
<li><a href="https://adriansblinkiecollection.neocities.org/" target="_blank">adriansblinkiecollection</a></li>
150145
<li><a href="https://y2k.neocities.org/blinkies" target="_blank">y2k.neocities.org</a></li>

0 commit comments

Comments
 (0)