Add badge collection page

This commit is contained in:
n_u
2026-08-08 23:37:44 -05:00
parent 05922a9e24
commit 6bc9187854
5 changed files with 38 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
---
layout: layouts/base.njk
title: Nathan Upchurch | Blank
structuredData: none
---
<article data-pagefind-body>
<h1>Badge collection</h1>
<p>Here are some badges I picked up around the web. If you see your badge here and would like a link attached, <a href="/me">let me know!</a></p>
<div class="badges">
{% for badge in badges.badges %}
{% if badge.linkURL %}<a href="{{ badge.linkURL }}">{% endif %}<img alt="{{ badge.altText }}" src="{{ badges.imgBaseUrl }}{{ badge.imageURL }}">{% if badge.linkURL %}</a>{% endif %}
{% endfor %}
</div>
</article>
+3
View File
@@ -7,6 +7,9 @@ includeTOC: true
---
## 2026
### August
* 2026-08-08
* Updated [/wish](/wish).
* Implemented [/badges](/badges).
* 2026-08-06
* Updated [/links](/links).
* 2026-08-05
+1
View File
@@ -11,6 +11,7 @@ structuredData: none
* [AI](/ai)
* [Colophon](/about/colophon)
* [Privacy](/about/privacy)
* [Badge Collection](/badges)
* [Blank](/blank)
* [Blog](/blog)
* [Feed](/feed/feed.xml)