Don Geronimo
hugo 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

📄 Got Flights Added to My Website

0 💕 0 ↩️ 0 🔄

So after some thought I finally have flights on my site!

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

💬 Merged Flights Into Master

0 💕 0 ↩️ 0 🔄

After some tidying I’ve finished merging ‘flights’ into my ‘master’ branch, thus finishing an ability to post Flights from my website. While the initial presentation of data is sparse, this lays the groundwork to owning my flight data instead of relying on a third service to store and present it.

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

📷 Finishing Up Single Page Flights

0 💕 0 ↩️ 0 🔄
Alt Text
After a bit of mucking about I’ve more-or-less finished the look I want to display Flights as a single-page template! I want to do some tweaks (and do some data transforms–because who wants flight time in seconds), though.
0 0 ↩️ 0 🔄
Full Post View on Twitter View on Mastodon
Don Geronimo

📄 Starting to Add Flight Logs

0 💕 0 ↩️ 0 🔄

MyFlightradar24 is the only silo–if it can be counted as one–that I consistently use. Its presentation of my flight data is wonderful, but I feel like I could do it myself on my own site. Today, I’ve opened up my flights branch so I can finally sort out what I need to make this happen!

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

📷 Finished 'Send Webmentions' Form

0 💕 0 ↩️ 0 🔄
A screenshot of my website showing how the 'Send Webmention' form looks on the page: a full-width 'text bar' with placeholder text and a Satellite Dish emoji on the right colored yellow.
Add the Webmention Sending Form to all Single Page Content Templates. While in theory it will send the webmention to Webmention.io, I don’t know what happens afterwards. The best test would probably be to just try it and see. Until then I’ll keep it branched before I merge the changes into my site.
0 0 ↩️ 0 🔄
Full Post View on Twitter View on Mastodon
Don Geronimo

💬 Image Resize and Tidy

0 💕 0 ↩️ 0 🔄

I’ve sorted out how to have Hugo resize images larger than 1,080 pixels in width/height, and also started using HTML Tidy to clean up my generated pages. They weren’t itches I knew I had earlier this month, but they’re scratched now.

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