💬 Changed Infinite Scroll to Replace History
After some thought, I replaced the .pushState()
to .replaceState()
in my infinite scroll implementation. This works more like people would expect, plus removes having to deal with the Back button.
💬 Added Bridgy Webmention Links
I’m unsure why it took me so long, but I finally added the Bridgy target URLs to my posts. This should facilitate easier syndication to other social networks, though only for Twitter and Mastodon for now.
💬 Starting Flight Data Entry
Starting flight data entry for my flights posts. Just finished the YAML files for all the aircraft I’ve ridden. What’s left: 10 airlines, 87 airports, and finally typing in all my actual flights over the years. Woof…
💬 Fixed Shortcodes, Code, and Maps
Fixed my CC0 shortcode, my flight maps, and the code highlighting. Thankfully it was all easy and relatively painless: the code highlighting and shortcodes was just a change of how to write it in, while the flight maps was just a matter of updating the URL to the current Leaflet tutorials.
💬 Huh, Some Things Broke
Huh, some things broke on my site. The particular things that are going wonky are some of the code styling in some posts with code, my CC0 shortcode, and my flight maps using Leaflet. I need to fix that.
💬 Breadcrumbs Added
Breadcrumbs added. I get it’s not that interesting of an addition, but there it is. Next goal: get my own search feature using probably Lunr.js.
💬 Lazy Loading Woes
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.
💬 Metadata Internal Screaming
RDFa Validator: Your nodes all check out!
Google SDTT: So MaNy ErRoRs; YoU’rE a FaIlUrE!
Me: *internal screaming*
💬 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.