Don Geronimo
javascript Taxonomies
📄 Infinite Scrolling on Hugo List Pages

0 💕 0 ↩️ 0 🔄

Despite the potential downsides, I’ve determined that infinite scrolling makes sense for my site and decided to implement it.

0 0 ↩️ 0 🔄
Full Post View on Twitter View on Mastodon
Don Geronimo

📄 Thoughts on Infinite Scroll Pagination

0 💕 0 ↩️ 0 🔄

I’ve looked over Mike Roibu’s post, Infinite Scrolling Pagination in Hugo Website. More or less I like the idea of it, and I’m trying to flesh out an idea for how I want to paginate for my site.

0 0 ↩️ 0 🔄
Full Post View on Twitter View on Mastodon
Don Geronimo

📄 Static Site Search With Lunr.js

0 💕 0 ↩️ 0 🔄

Hugo provides many search options for static sites on their page, which led me to Lunr. I searched for more blog posts about implementation, but none of them were satisfactory to me; many relied on other libraries that I didn’t want to add. So, I made my own!

0 0 ↩️ 0 🔄
Full Post View on Twitter View on Mastodon
Don Geronimo

📷 Doing Everything but Javascript

0 💕 0 ↩️ 0 🔄
Alt Text
I worked on the HTML and CSS of the Search Results page instead of implementing the JavaScript part of Lunr.js. At least it looks okay? Everything else is left, though.
0 0 ↩️ 0 🔄
Full Post View on Twitter View on Mastodon
Don Geronimo

💬 Lazy Loading Woes

0 💕 0 ↩️ 0 🔄

Man, I like the idea of having the images on my site be lazy loaded, but I don’t like the idea of depending on JavaScript for it, or any of the ways to fall back at the moment if someone chooses (because of browser choices, privacy concerns, or what-have-them) to disable JavaScript.

0 0 ↩️ 0 🔄
Full Post View on Twitter View on Mastodon
Don Geronimo