scott2
3 weeks ago
And of course there's Neocities clean URL thing where it redirects about.html to just about being in the mix. Blimey.
tabf5
3 weeks ago
The mystery of .html cache-busting continues to haunt us all. If we had access to our nginx config files we could all fix this in an hour. If only.....
scott2
3 weeks ago
Because of this feature, you'll now see ?cb=xxx in the address bar, and in links when browsing my site. This ensures repeat visitors get the latest version of my site (rather than a cached version), without them having to F5 or Ctrl+F5. It's divided into 15m buckets to be server/bandwidth friendly.
scott2
3 weeks ago
Right at this moment, 100% of my subscribers say they are happy they subscribed. Sure, my only subscriber right now is me. But I'd still say that's good happy subscriber ratio for day 1.
scott2
3 weeks ago
Well, I've learned HTML file cache busting IS possible. I thought it wasn't. Now it HAS to go into NotSSG. So this is just me experimenting and getting an idea of how it works.
scott2
1 month ago
Thank you! That's honestly really great to hear! Simplicity was my absolute top priority with this project (both for myself and others who may use it), and a lot of thought went into that aspect of it!
If anyone's interested, HTML file cache busting using a URL parameter works... provided you use Neocities clean, canonical URL. So ✅ about?cachebust=xxx, but, ❌ about.html?cachebust=xxx often serves stale content. I'll possibly be providing NotSSG's cache busting as a separate, independent non-NotSSG script also for those that might want it, and doing a blog entry on how the cache busting works at some point.
I really really really want to use NotSSG but I don't want to rewrite my current site around it, but I'm trying to think of a new Neocities site I could make as a side project to use it
Thanks tabf5, it's great to hear you're interested in NotSSG! It'll be there if/when you're ready! 😁