fix: make link redirects

This commit is contained in:
Cory Dransfeldt 2023-04-06 11:55:26 -07:00
parent f39a6e6bfe
commit 8c5b73bc70
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
uses: ScholliYT/Broken-Links-Crawler-Action@v3
with:
website_url: 'https://coryd.dev'
exclue_url_prefix: 'mailto,https://make.com'
exclue_url_prefix: 'mailto'
resolve_before_filtering: 'true'
verbose: 'true'
max_retry_time: 30

View file

@ -5,7 +5,7 @@ draft: false
tags: ['automation', 'Mastodon', 'Eleventy']
---
I've discussed [building a now page using Eleventy](/posts/2023/building-my-now-page-using-eleventy/) but I also syndicate a subset of that content out to Mastodon using [`@11ty/eleventy-activity-feed`](https://www.npmjs.com/package/@11ty/eleventy-activity-feed) and [Make](https://make.com).<!-- excerpt --> The [`@11ty/eleventy-activity-feed`](https://www.npmjs.com/package/@11ty/eleventy-activity-feed) allows you to aggregate various web feeds into a single feed, inserting entries from the feeds sequentially as they're published. My `follow-feed.11ty.js` looks like this:
I've discussed [building a now page using Eleventy](/posts/2023/building-my-now-page-using-eleventy/) but I also syndicate a subset of that content out to Mastodon using [`@11ty/eleventy-activity-feed`](https://www.npmjs.com/package/@11ty/eleventy-activity-feed) and [Make](https://make.com/en/).<!-- excerpt --> The [`@11ty/eleventy-activity-feed`](https://www.npmjs.com/package/@11ty/eleventy-activity-feed) allows you to aggregate various web feeds into a single feed, inserting entries from the feeds sequentially as they're published. My `follow-feed.11ty.js` looks like this:
```javascript
module.exports = class {

View file

@ -71,6 +71,6 @@ Software and services that I use for work and my own enjoyment.
- [Oku](https://oku.club)
- [Glass](https://glass.photo)
- [Matter](https://getmatter.com)
- [Make](https://make.com)
- [Make](https://make.com/en/)
Check out [uses.tech](https://uses.tech) for more lists like this one.