Oh! Oh! I have something to share for once. It's my new static site generator, called SlenderSite; my fourth or so, but I believe there's room for one more.
I made a cyoa/text adventure based cyberpet agency! It's still in progress but there's a lot up right now. Currently working on mapping out the haunted mansion scenes and adding some new pets to find for the next version.
So! My site is at https://altheavalara.neocities.org where I am documenting the stories of past and current ongoing Final Fantasy games. It's a pretty simple site, mostly text based with a few images here and there.
The issue I am having is this: I have been working on the Missions stories for Final Fantasy XI, and right now have chosen to document an entire expansion's mission line on one page. Because this is lengthy, I've added "jump to" links so you can jump to a particular mission number.
Problem: I hand-coded these links, and that is a PAIN.
I am using Jekyll as my static site generator, and there's probably a way to do this better, but I can't think of how to insert the "jump to" section using Jekyll magic.
It *may* be possible if I break each page down into separate pages for each mission, and then I can use Jekyll magic for pagination, but I'd need to figure that out.
So my question is two fold:
1. Would it be better from a reader's perspective to have shorter pages but more pagination? Or is it fine to have long pages? 2. If it's fine to have long pages... does anyone have any idea how I can automate this a bit? I'm willing to use Python to generate a links list for me that I can then paste in the correct areas, but ideally I'd like to use Jekyll magic.
This google fonts alternative that I use on some of my sites seems to be down. There are alternatives (Bunny Fonts, selfhosting) but I'm annoyed because now I have to fix the sites with borked fonts! I might go the self-hosting route, so if anyone has any resources on that I'm all ears.
Simply keep the font files on your site, next to the other assets? That's faster than a CDN anyway, and it won't allow them to spy on you for a change.
Estive rondando o Instagram e compartilhei por lá no stories alguns recursos bacanas para edição de imagens, desenho e sites diversos. Depois vou ver se trago algumas dessas informações para o meu dw
I've been upgrading my pages to a full grid system vs the flex-grid I had been using. This was spawned by a webring maintainer reaching out about how my webrings weren't fully accessible while on laptop, and I ended up overhauling my index page CSS to fix it. So now I'm upgrading the rest of my pages as I work them.
no subject
Date: 2026-04-25 07:06 am (UTC)But I've figured out the basic layout for a new little hobby-project site so at least I've started!
no subject
Date: 2026-04-25 07:58 am (UTC)no subject
Date: 2026-04-25 08:03 am (UTC)no subject
Date: 2026-04-25 11:13 am (UTC)no subject
Date: 2026-04-25 12:15 pm (UTC)So! My site is at https://altheavalara.neocities.org where I am documenting the stories of past and current ongoing Final Fantasy games. It's a pretty simple site, mostly text based with a few images here and there.
The issue I am having is this: I have been working on the Missions stories for Final Fantasy XI, and right now have chosen to document an entire expansion's mission line on one page. Because this is lengthy, I've added "jump to" links so you can jump to a particular mission number.
Problem: I hand-coded these links, and that is a PAIN.
I am using Jekyll as my static site generator, and there's probably a way to do this better, but I can't think of how to insert the "jump to" section using Jekyll magic.
It *may* be possible if I break each page down into separate pages for each mission, and then I can use Jekyll magic for pagination, but I'd need to figure that out.
So my question is two fold:
1. Would it be better from a reader's perspective to have shorter pages but more pagination? Or is it fine to have long pages?
2. If it's fine to have long pages... does anyone have any idea how I can automate this a bit? I'm willing to use Python to generate a links list for me that I can then paste in the correct areas, but ideally I'd like to use Jekyll magic.
An example of a page with the jump to links is this one: https://altheavalara.neocities.org/ffxi/rotz
no subject
Date: 2026-04-25 12:29 pm (UTC)This google fonts alternative that I use on some of my sites seems to be down. There are alternatives (Bunny Fonts, selfhosting) but I'm annoyed because now I have to fix the sites with borked fonts! I might go the self-hosting route, so if anyone has any resources on that I'm all ears.
no subject
Date: 2026-04-25 02:49 pm (UTC)no subject
Date: 2026-04-25 01:54 pm (UTC)no subject
Date: 2026-04-25 03:51 pm (UTC)As for cool resources:
- In addition to Bisray's Webring List, I came across Tuffgong's Ultimate Webring List recently
- tacticalhimbo on Pillowfort shared a really cool-looking Interactive Image Gallery code. I might have to find an excuse to make a gallery for my site just to use it ngl