Add links page

This commit is contained in:
2025-11-09 21:42:36 -06:00
parent bc35c74688
commit 8dea0d1da1
4 changed files with 92 additions and 0 deletions

View File

@@ -51,6 +51,11 @@ export default {
linkDisplay: "Life Updates",
linkURL: "/now/",
},
{
iconURL: "/img/icons/breeze/link-symbolic.svg",
linkDisplay: "Links",
linkURL: "/links/",
},
{
iconURL: "/img/burn.svg",
linkDisplay: "Now Burning",

View File

@@ -8,6 +8,7 @@ structuredData: none
* Added [ThinksTooMuch](https://thinkstoomuch.net) to the [blogroll](/blogroll).
* Updated [/incense](/incense).
* Added snow / weather, and site settings button and dialog.
* Added [/links](/links).
* 2025-10-20
* Added [Moist Poetry Journal](https://moistpoetryjournal.com) to the [blogroll](/blogroll).
* Removed some less active and/or abandoned blogs from the [blogroll](/blogroll).

44
content/links/index.md Normal file
View File

@@ -0,0 +1,44 @@
---
layout: layouts/base.njk
title: Nathan Upchurch | Links
structuredData: none
---
# Links
An old-school links page. Click on one or two!
## Eleventy resources
* [11tyBundle](https://11tybundle.dev/)
* [11tyCMS](https://11tycms.com/)
## Free/libre software
* [Free Software Foundation](https://fsf.org)
* [GNU](https://gnu.org)
* [KDE](https://kde.org)
## Friends
* [Davey Dynamite](https://daveydynamite.neocities.org/)
* [Mercury Retro](https://calam.us/)
## Indieweb
* [blogroll.org—Because blogs are the soul of the web](https://blogroll.org/)
* [blogs.hn—a directory of tech sites, primarily sourced from HackerNews](https://blogs.hn/)
* [blogscroll.com—an open directory of personal sites and blogs](https://blogscroll.com/)
* [Feedle—A search engine for blogs and podcasts](https://feedle.world/)
* [indieblog.page—discover the indieweb](https://indieblog.page/)
* [Kagi Smallweb](https://kagi.com/smallweb/)
* [Mwmbl—a crowd-sourced search engine](https://mwmbl.org/)
* [Mydora—a continuous streaming player that gives you a deep dive into the lost archives of Myspace Music](https://mydora.restorativland.org/)
* [ooh.directory—A collection of 2,358 blogs about every topic](https://ooh.directory/)
* [searchmysite.net—Search real content by real people from their personal websites](https://searchmysite.net/)
## Indieweb resources
* [90s Cursor Efffects](https://tholman.com/cursor-effects/)
* [blinkies.cafe—blinkie maker](https://blinkies.cafe/)
* [GIF Printer 2000](https://melonking.net/frames/pixelsea)
* [GifCities—The Geocities Animated Gif Search from Internet Archive](https://gifcities.org/)
* [Gify Pet](https://melonking.net/frames/pet)
* [Guestbooks](https://guestbooks.meadow.cafe/)
* [Hit counters](https://www.websiteout.net/counter.php)
* [Nekoweb—a free static website hosting service](https://nekoweb.org/)
* [tamaNOTchi](https://tamanotchi.world/)

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 16 16"
version="1.1"
id="svg1"
sodipodi:docname="link-symbolic.svg"
xml:space="preserve"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="40.349281"
inkscape:cx="7.360726"
inkscape:cy="7.6705209"
inkscape:window-width="2048"
inkscape:window-height="1080"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><defs
id="defs3051"><style
type="text/css"
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><style
type="text/css"
id="current-color-scheme-0">.ColorScheme-Text { color: #fcfcfc; } </style></defs><g
transform="translate(-3,-1033.3622)"
id="g1"
style="fill:#faf5f5;fill-opacity:1"><path
style="fill:#faf5f5;fill-opacity:1;stroke:none"
d="M 4,7 C 3.4459904,7 3,7.4459904 3,8 l 0,6 c 0,0.55401 0.4459904,1 1,1 l 5,0 c 0.55401,0 1,-0.44599 1,-1 l 0,-1 2,0 0,1 c 0,0.554 0.44599,1 1,1 l 5,0 c 0.55401,0 1,-0.446 1,-1 L 19,8 C 19,7.446 18.55401,7 18,7 l -5,0 c -0.55401,0 -1,0.446 -1,1 l 0,1 -2,0 0,-1 C 10,7.4459904 9.55401,7 9,7 Z M 4,8 7,8 9,8 9,9 C 8.4459904,9 8,9.4459904 8,10 l 0,2 c 0,0.55401 0.4459904,1 1,1 l 0,1 -2,0 -3,0 z m 9,0 3,0 2,0 0,6 -2,0 -3,0 0,-1 c 0.55401,0 1,-0.44599 1,-1 l 0,-2 C 14,9.4459904 13.55401,9 13,9 Z m -4,2 4,0 0,2 -4,0 z"
transform="translate(0,1030.3622)"
id="rect4161"
class="ColorScheme-Text" /></g></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB