About 46 results
https://www.coryd.dev/posts/2023/automate-and-syndicate-content-from-eleventy-to-mastodon · 27 Mar 2023
I've discussed building a now page using Eleventy, but I also syndicate a subset of that content out to Mastodon using @11ty/eleventy-activity-feed and Make.
https://www.coryd.dev/posts/2023/scheduled-eleventy-builds-on-vercel-with-cron-triggered-github-actions · 19 Mar 2023
In an effort to get away from client-side Javascript and embrace Eleventy for what it is (a static site generator), I've dropped my social-utils instance offline and my now-playing track display on my home page that still relied on it.
https://www.coryd.dev/posts/2023/automating-rss-syndication-and-sharing-with-nextjs-and-github · 23 Feb 2023
I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon. This tool works by leveraging a few basic configurations, the Mastodon API and a (reasonably) lightweight script that creates a JSON cache when ini...
https://www.coryd.dev/posts/2023/automating-and-probably-overengineering-my-now-page · 6 Feb 2023
omg.lol (where I point my domain) and host most of my site content recently launched support for /now pages.
https://marko.tech/journal/poe-launcher · 15 Nov 2022
Created a quick script that launches path of exile on windows using Win + Shift + G and displays a themed toolip; uses AutoHotKey.
https://www.coryd.dev/posts/2022/automating-email-cleanup-in-gmail · 28 Mar 2022
Lately I've been leaning into automating the cleanup of email I receive in Gmail using a combination of Inbox-era categories that the application still exposes via search and Google Apps Script.
https://www.coryd.dev/posts/2018/generating-jekyll-posts-using-drafts-and-working-copy · 22 Apr 2018
I put together a script that will take a draft, grab the title and body and then prompt you for front matter data before sending the completed post off to Working Copy. It's specific to my site, and purposes, but it should be fairly straightforward and eas...
https://www.coryd.dev/posts/2018/automating-package-tracking-on-ios · 9 Jan 2018
I try to do as much shopping as I can online and a lot of the shopping I end up doing is through Amazon. This means I end up with quite a few order and shipping confirmation emails in my inbox.
https://rants.broonix.ca/git-status-in-your-bash-prompt · 22 Mar 2017
I’m a command line git user. I do 99% of my git related stuff without a GUI. I know the world is split about 50/50 between GUI users and command line users. But if you are like me, you’ll love this post. Anytime you go to do any command with git, you...
https://rants.broonix.ca/development-workflow · 18 Sep 2016
This week GitHub released some great new features. The new review feature finally makes code review a first class member of GitHub’s feature set. This is one of the final bits we wanted for our build process at work. I’ve blogged about bits and pieces ...