Commit graph

285 commits

Author SHA1 Message Date
388a3b72f2 fix: typo in env var defn
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 2m2s
2025-04-13 20:56:02 -07:00
8bf180c8b8 fix: typo in env var usage 2025-04-13 20:55:30 -07:00
239f79df01 feat: update workflow to include env vars 2025-04-13 20:49:33 -07:00
62ae8afcf8 feat: add workflow for deployment
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m54s
2025-04-13 20:39:51 -07:00
16f8877446 feat: update eleventy-img 2025-04-13 19:28:34 -07:00
383e3e4c90 feat: update global font 2025-04-04 16:15:14 -07:00
466183dcdc feat: increase max width a little 2025-04-04 14:25:45 -07:00
517e835916 feat: convert colors to use oklch 2025-04-04 14:19:10 -07:00
21e49e518b feat: remove no-robots plugin 2025-04-04 14:10:04 -07:00
ae2622c339 chore: update package-lock.json 2025-04-04 14:05:20 -07:00
8f05d46ba3 feat: clean up transforms 2025-04-04 14:05:10 -07:00
1b150bc951 feat: clean up shortcodes 2025-04-04 14:00:47 -07:00
db109dd216 feat: clean up collections 2025-04-04 13:55:57 -07:00
322c6709aa fix: move deps to devDeps 2025-04-04 13:51:51 -07:00
2d6371e474 fix: remove unused plugin eleventy-plugin-rss 2025-04-04 13:51:19 -07:00
ea6280226a feat: clean up filters
Some sorely needed reorganization and pruning
2025-04-04 13:50:46 -07:00
e6cfa88f61 feat: update implementation of RSS feeds
Adds a new filter `convertRelativeLinks` that converts any relative link
to an absolute path
Adds an XML transform to minify the final output for smaller filesizes
Updates some data in meta
Adds a new macro for generating an RSS feed
2025-04-04 13:15:51 -07:00
46ed7a29be
Merge pull request #12 from wonderfulfrog/feat/css-reorg
Reorganize CSS structure
2025-03-21 15:03:38 -07:00
1036b27614 feat: add image caching options 2025-03-16 18:59:22 -07:00
2aa912399c feat: add postcss filter
All CSS processing is handled by the filter, and is now inlined into the
HTML
2025-03-16 12:07:31 -07:00
6a84af0c37 feat: move all css to includes dir 2025-03-16 11:55:36 -07:00
408e859ef4 feat: rename includes and data directories 2025-03-16 11:43:16 -07:00
864bc7be71 feat: update postcss and related packages to latest versions 2025-03-16 11:34:54 -07:00
493b05809c feat: add exile 2025-02-01 22:50:59 -08:00
3a351af2a8 feat: add spoiler warning 2025-02-01 22:50:46 -08:00
307f1fdedf fix: css for details element 2025-01-28 21:21:18 -08:00
9af8bf7348 feat: update podcast metadata 2025-01-28 17:10:01 -08:00
25ff226eaf feat: move some hardcoded links to _data 2025-01-28 12:19:49 -08:00
f614d01cae fix: meta tags for rss feeds 2025-01-28 11:50:06 -08:00
f656204f03 feat: add enhancement for details elements 2025-01-28 11:46:15 -08:00
d06283b5b0 feat: add progressive enhancement for view transitions 2025-01-28 11:41:23 -08:00
47244b5799 fix: button hover on light mode 2025-01-28 11:41:08 -08:00
59d17b6134 fix: bad url on index 2025-01-28 09:58:22 -08:00
6898c03c8f feat: add a firehose feed 2025-01-27 21:29:42 -08:00
c2b918a3c6 fix: layout of catalogue type pages 2025-01-27 20:59:11 -08:00
5f806b73ca feat: add homeland book 2025-01-27 18:42:35 -08:00
5f8227a46b
Update to Eleventy v3 (#11)
* feat: upgrade to v3; install eleventy-upgrade-help

* feat: convert all files to esm

* feat: remove decapcms

* fix: remove unused filter

* feat: remove netlify packages

* feat: update image handling

- removes old image shortcode
- update to latest 11ty image transform plugin

* feat: update colophon

* fix: pill style; global style

Fixes an issue with <img> inside <figure> not being centered

* feat: remove linting packages

* feat: update package.json scripts

* feat: remove upgrade helper plugin

* feat: add new button style, update nav

* feat: simplify `pill` class usage

* feat: fix tag list in catalogue-item.html

* feat: move games into their own section

* feat: update node version to latest LTS

* feat: move books to their own section

* feat: move fun pages into pages dir

* feat: update index and book/game templates

* feat: add watching section

* fix: update scaling values for buttons

* feat: various css updates

* feat: update now page style

* feat: cleaning up newer posts using old shortcode

also adding markdown-it-attrs to add attrs to various markdown elements!

* fix: movie data structure

* feat: update colophon

* fix: remove text-skew from post excerpt text

* feat: add support for shows in /watching

* fix: update book tags

* feat: add complete implementation of books pages

other stuff happened too

* fix: image border-radius

* feat: update game layout and content

* feat: reorganize watching section

* feat: add contact page

* feat: small page changes

* feat: add podroll page

* feat: reorganize content directories

* feat: exclude podcasts from page output

* chore: delete guestbook page

* chore: remove bracket syntax for css classes in html

* feat: create macro for tag list

* fix: colophon update

* chore: remove last.fm data

* chore: clean up 11ty config

* fix: misc permalink fixes

* feat: add update post

* fix: media meta grid on mobile

* fix: tables on mobile

* fix: add titles to icon button links

* fix: add missing divider for movies/shows

* feat: add alternate feeds

* fix: tag cleanup

* feat: homepage content update

* fix: game meta data

* fix: update post dates

* feat: add missing link to changelog
2025-01-27 18:23:38 -08:00
e28e804e12 feat: update uses and add post about default app changes 2025-01-10 11:57:15 -08:00
8274fd2be3
Update 2025-01-06-13-albums-to-know-me.md 2025-01-07 10:32:13 -08:00
5b8c37ec70
Create 2025-01-06-13-albums-to-know-me.md 2025-01-06 22:00:56 -08:00
b71209eeb8 feat: add watching-in-2024 post 2025-01-02 11:03:15 -08:00
ab1b74c3d5 chore: update footer date 2025-01-01 22:02:51 -08:00
d0d3f1c964 feat: add 2024-recap post 2024-12-31 23:55:04 -08:00
08da130d58
Feat/add weekly notes 10 (#10)
* fix: update some asset URLs

* feat: add weekly-notes-10

* feat(weekly-notes-10): Add a little more

* feat(weekly-notes-10: proof-reading

* feat(weekly-notes-10): more content

* feat(weekly-notes-10): proof-read

* feat: add `flow` class to footnotes section

* fix: center images within picture element

* feat(weekly-notes-10): more content and added skip
2024-11-21 22:34:46 -08:00
6224499876
fix: update some asset URLs 2024-11-21 18:47:18 -08:00
3491234d1d
feat: update about page 2024-10-31 15:41:49 -07:00
1529da526b
feat: add weekly-notes-9 (#9)
* feat: add weekly-notes-9

* fix: small edits
2024-10-06 21:15:54 -07:00
d9a06446fe
fix: weekly-notes-8 2024-09-30 23:17:38 -07:00
af4fa770eb
feat: add post sugarcane 2024-09-30 23:03:32 -07:00
f47ff1dec9
feat: add weekly-notes-8 post (#8)
* feat: add weekly-notes-8 post

* fix: content edits for weekly-notes-8

* fix: content updates for weekly-notes-8
2024-09-30 22:45:23 -07:00