#100days 84 - I updated how my site stores and applies the custom theme color from the color picker.
So now there should hopefully be no flash of the color changing when the page loads
#100days 83 - Finished up and launched the Next.js preview mode on my site, so now I can log in and view trash, drafts and journal entries.
Was actually pretty easy to set up :)
#100days 82 - More Next.js tinkering! Tonight I've also been playing with preview mode, which is a really cool built in piece of functionality.
I don't actually need it to generate previews of my posts though, since I generally write inline on my site anyway - but what I can use it for is to tell when I am logged in, and show me drafts and trash directly on my site, and potentially some admin controls. And all of the main site gets to stay mainly static thanks to Next.js fanciness.
#100days 82 - More Next.js tinkering! Tonight I've also been playing with preview mode, which is a really cool built in piece of functionality.
I don't actually need it to generate previews of my posts though, since I generally write inline on my site anyway - but what I can use it for is to tell when I am logged in, and show me drafts and trash directly on my site, and potentially some admin controls. And all of the main site gets to stay mainly static thanks to Next.js fanciness.
#100days 81 - Added a GitHub workflow that should automatically add and commit new monthly summaries on the 1st of every month. Guess I have a week of waiting to see if it will actually work π€·ββοΈ
#100days 80 - Another couple of small updates to my monthly summary pages today: I added better SEO titles and pagination buttons to go between months.
There may be an issue with the maps not loading unless the page is reloaded, but hopefully I should be able to work around that somehow
#100days 79 - More monthly summary improvements. This time tidying up some of the map code as well as adding better titles and some nicer styles to the post type statistics
#100days 78 - Yesterday I worked on improving my new monthly summary pages, mostly regarding the maps, I ended up moving to leaflet as it is easier to zoom to the geojson that I load into the map, and updated all my data files to use a more streamlined geojson format
#100days 77 - got a first (broken) version of my monthly summaries online yesterday. So on pages like /2018/03 there is a list of the content I created and a map - although the map currently doesn't actually show anything...
#100days 76 - Continued working on my monthly summaries for my site, and got a script working to generate the data and save it as a json file.
Next step is to use those files to generate summary pages, then work on automatically generating them every month so I don't need to touch them again.