From ebe93d482523f8ca1757f2bee1f487d45c9b1621 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 28 Mar 2023 16:59:11 -0700 Subject: [PATCH] fix: post formatting --- src/posts/2023/another-eleventy-content-syndication-path.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/posts/2023/another-eleventy-content-syndication-path.md b/src/posts/2023/another-eleventy-content-syndication-path.md index ced36ef3..9d5ba07d 100644 --- a/src/posts/2023/another-eleventy-content-syndication-path.md +++ b/src/posts/2023/another-eleventy-content-syndication-path.md @@ -65,6 +65,8 @@ permalink: '/follow.json' Finally, we skip the Make-dependent portion of this exercise and leverage a [cron-based action](https://github.com/cdransf/coryd.dev/blob/66085dfdb1fab7bd46b8aa3e4b5e40ced906fb93/.github/workflows/scheduled-post.yaml#L21): +{% raw %} + ```yaml name: Scheduled follow feed to Mastodon on: @@ -89,6 +91,8 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 ``` +{% endraw %} + GitHub will now check the `follow.json` feed and post updates hourly. [^1]: This is also the part where I should make the time to try and add support for this and contribute the change.