📄 Infinite Scrolling on Hugo List Pages
Despite the potential downsides, I’ve determined that infinite scrolling makes sense for my site and decided to implement it.
Full Post📄 Thoughts on Infinite Scroll Pagination
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.
Full Post📄 Static Site Search With Lunr.js
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!
Full Post📷 Doing Everything but Javascript
📄 Got Flights Added to My Website
So after some thought I finally have flights on my site!
Full Post💬 Merged Flights Into Master
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.
📷 Finishing Up Single Page Flights
📄 Starting to Add Flight Logs
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!
Full Post📷 Finished 'Send Webmentions' Form
💬 Image Resize and Tidy
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.