Category: 100days page 4
#100days 71 - updated my where page on the new site to work a bit more consistently by removing some overly aggressive timeouts
#100days 70 - Readded a token endpoint to my site letting me publish to it and log into indieauth enabled services again like Together
#100days 69 - So I'm pretty far behind now with a lot of catching up to do. Last week I did launch the rebuild of my site π₯³. It's looking pretty good but I did accidentally break a bunch of stuff, like the token endpoint, notifications and accidentally deleted all my images (again).
I already made a few fixes over the last couple of days so will count those as separate updates.
#100days 68 - Added a new custom font to my new site. I think it's looking really good. It's probably ready to launch now I think π
#100days 67 - Also updated the PostrChild extension to cache new post content so to try and prevent losing what you are working on.
Storing the content works fine, but I need to figure out how to load it back into the editor content without causing issues.
This is also pretty vital to get edit support going again, as is uses a similar mechanism of loading in html and converting it to the editor js object format
#100days 66 - Just a quick update on the new site to make article titles not quite so crazy large on small screens.
#100days 65 - Doing some catch up with multiple updates today. I fixed the where page on my new site as well as updating some of the styles.
I think it's more or less ready to go now, so it might be time to launch it after a couple more little tweaks.
#100days 64 - Updated the 404 code from yesterday to use my own custom component instead of the default Next.js one.
I'm also heading off for a little holiday tomorrow, hopefully I'll be able to keep up this challenge, but I'm not too bothered if I miss a few days.
#100days 63 - updated my next js site to better handle fallbacks and dynamic routes, so valid post urls that 404 will actually 404 and posts that are dynamically loaded will show a loading indicator.
#100days 62 - Made a little update to my new site to fix the navigation sizing on large screens.