]>
Witch of Git - web/blog/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Cassie Jones [Fri, 22 Nov 2019 08:50:03 +0000 (03:50 -0500)]
Add STAMPS!!!!!!!!
Cassie Jones [Fri, 22 Nov 2019 08:49:37 +0000 (03:49 -0500)]
Add webrings code
Cassie Jones [Wed, 13 Nov 2019 21:51:31 +0000 (16:51 -0500)]
Tweak archive styles to prevent dates wrapping
Cassie Jones [Wed, 13 Nov 2019 21:38:37 +0000 (16:38 -0500)]
Style touch-ups
Cassie Jones [Tue, 12 Nov 2019 05:57:50 +0000 (00:57 -0500)]
Add tags to the data
Cassie Jones [Tue, 12 Nov 2019 05:35:23 +0000 (00:35 -0500)]
Add more footer links
Cassie Jones [Tue, 12 Nov 2019 05:06:13 +0000 (00:06 -0500)]
Add background color to images
If an image is loading on a slow connection, it displays progressively
and there's a large blank region where the image will be. Giving it a
background color makes the eventual shape of the image display more
clearly.
Cassie Jones [Tue, 12 Nov 2019 05:02:52 +0000 (00:02 -0500)]
Add HTML minification
Cassie Jones [Tue, 12 Nov 2019 04:37:37 +0000 (23:37 -0500)]
Minify inline CSS, move syntax colors to bottom of page
This improves both maintainability and performance because the CSS
can be written out-of-line, and then get inserted and minified.
The stylesheet tag for the syntax colors got moved to the bottom of
the page, because CSS in the head tag blocks rendering until it's
loaded. Inside the body is dependent on browsers, but they all support
it and in the worst case you just get the original blocking behavior.
Cassie Jones [Mon, 11 Nov 2019 20:25:45 +0000 (15:25 -0500)]
Improve .dim contrast
Cassie Jones [Thu, 7 Nov 2019 01:07:13 +0000 (20:07 -0500)]
Change date formatter to fix timezones
Cassie Jones [Wed, 6 Nov 2019 21:52:35 +0000 (16:52 -0500)]
Set a fixed date for all drafts
Cassie Jones [Wed, 6 Nov 2019 21:50:23 +0000 (16:50 -0500)]
Modify summary for "Modding Games and Freezing Fish"
Cassie Jones [Wed, 6 Nov 2019 21:33:52 +0000 (16:33 -0500)]
Add lots of empty draft files
Cassie Jones [Wed, 6 Nov 2019 21:33:30 +0000 (16:33 -0500)]
Add "Modding Games and Freezing Fish"
Cassie Jones [Wed, 6 Nov 2019 21:32:00 +0000 (16:32 -0500)]
Template improvements
Cassie Jones [Sun, 3 Nov 2019 21:17:02 +0000 (16:17 -0500)]
Add aside shortcode
Cassie Jones [Sun, 3 Nov 2019 21:16:49 +0000 (16:16 -0500)]
Make more mobile-friendly
Cassie Jones [Sat, 2 Nov 2019 22:04:43 +0000 (18:04 -0400)]
Add some meta tags
Cassie Jones [Sat, 2 Nov 2019 21:06:10 +0000 (17:06 -0400)]
Remove console.log
Cassie Jones [Sat, 2 Nov 2019 21:04:51 +0000 (17:04 -0400)]
Archive polish work
Cassie Jones [Sat, 2 Nov 2019 20:13:17 +0000 (16:13 -0400)]
Edit posts
Cassie Jones [Sat, 2 Nov 2019 19:13:46 +0000 (15:13 -0400)]
Style changes
Cassie Jones [Sat, 2 Nov 2019 19:11:20 +0000 (15:11 -0400)]
Image messing
Cassie Jones [Sat, 2 Nov 2019 07:30:29 +0000 (03:30 -0400)]
Fix CNAME
Cassie Jones [Sat, 2 Nov 2019 07:20:43 +0000 (03:20 -0400)]
Add publish script
Cassie Jones [Sat, 2 Nov 2019 07:15:53 +0000 (03:15 -0400)]
Polishing
Cassie Jones [Sat, 2 Nov 2019 05:53:31 +0000 (01:53 -0400)]
Add docs to gitignore
Cassie Jones [Sat, 2 Nov 2019 05:27:13 +0000 (01:27 -0400)]
Add drafts
Cassie Jones [Sat, 2 Nov 2019 05:26:09 +0000 (01:26 -0400)]
Add a blog post about rust 0x a presses
Cassie Jones [Sat, 2 Nov 2019 05:25:34 +0000 (01:25 -0400)]
Add some posts from my old blog
Cassie Jones [Sat, 2 Nov 2019 05:25:12 +0000 (01:25 -0400)]
Add more page setup stuff
Cassie Jones [Fri, 1 Nov 2019 23:54:53 +0000 (19:54 -0400)]
Add basic eleventy setup