-
byFixed the rest of the site on mobile. Which really means content is now full-width and stacked, rather than in columns. It's amazing what you can do these days with just flex, flex columns and media queries (made super easy with Tailwind).
-
byI've fixed navigation on mobile, first time doing responsive design with tailwind. The hamburger menu is just a button with 3Β 8px by 1px brown divs inside.
Fixed navigation on mobile. -
byAdded a small feature β clicking on the interaction count from the post list will open the detail page with the interactions open.
-
byMigrated my graden (MediaWiki) from MySQL to SQLite like Tanzawa so I could shutdown and disable it on my server.Β I'm also able to start importing checkins from swarm again β love how they look.
-
Just finished migrating my blog to Tanzawa! Got some CSS tweaks to make, but super pumped! π
-
by
Transferred my past project pages, which are more evergreen non-streamy data to my garden. With that finished I just need to find an hour for the migration from Wordpress to Tanzawa.
-
byI think I've done it. I got all post content importing how I'd like. I've got view to redirect requests to old Wordpress post urls / categories / categories feeds to their new uuid based permalink. I can customize the site name. And I've added pagination to all of the public views.
Now all I have to do is actually make the switch! -
byGot image rewriting working so all posts will use the Tanzawa standard photo insert...and noticed a bug when I import images.
Photos taken with an iPhone rely on the exif data to indicate the proper orientation. However, I strip all exif data from photos when I save them for saving size and enhancing privacy....
No exif data to orient the image and vertical images appear sideways. Β The solution is simple: Β rotate the image before stripping / extracting the exif data. Thankfully the fix is simple. -
Checkin to Starbucks
by in Kanagawa, Japanγγ£γͺγ§γγγγ©γ³γη΅γγ£γγγε·ηγ γΌ -
byI've got streams being set properly for each category. The last bit is to clean up the content automatically and rewrite / swap out image tags. Particularly photos posted with Sunlit. Posts made with Sunlit are displayed as an <a> tag (which links to your original image with a "-scaled" suffix) and an <img> tag with a source that proxies through micro.blog.
It also has an attachment of the second photo, which I am automatically inserting into the post.
I need to extract all <a> tags, detect if their href attribute has a "-scaled" in it, and strip that. Then I can look in my database for that attachment entry in my db and rewrite the tag as a Tanzawa image insert. Shouldn't take too long. Maybe tomorrow.