Skip to content

Commit 328a583

Browse files
committed
why'd you only call me when you're high?
1 parent bd566f7 commit 328a583

File tree

133 files changed

+3576
-455
lines changed

Some content is hidden

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

133 files changed

+3576
-455
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WIP pages:
22
/public/layouts
3-
/public/resources/templates.html
3+
/public/coding/layouts.html
44
/public/shrines/ggnsp.html
55
/public/shrines/ggnsp.css
66
/public/shrines/happylist.html
@@ -16,6 +16,7 @@
1616
/public/layout-generator/test
1717
notes.txt
1818
img-Verknüpfung.lnk
19+
public/assets/js/layoutGenerator.js.LICENSE.txt
1920

2021

2122
# -----------------------------------------------------------------

content/_data/changelog.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[
2-
{ "date": "2025-06-XX", "text": "TEMPLATE", "link": "" },
2+
{ "date": "2025-07-XX", "text": "TEMPLATE", "link": "" },
3+
{ "date": "2025-07-22", "text": "I now have a list of text cliques! Submit cliques now!", "link": "/coding/cliques" },
4+
{ "date": "2025-07-18", "text": "The layout generator now has a download function", "link": "/coding/layout-generator" },
35
{ "date": "2025-07-17", "text": "Updated my age. Happy birthday to me!", "link": "" },
46
{ "date": "2025-07-09", "text": "Thanks for 1000 followers! As a celebration, I have (finally) created a webring!", "link": "/webring" },
57
{ "date": "2025-06-20", "text": "More personality quizzes and a HTML/CSS quiz!", "link": "/coding/quizzes" },

content/_data/nav.json

Lines changed: 48 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,14 @@
273273
"hide": false,
274274
"icon": "fa-solid fa-wand-magic-sparkles"
275275
},
276+
{
277+
"link": "/coding/layouts",
278+
"label": "F2U Layouts",
279+
"sublabel": "",
280+
"new": true,
281+
"hide": true,
282+
"icon": "fa-solid fa-window-restore"
283+
},
276284
{
277285
"link": "/coding/widgets",
278286
"label": "Widgets for free Neocities accounts",
@@ -307,7 +315,7 @@
307315
},
308316
{
309317
"link": "/coding/quizzes",
310-
"label": "Test your Knowledge!",
318+
"label": "Coding Quiz",
311319
"sublabel": "",
312320
"new": true,
313321
"hide": false,
@@ -316,7 +324,7 @@
316324
{
317325
"link": "/coding/webringu",
318326
"label": "Webringu",
319-
"sublabel": "Easy Webring Script",
327+
"sublabel": "Simple Webring Script",
320328
"new": false,
321329
"hide": false,
322330
"icon": "fa-solid fa-ring"
@@ -329,7 +337,7 @@
329337
"items": [
330338
{
331339
"link": "/coding/how-to-make-a-website",
332-
"label": "How to Make A Website",
340+
"label": "How to create your first website",
333341
"sublabel": "",
334342
"new": false,
335343
"hide": false,
@@ -351,21 +359,21 @@
351359
"hide": false,
352360
"icon": "fa-solid fa-circle-xmark"
353361
},
354-
{
355-
"link": "/coding/need-help",
356-
"label": "Troubleshooting Guide",
357-
"sublabel": "+ where/how to ask questions",
358-
"new": false,
359-
"hide": false,
360-
"icon": "fa-solid fa-bug"
361-
},
362362
{
363363
"link": "/coding/code-quality",
364364
"label": "Code Quality Guide",
365365
"sublabel": "",
366366
"new": false,
367367
"hide": false,
368368
"icon": "fa-solid fa-broom"
369+
},
370+
{
371+
"link": "/coding/need-help",
372+
"label": "Troubleshooting Guide",
373+
"sublabel": "+ how to find support",
374+
"new": false,
375+
"hide": false,
376+
"icon": "fa-solid fa-bug"
369377
}
370378
]
371379
},
@@ -384,15 +392,15 @@
384392
{
385393
"link": "/coding/positioning-tutorial",
386394
"label": "CSS Positioning/Layout Tutorial",
387-
"sublabel": "(display, position, transform, z-index, flexbox, grid, ...)",
395+
"sublabel": "(display, position, flexbox, grid, transform, z-index, ...)",
388396
"new": false,
389397
"hide": false,
390398
"icon": "fa-brands fa-css"
391399
},
392400
{
393401
"link": "/coding/cachebusting",
394402
"label": "Cachebusting",
395-
"sublabel": "",
403+
"sublabel": "Stop that pesky caching",
396404
"new": false,
397405
"hide": false,
398406
"icon": "fa-solid fa-bomb"
@@ -414,23 +422,23 @@
414422
{
415423
"link": "/coding/git-tutorial",
416424
"label": "Git Tutorial",
417-
"sublabel": "",
425+
"sublabel": "Version Control",
418426
"new": false,
419427
"hide": false,
420428
"icon": "fa-solid fa-code-branch"
421429
},
422430
{
423431
"link": "/coding/npm-tutorial",
424432
"label": "node/npm tutorial",
425-
"sublabel": "",
433+
"sublabel": "Package Manager",
426434
"new": false,
427435
"hide": false,
428436
"icon": "fa-brands fa-npm"
429437
},
430438
{
431439
"link": "/coding/webpack-tutorial",
432440
"label": "Webpack Tutorial",
433-
"sublabel": "",
441+
"sublabel": "File Bundler",
434442
"new": false,
435443
"hide": false,
436444
"icon": "fa-solid fa-box"
@@ -449,14 +457,6 @@
449457
"label": "Miscellaneous",
450458
"new": false,
451459
"items": [
452-
{
453-
"link": "/coding/my-setup",
454-
"label": "My VSCode Setup",
455-
"sublabel": "Settings + Extensions",
456-
"new": false,
457-
"hide": false,
458-
"icon": "fa-solid fa-toolbox"
459-
},
460460
{
461461
"link": "/coding/neocities",
462462
"label": "Neocities Tips",
@@ -474,21 +474,28 @@
474474
"icon": "fa-solid fa-code"
475475
},
476476
{
477-
"link": "/coding/now-what",
478-
"label": "I know HTML, CSS, and JS. Now what?",
479-
"sublabel": "",
477+
"link": "/coding/my-setup",
478+
"label": "My VSCode Setup",
479+
"sublabel": "Settings + Extensions",
480480
"new": false,
481481
"hide": false,
482-
"icon": "fa-regular fa-lightbulb"
482+
"icon": "fa-solid fa-toolbox"
483483
},
484484
{
485485
"link": "/webring",
486486
"label": "Code Collective Webring",
487487
"sublabel": "",
488488
"new": true,
489489
"hide": false,
490-
"icon": "fa-solid fa-ring",
491-
"hideInCodingNav": true
490+
"icon": "fa-solid fa-ring"
491+
},
492+
{
493+
"link": "/coding/now-what",
494+
"label": "I know HTML, CSS, and JS. Now what?",
495+
"sublabel": "",
496+
"new": false,
497+
"hide": false,
498+
"icon": "fa-regular fa-lightbulb"
492499
},
493500
{
494501
"link": "/coding/game-dev-journey",
@@ -501,10 +508,19 @@
501508
{
502509
"link": "/contest",
503510
"label": "Indie Web Contest",
504-
"sublabel": "Results",
511+
"sublabel": "2024 Contest Results",
505512
"new": false,
506513
"hide": false,
507-
"icon": "fa-solid fa-trophy"
514+
"icon": "fa-solid fa-trophy",
515+
"hideInCodingNav": true
516+
},
517+
{
518+
"link": "/coding/cliques",
519+
"label": "List of Cliques",
520+
"sublabel": "",
521+
"new": true,
522+
"hide": false,
523+
"icon": "fa-solid fa-list-ul"
508524
}
509525
]
510526
}

content/_data/sites.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@
369369
"inspiration": false
370370
},
371371
{
372-
"link": "https://hitokage.neocities.org/",
373-
"title": "hitokage",
374-
"image": "hitokage.gif",
372+
"link": "https://nanacore.neocities.org/",
373+
"title": "nanacore",
374+
"image": "nanacore.png",
375375
"neighbor": true,
376376
"inspiration": true
377377
},
@@ -409,5 +409,12 @@
409409
"image": "snails.png",
410410
"neighbor": true,
411411
"inspiration": true
412+
},
413+
{
414+
"link": "https://rainbowcrap.neocities.org/",
415+
"title": "rainbowcrap",
416+
"image": "rainbowcrap.png",
417+
"neighbor": false,
418+
"inspiration": false
412419
}
413420
]

