Skip to content

Commit 10bfce9

Browse files
committed
don't you shy away
1 parent fce1f63 commit 10bfce9

File tree

112 files changed

+373
-192
lines changed

Some content is hidden

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

112 files changed

+373
-192
lines changed

content/_includes/blog.njk

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ testingOnLocalhost: false
9898
<h2 style="height: 0px; overflow: hidden">Comments</h2>
9999
{% if commentsText %}
100100
<p>{{ commentsText | safe }}</p>
101-
{% endif %}
101+
{% endif %} {% if commentsClosed %}Comments closed due to too many hate messages. :({% else %}
102102
<div id="c_widget">Comment Widget could not be loaded!</div>
103103
<script src="{{ nesting }}assets/js/comment-widget.js"></script>
104+
{% endif %}
104105
</section>
105106
{% endif %}
106107
</main>
@@ -122,26 +123,23 @@ testingOnLocalhost: false
122123
<img width="80" height="18" src="//clap.fc2.com/images/button/pink/petrapixel?url=https%3A%2F%2Fpetrapixel.neocities.org%2F&amp;lang=en" alt="clap for me on clap.fc2.com" />
123124
<small>click to clap for me!</small>
124125
</a>
125-
<br />
126-
<center>
127-
<small>Visitors:</small>
128-
{% if not testingOnLocalhost %}
129-
130-
<!-- new -->
131-
<script type="text/javascript" src="https://counter.websiteout.com/js/30/0/128970/0"></script>
132-
133-
<!-- old (broke at 128970 hits) -->
134-
<a href="https://www.free-website-hit-counter.com"> <img src="https://www.free-website-hit-counter.com/c.php?d=7&id=166390&s=18" border="0" alt="" /> </a>
135-
136-
{% endif %}
137-
</center>
138126
</div>
139127
</footer>
140128
</div>
141129

142-
{% if not testingOnLocalhost %}<a href="https://www.free-website-hit-counter.com">
143-
<img src="https://www.free-website-hit-counter.com/c.php?d=7&id=166390&s=18" border="0" aria-hidden="true" alt="Free Website Hit Counter" style="height: 0; width: 0" /> </a
144-
>{% endif %} {% if lightbox %}
130+
<!-- Hit Counter -->
131+
{% if not testingOnLocalhost %}
132+
<div class="blog-hitcounter">
133+
<!-- new -->
134+
<script type="text/javascript" src="https://counter.websiteout.com/js/30/0/128970/0"></script>
135+
136+
<!-- old (broke at 128970 hits) -->
137+
<a href="https://www.free-website-hit-counter.com"> <img src="https://www.free-website-hit-counter.com/c.php?d=7&id=166390&s=18" border="0" alt="" /> </a>
138+
</div>
139+
{% endif %}
140+
141+
<!-- Lightbox -->
142+
{% if lightbox %}
145143
<script src="../assets/js/fslightbox.js"></script>
146144
{% endif %}
147145
</body>

content/_includes/coding.njk

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,7 @@ testingOnLocalhost: false
152152
>
153153
</li>
154154
<li>
155-
<a href="/coding/cachebusting"
156-
><i class="fa-solid fa-bomb"></i
157-
><span
158-
>Cachebusting <small class="aside-nav__new"><img src="{{ nesting }}assets/img/layout/new.gif" alt="" aria-hidden="true" /></small
159-
><small>(how to stop your website from being cached)</small>
160-
</span></a
161-
>
155+
<a href="/coding/cachebusting"><i class="fa-solid fa-bomb"></i><span>Cachebusting </span></a>
162156
</li>
163157
<!--
164158
<li>
@@ -343,9 +337,12 @@ testingOnLocalhost: false
343337
<br />
344338
<center>
345339
<small>Visitors:</small>
346-
{% if not testingOnLocalhost %}<a href="https://www.free-website-hit-counter.com">
347-
<img src="https://www.free-website-hit-counter.com/c.php?d=7&id=166390&s=18" border="0" alt="Free Website Hit Counter" />
348-
</a>
340+
{% if not testingOnLocalhost %}
341+
<!-- new -->
342+
<script type="text/javascript" src="https://counter.websiteout.com/js/30/0/128970/0"></script>
343+
344+
<!-- old (broke at 128970 hits) -->
345+
<a href="https://www.free-website-hit-counter.com"> <img src="https://www.free-website-hit-counter.com/c.php?d=7&id=166390&s=18" border="0" alt="" /> </a>
349346
{% endif %}
350347
</center>
351348
<br />

content/_includes/nav.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
<li>
209209
<a href="/coding/now-what">i know html/css/js... now what?</a>
210210
</li>
211+
<li><a href="/webring">code collective webring</a></li>
211212
<!-- <li>
212213
<a href="/coding/game-dev-journey"
213214
>my game dev journey <small class="aside-nav__new"><img src="{{ nesting }}assets/img/layout/new.gif" alt="" aria-hidden="true" /></small

content/_includes/petrapixel.njk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ testingOnLocalhost: false
204204
<div class="aside-stuff aside-blinkies" aria-hidden="true">
205205
<marquee class="marquee aside-blinkies__buttons" scrollamount="5">{% include 'blinkies-blinkies.njk' %}</marquee>
206206
<marquee class="marquee aside-blinkies__blinkies" scrollamount="4">{% include 'blinkies-buttons.njk' %}</marquee>
207+
<div id="afterneighbours">Click <a href="/about/blinkies">here</a> to view them all.</div>
207208
</div>
208209

209210
<img src="{{ nesting }}assets/img/layout/divider6.gif" alt="" aria-hidden="true" style="margin-top: -5px" />
@@ -265,6 +266,8 @@ testingOnLocalhost: false
265266
<img width="145" height="56" src="{{ nesting }}assets/img/layout/kirby2light.png" alt="follow me on neocities" class="only-show-in-light-mode" />
266267
<img width="145" height="56" src="{{ nesting }}assets/img/layout/kirby2.png" alt="follow me on neocities" class="only-show-in-dark-mode" />
267268
</a>
269+
<center style="margin-top: 5px"><small>(thanks for 1000 followers!)</small></center>
270+
268271
<a id="clap-for-me" href="//clap.fc2.com/post/petrapixel/?url=https%3A%2F%2Fpetrapixel.neocities.org%2F&title=petrapixel" target="_blank">
269272
<img width="80" height="18" src="//clap.fc2.com/images/button/pink/petrapixel?url=https%3A%2F%2Fpetrapixel.neocities.org%2F&amp;lang=en" alt="clap for me on clap.fc2.com" />
270273
<small>click to clap for me!</small>

content/about/about-me.html

Lines changed: 63 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,16 @@ <h2>Me Core:</h2>
135135
</section>
136136

137137
<section>
138-
<div class="about-me-page__random-fact">
139-
<p id="randomfact">Click on the button below for a random fact about me!</p>
140-
<button type="button" id="gimmerandomfact">gimme!</button>
141-
<noscript>Please enable JavaScript for this!</noscript>
138+
<div class="about-me-page__blinkies">
139+
<div><img loading="lazy" width="150" height="20" src="../assets/img/blinkies/blinkies/emoticons.gif" alt="Blinkie: I support emoticons" /></div>
140+
<div><img loading="lazy" width="150" height="20" src="../assets/img/blinkies/blinkies/b (14).gif" alt="Blinkie: Daydreamer" /></div>
141+
<div><img loading="lazy" width="150" height="20" src="../assets/img/blinkies/blinkies/b (5).gif" alt="Blinkie: This user is bi" /></div>
142+
<div><img loading="lazy" width="150" height="20" src="../assets/img/blinkies/blinkies/polyamorous.gif" alt="Blinkie: Polyamorous" /></div>
143+
144+
<div><img loading="lazy" width="150" height="20" src="../assets/img/blinkies/blinkies/corporateinvasion.gif" alt="Blinkie: I feel violated by the corporate invasion on my attention span" /></div>
145+
<div><img loading="lazy" width="150" height="20" src="../assets/img/blinkies/blinkies/b (26).gif" alt="Blinkie: Pink! Pink! ... I love Pink!" /></div>
146+
<div><img loading="lazy" width="150" height="20" src="../assets/img/blinkies/blinkies/b (10).gif" alt="Blinkie: I love toast" /></div>
147+
<div><img loading="lazy" width="150" height="20" src="../assets/img/blinkies/blinkies/my-back-hurts.gif" alt="Blinkie: My back hurts!!!" /></div>
142148
</div>
143149
</section>
144150

@@ -263,6 +269,14 @@ <h2>Dislikes <img alt="" aria-hidden="true" src="../assets/img/inline/!2.gif" al
263269
</div>
264270
</section>
265271

272+
<section>
273+
<div class="about-me-page__random-fact">
274+
<p id="randomfact">Click on the button below for a random fact about me!</p>
275+
<button type="button" id="gimmerandomfact">gimme!</button>
276+
<noscript>Please enable JavaScript for this!</noscript>
277+
</div>
278+
</section>
279+
266280
<section>
267281
<div class="about-me-page__lists about-me-page__lists--favorites">
268282
<div class="about-me-page__list">
@@ -385,6 +399,51 @@ <h2>Other Favorites <img alt="" aria-hidden="true" src="../assets/img/inline/bub
385399
</div>
386400
</section>
387401

402+
<section>
403+
<div class="about-me-page__pokemon-heading">
404+
<img width="13" height="13" src="../assets/img/me/pokemon/pokeball.gif" alt="Pokéball" />
405+
<span>My favorite Pokémon</span>
406+
<img width="13" height="13" src="../assets/img/me/pokemon/pokeball.gif" alt="Pokéball" />
407+
</div>
408+
<div class="about-me-page__pokemon-team">
409+
<a class="about-me-page__pokemon" href="https://bulbapedia.bulbagarden.net/wiki/Pikachu_(Pok%C3%A9mon)">
410+
<img width="80" src="../assets/img/me/pokemon/025.png" alt="Pikachu" />
411+
<b>#025</b>
412+
<span>Pikachu</span>
413+
</a>
414+
<a class="about-me-page__pokemon" href="https://bulbapedia.bulbagarden.net/wiki/Oddish_(Pok%C3%A9mon)">
415+
<img width="80" src="../assets/img/me/pokemon/043.png" alt="Oddish" />
416+
<b>#043</b>
417+
<span>Oddish</span>
418+
</a>
419+
<a class="about-me-page__pokemon" href="https://bulbapedia.bulbagarden.net/wiki/Psyduck_(Pok%C3%A9mon)">
420+
<img width="80" src="../assets/img/me/pokemon/054.png" alt="Psyduck" style="transform: scale(0.8)" />
421+
<b>#054</b>
422+
<span>Psyduck</span>
423+
</a>
424+
<a class="about-me-page__pokemon" href="https://bulbapedia.bulbagarden.net/wiki/Abra_(Pok%C3%A9mon)">
425+
<img width="80" src="../assets/img/me/pokemon/063.png" alt="Abra" />
426+
<b>#063</b>
427+
<span>Abra</span>
428+
</a>
429+
<a class="about-me-page__pokemon" href="https://bulbapedia.bulbagarden.net/wiki/Porygon_(Pok%C3%A9mon)">
430+
<img width="80" src="../assets/img/me/pokemon/137.png" alt="Porygon" />
431+
<b>#137</b>
432+
<span>Porygon</span>
433+
</a>
434+
<a class="about-me-page__pokemon" href="https://bulbapedia.bulbagarden.net/wiki/Mew_(Pok%C3%A9mon)">
435+
<img width="80" src="../assets/img/me/pokemon/151.png" alt="Mew" style="margin-top: -10px; margin-bottom: 10px" />
436+
<b>#151</b>
437+
<span>Mew</span>
438+
</a>
439+
<a class="about-me-page__pokemon" href="https://bulbapedia.bulbagarden.net/wiki/Drifloon_(Pok%C3%A9mon)">
440+
<img width="80" src="../assets/img/me/pokemon/425.png" alt="Drifloon" />
441+
<b>#425</b>
442+
<span>Drifloon</span>
443+
</a>
444+
</div>
445+
</section>
446+
388447
<section>
389448
<h2>Elsewhere</h2>
390449
<div class="about-me-page__windows">

content/about/about-the-site.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ <h2>To Do List</h2>
191191
<li>spooky month media?</li>
192192
<li>backup tutorial</li>
193193
<li>"talking games" page <b>WIP</b></li>
194+
<li>graphic collection</li>
194195
</ul>
195196
<br />
196197
<p>Coding tutorials, guides and resources I want to make:</p>
@@ -204,12 +205,15 @@ <h2>To Do List</h2>
204205
<li>comprehension questions in tutorials <b>WIP</b></li>
205206
<li>"roter Faden" through all tutorials ?</li>
206207
<li>prebuilt templates!</li>
208+
<li>ideas for personal websites</li>
209+
<li>templates!</li>
207210
</ul>
208211
</section>
209212

210213
<section>
211214
<h2>Milestones</h2>
212215
<ul>
216+
<li>2025-07-11: <strong>300</strong> guestbook messages reached</li>
213217
<li>2025-06-24: <strong>1000</strong> followers reached! 🎉</li>
214218
<li>2025-05-22: <strong>900</strong> followers</li>
215219
<li>2025-04-23: <strong>800</strong> followers, 2000 claps</li>

content/about/credits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Codes / Widgets:</h2>
7979
</li>
8080
<li>
8181
<!-- <a href="https://sadgrl.online/learn/articles/last-update-visitors" target="_blank"><b>hit count widget</b> (sadgrl.online)</a> -->
82-
<a href="https://www.free-website-hit-counter.com/" target="_blank"><b>visitor count widget</b></a>
82+
<a href="https://www.websiteout.net/counter.php" target="_blank"><b>hit counter</b></a>
8383
</li>
8484
<li>
8585
<a href="https://github.com/biancarosa/lastfm-last-played" target="_blank"><b>last.fm widget</b> (by biancarosa)</a>

content/blog/polyamory-thoughts.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
nesting: "../"
66
dateCreated: "2024-11-18"
77
dateUpdated: "2024-11-18"
8+
commentsClosed: true
9+
noSEO: true
810
---
911

1012
<article class="blog-article">

content/coding/bookmarks.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h3 id="images">Images</h3>
365365
<div class="bookmark__title"><a href="https://gifcities.org/" target="_blank">GifCities</a></div>
366366
<div class="bookmark__description">Search engine for old web gifs</div>
367367
</div>
368-
<div class="bookmark">
368+
<div class="bookmark bookmark--star">
369369
<div class="bookmark__title"><a href="https://www.glitter-graphics.com/" target="_blank">Glitter-Graphics.com</a></div>
370370
<div class="bookmark__description">Gifs and images with a 2000s vibe</div>
371371
</div>
@@ -434,7 +434,7 @@ <h3 id="widgets">Widgets</h3>
434434
<div class="bookmark__description">Embed polls</div>
435435
</div>
436436
<div class="bookmark">
437-
<div class="bookmark__title"><a href="https://www.free-website-hit-counter.com/" target="_blank">free-website-hit-counter</a></div>
437+
<div class="bookmark__title"><a href="https://www.websiteout.net/counter.php" target="_blank">websiteout counter</a></div>
438438
<div class="bookmark__description">Visitor Counter</div>
439439
</div>
440440
<div class="bookmark">

content/webring.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@
1313
buttonUrl: "https://cdn.jsdelivr.net/gh/petracoding/petrapixel.neocities.org@latest/public/assets/img/linkback.gif",
1414
description: "layout builder, widgets, tutorials, snippets, tools, quizzes, helpful links and more!",
1515
},
16+
{
17+
url: "http://itinerae.blogspot.com",
18+
title: "Shye",
19+
buttonUrl: "https://64.media.tumblr.com/c0a11b28b63c805385fdeddc5661a913/313a0ea13d2814bf-98/s100x200/edcbeff0ae9ab8ca93ce6071311c9d739b7857fb.jpg",
20+
description: "layouts, graphic collections",
21+
},
22+
{
23+
url: "https://kristylicious.neocities.org/",
24+
title: "kristylicious",
25+
buttonUrl: "https://kristy.nekoweb.org/images/kristyliciousbutton.png",
26+
description: "layouts, graphic collections",
27+
},
28+
{
29+
url: "https://jbcarreon123.nekoweb.org/",
30+
title: "jb",
31+
buttonUrl: "https://jbcarreon123.nekoweb.org/imgs/buttons/jbtn.svg",
32+
description: "tools, tutorials, support and more!",
33+
},
1634
];
1735
</script>
1836
<script src="{{ nesting }}assets/js/webringu.js{{ nocache }}"></script>
@@ -28,10 +46,10 @@ <h1>Code Collective (Webring)</h1>
2846

2947
<section>
3048
<h2>Members</h2>
31-
<!-- <p>This webring has <span id="webringucount"></span> members.</p> -->
49+
<p>This webring has <b id="webringucount"></b> members.</p>
3250
<div id="webringulist"></div>
3351
<noscript>Please enable JavaScript to view the member list.</noscript>
34-
<p>Nobody else yet, please join!</p>
52+
<p>Nobody else yet because the webring is so new, please join!</p>
3553
</section>
3654

3755
<section>

0 commit comments

Comments
 (0)