Commit graph

19 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
cbd2872f9f Remove debug log 2024-06-20 22:32:11 -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
08e2d728b2 Optimize images 2023-10-22 14:28:50 -05:00
Devon Campbell
e4c4477f12 Fix animated button 2023-10-03 18:32:31 -05:00
Devon Campbell
ffd0bfb85f Add robots.txt 2023-08-14 17:59:44 -04:00
Devon Campbell
e901a8360f Add page title filter
I want the home page to use just `title` as the page title, but I want
other pages to add the site name to the page title. This filter does
that and spits out the final title.
2023-07-30 10:02:51 -05:00
Devon Campbell
f8a2d73280 Convert YT links in feed to embeds 2023-07-28 22:53:14 -05:00
Devon Campbell
192af6badb Add blog post 2023-01-18 20:02:15 -08:00
Devon Campbell
d6cf9cbfe4 Add image support and first blog image 2022-12-03 14:22:08 -08:00
Devon Campbell
c21adf4f7d Add favicon 2022-11-29 20:17:10 -08:00
Devon Campbell
58d96cc5ba Add stringToDate filter
because the RSS plugin's date filters will only take an actual date
2022-11-29 19:56:23 -08:00
Devon Campbell
fe99d4c261 Remove makeRfc882Date
One, this isn't the right date format for my feed. Two, these functions
are already provided by Eleventy's RSS plugin. Doh!
2022-11-29 19:55:21 -08:00
Devon Campbell
6563360988 Format 2022-11-28 18:34:47 -08:00
Devon Campbell
fea73f220d Add RSS feed 2022-11-28 18:34:37 -08:00
Devon Campbell
8a61cde474 Add markdown-it-attrs
so that I can make nofollow links
2022-11-28 18:32:36 -08:00
Devon Campbell
2b5a88ad70 Add date filters 2022-11-28 18:30:34 -08:00
Devon Campbell
c54e246b95 Initial commit 2022-11-26 15:55:43 -08:00