073869e5e2
fix: use safe for other fields in RSS
Build and Deploy Staging / build_and_deploy (pull_request) Successful in 2m47s
2025-04-15 22:25:32 -07:00
8245fa2d47
fix: use safe filter instead of escape for content
Build and Deploy Staging / build_and_deploy (pull_request) Successful in 2m25s
2025-04-15 22:13:17 -07:00
600f8fb054
fix: add missing tags for CDATA inside RSS feeds
Build and Deploy Staging / build_and_deploy (pull_request) Successful in 2m23s
2025-04-15 22:06:04 -07:00
b7a63ad4a1
Merge pull request 'Add Forgejo Actions' ( #13 ) from feat/workflow into main
...
Build and Deploy / build_and_deploy (push) Successful in 2m31s
Reviewed-on: #13
2025-04-14 21:11:13 -07:00
152293bbe4
feat: add separate action for PRs vs pushes to main
Build and Deploy Staging / build_and_deploy (pull_request) Successful in 2m22s
2025-04-14 20:55:51 -07:00
e7df33f43c
fix: add npx
Build and Deploy / build_and_deploy (push) Successful in 2m13s
2025-04-14 13:48:26 -07:00
2310e52fb3
feat: replace deploy step with node script
Build and Deploy / build_and_deploy (push) Failing after 30s
2025-04-14 13:45:38 -07:00
fb326ca244
fix: rsync
Build and Deploy / build_and_deploy (push) Failing after 2m2s
2025-04-14 13:19:20 -07:00
65532bf447
feat: switch to rsync
Build and Deploy / build_and_deploy (push) Failing after 2m4s
2025-04-14 13:14:34 -07:00
43fd14e3de
fix: update sftp command
Build and Deploy / build_and_deploy (push) Successful in 23m30s
2025-04-14 12:46:31 -07:00
ab819cf1ca
fix: try again apt-get update
Build and Deploy / build_and_deploy (push) Successful in 5m51s
2025-04-13 22:24:23 -07:00
9c8997634f
fix: maybe apt-get
Build and Deploy / build_and_deploy (push) Failing after 2m1s
2025-04-13 22:20:52 -07:00
573237a3c9
fix: try without sudo
Build and Deploy / build_and_deploy (push) Failing after 2m3s
2025-04-13 22:13:59 -07:00
bd453c482f
feat: switch back to default image, try installing sshpass
Build and Deploy / build_and_deploy (push) Failing after 2m3s
2025-04-13 22:11:12 -07:00
468d03e15e
fix: typo
Build and Deploy / build_and_deploy (push) Failing after 1m18s
2025-04-13 22:02:13 -07:00
69c9178c47
feat: try latest ubuntu
Build and Deploy / build_and_deploy (push) Failing after 1s
2025-04-13 22:01:14 -07:00
3fe575e34a
fix: revert that
Build and Deploy / build_and_deploy (push) Failing after 2m8s
2025-04-13 21:54:43 -07:00
b9cd14dafe
feat: try different runs-on
Build and Deploy / build_and_deploy (push) Has been cancelled
2025-04-13 21:53:34 -07:00
7b0af8c079
feat: add sftp step
Build and Deploy / build_and_deploy (push) Failing after 2m4s
2025-04-13 21:40:31 -07:00
e7789b3a77
feat: add URL env var
Build and Deploy / build_and_deploy (push) Successful in 1m53s
2025-04-13 21:02:49 -07:00
388a3b72f2
fix: typo in env var defn
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
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