content/_includes/petrapixel.njk

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -163,26 +163,34 @@ testingOnLocalhost: false
163163
<div class="aside-stuff aside-poll" aria-hidden="true">
164164
<div class="aside-stuff__heading" aria-hidden="true">Poll<img src="{{ nesting }}assets/img/layout/icon-stats.png" alt="" aria-hidden="true" /></div>
165165

166-
<form method="post" action="https://poll.pollcode.com/31299193">
166+
<form method="post" action="https://poll.pollcode.com/35965861">
167167
<div style="background-color: #eeeeee; padding: 2px; width: 175px; font-family: Arial; font-size: small; color: #000000">
168-
<div style="padding: 2px 0px 4px 2px"><strong>what's your favorite pokémon game generation?</strong></div>
169-
<input type="radio" name="answer" value="1" id="answer312991931" style="float: left" /><label for="answer312991931" style="float: left; width: 150px">gen 1 (red/green)</label>
168+
<div style="padding: 2px 0px 4px 2px"><strong>which resource should i make next?</strong></div>
169+
<input type="radio" name="answer" value="1" id="answer359658611" style="float: left" /><label for="answer359658611" style="float: left; width: 150px">webring list</label>
170170
<div style="clear: both; height: 2px"></div>
171-
<input type="radio" name="answer" value="2" id="answer312991932" style="float: left" /><label for="answer312991932" style="float: left; width: 150px">gen 2 (gold/silver)</label>
171+
<input type="radio" name="answer" value="2" id="answer359658612" style="float: left" /><label for="answer359658612" style="float: left; width: 150px"
172+
>coding / indie web glossary</label
173+
>
172174
<div style="clear: both; height: 2px"></div>
173-
<input type="radio" name="answer" value="3" id="answer312991933" style="float: left" /><label for="answer312991933" style="float: left; width: 150px">gen 3 (ruby/sapphire)</label>
175+
<input type="radio" name="answer" value="3" id="answer359658613" style="float: left" /><label for="answer359658613" style="float: left; width: 150px"
176+
>page speed optimization tutorial</label
177+
>
174178
<div style="clear: both; height: 2px"></div>
175-
<input type="radio" name="answer" value="4" id="answer312991934" style="float: left" /><label for="answer312991934" style="float: left; width: 150px">gen 4 (diamond/perl)</label>
179+
<input type="radio" name="answer" value="4" id="answer359658614" style="float: left" /><label for="answer359658614" style="float: left; width: 150px">search bar tutorial</label>
176180
<div style="clear: both; height: 2px"></div>
177-
<input type="radio" name="answer" value="5" id="answer312991935" style="float: left" /><label for="answer312991935" style="float: left; width: 150px">gen 5 (black/white)</label>
181+
<input type="radio" name="answer" value="5" id="answer359658615" style="float: left" /><label for="answer359658615" style="float: left; width: 150px"
182+
>website idea list/generator</label
183+
>
178184
<div style="clear: both; height: 2px"></div>
179-
<input type="radio" name="answer" value="6" id="answer312991936" style="float: left" /><label for="answer312991936" style="float: left; width: 150px">gen 6 (x / y)</label>
185+
<input type="radio" name="answer" value="6" id="answer359658616" style="float: left" /><label for="answer359658616" style="float: left; width: 150px">improved coding faq</label>
180186
<div style="clear: both; height: 2px"></div>
181-
<input type="radio" name="answer" value="7" id="answer312991937" style="float: left" /><label for="answer312991937" style="float: left; width: 150px">gen 7 (sun/moon)</label>
187+
<input type="radio" name="answer" value="7" id="answer359658617" style="float: left" /><label for="answer359658617" style="float: left; width: 150px"
188+
>improved "how to make your first website" guide</label
189+
>
182190
<div style="clear: both; height: 2px"></div>
183-
<input type="radio" name="answer" value="8" id="answer312991938" style="float: left" /><label for="answer312991938" style="float: left; width: 150px">gen 8 (sword/shield)</label>
191+
<input type="radio" name="answer" value="8" id="answer359658618" style="float: left" /><label for="answer359658618" style="float: left; width: 150px">improved git tutorial</label>
184192
<div style="clear: both; height: 2px"></div>
185-
<input type="radio" name="answer" value="9" id="answer312991939" style="float: left" /><label for="answer312991939" style="float: left; width: 150px">gen 9 (scarlet/violet)</label>
193+
<input type="radio" name="answer" value="9" id="answer359658619" style="float: left" /><label for="answer359658619" style="float: left; width: 150px">more coding quizzes</label>
186194
<div style="clear: both; height: 2px"></div>
187195
<div align="center" style="padding: 3px"><input type="submit" value=" Vote " />&nbsp;<input type="submit" name="view" value=" View " /></div>
188196
<div align="right" style="font-size: 10px">pollcode.com <a href="https://pollcode.com/">free polls</a></div>
@@ -393,7 +401,7 @@ testingOnLocalhost: false
393401

