Commit graph

15 commits

Author SHA1 Message Date
Devon Campbell
ae0487886b Restructure for animated gifs
Animated gifs can't go through the asset pipeline since they come out as
a single frame of the original animation. Previously, I had only a
couple of them and didn't have my assets structured very well. I had the
assets that needed to be passthrough copied alongside those that could
go through the pipeline. It wasn't bad since there weren't many
animations. I mapped just those to passthrough copy to go to a single
directory. This will become more fraught as I add more since there's
more opportunity for collisions. When mapping to an output directory, I
can't maintain the inner structure of that directory. The files are
flattened. I moved everything around, both to separate images that can
go through the pipeline from those which can't and to allow for a simple
passthrough copy that will maintain the directory structure so that each
blog post can have its own directory of passthrough copied animated gifs
in the build.
2024-06-24 00:21:09 -04:00
Devon Campbell
91326c03fc Display webmentions 2024-06-20 14:25:29 -04:00
Devon Campbell
ad55411e21 Add microformats, sending of webmentions 2024-06-17 13:50:52 -04:00
Devon Campbell
1f98d50d2d Add post about disallowing AI robots 2023-08-14 18:00:14 -04:00
Devon Campbell
5391ce0b3e Fix light mode color scheme 2023-07-16 13:16:49 -05:00
Devon Campbell
999cb8845b Fix nav margins
I don't want the first nav item to have a left margin, but I do want it
to have a right margin.
2022-12-06 21:03:19 -08:00
Devon Campbell
1a632d2105 Change visited link color 2022-12-06 20:57:44 -08:00
Devon Campbell
d6cf9cbfe4 Add image support and first blog image 2022-12-03 14:22:08 -08:00
Devon Campbell
faec293618 Reduce white glow 2022-11-29 20:00:06 -08:00
Devon Campbell
e8594f941e Make links styles both fancier and simpler 2022-11-29 19:59:38 -08:00
Devon Campbell
f87343b4f3 Add pagination 2022-11-29 19:59:03 -08:00
Devon Campbell
c37c50955a Improve blog page 2022-11-28 23:51:20 -08:00
Devon Campbell
7dcb0168a1 Style navigation 2022-11-28 23:29:12 -08:00
Devon Campbell
0ecf55e7be Add title as H1 header 2022-11-28 18:25:59 -08:00
Devon Campbell
c54e246b95 Initial commit 2022-11-26 15:55:43 -08:00