394402
<!-- ----------------- CHATBOX ----------------- -->
395403
<div class="aside-stuff aside-chatbox">
396-
<div class="aside-stuff__heading" aria-hidden="true">Chatbox<img src="{{ nesting }}assets/img/layout/icon-chat.png" alt="" aria-hidden="true" /></div>
404+
<div class="aside-stuff__heading" aria-hidden="true" style="z-index: 2">Chatbox<img src="{{ nesting }}assets/img/layout/icon-chat.png" alt="" aria-hidden="true" /></div>
397405
<iframe
398406
src="https://www5.cbox.ws/box/?boxid=949361&boxtag=Asuhlk"
399407
width="100%"

content/about/about-me.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ <h2>Likes <img alt="" aria-hidden="true" src="../assets/img/inline/!.gif" alt=""
215215
<li>youtubers</li>
216216
<li>transgressive fiction</li>
217217
<li><b>customization</b></li>
218+
<li>before-and-after pics</li>
218219
</ul>
219220
</div>
220221
<div class="about-me-page__list">

content/about/about-the-site.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ <h2>To Do List</h2>
186186
<li>more shrines!!! game grumps/nsp, dinosaurs, ... <b>WIP</b></li>
187187
<li>book quotes i like</li>
188188
<li>"sticker" page (drag-n-drop)</li>
189-
<li>webring (+code) <b>WIP</b></li>
190189
<li><s>photobook?</s> felt like glorified instagram</li>
191190
<li>spooky month media?</li>
192191
<li>backup tutorial</li>
@@ -206,15 +205,15 @@ <h2>To Do List</h2>
206205
<li>"roter Faden" through all tutorials ?</li>
207206
<li>prebuilt templates!</li>
208207
<li>ideas for personal websites</li>
209-
<li>templates!</li>
210208
</ul>
211209
</section>
212210

213211
<section>
214212
<h2>Milestones</h2>
215213
<ul>
214+
<li>2025-07-21: 3000 claps</li>
216215
<li>2025-07-15: <strong>1100</strong> followers reached</li>
217-
<li>2025-07-11: <strong>300</strong> guestbook messages reached</li>
216+
<li>2025-07-11: 300 guestbook messages reached</li>
218217
<li>2025-06-24: <strong>1000</strong> followers reached! 🎉</li>
219218
<li>2025-05-22: <strong>900</strong> followers</li>
220219
<li>2025-04-23: <strong>800</strong> followers, 2000 claps</li>

0 commit comments

Comments
 (0)