Note from 28 March 2020
Trying to clean labels on my site's #GitHub repo, how do you feel about this?
Trying to clean labels on my site's #GitHub repo, how do you feel about this?
If you want to your #Wordpress content on #Mastodon, you can either
use the https://wordpress.org/plugins/activitypub/ plugin: “With the ActivityPub plugin installed, your WordPress blog itself function as a federated profile, along with profiles for each author”
push the content to any existing Mastodon account by using my GitHub Action, with help from the new docs written by @Julianoe@mastodon.xyz : https://github.com/nhoizey/github-action-feed-to-mastodon/blob/main/docs/wordpress.md
Ok, so…
Is it useful to have releases in GitHub for projects that are always installed from npmjs? 🤔
Asking for example for a pet project (which is also a mono-repo).
images-responsiver
: https://www.npmjs.com/package/images-responsivereleventy-plugin-images-responsiver
: https://www.npmjs.com/package/eleventy-plugin-images-responsiverUpdating webmentions on a static site
When I started using Webmention on this site (more than 5 years ago!), I was building the site on my local computer, and uploading the build result on my hosting with rsync
. I've moved to Cloudflare Pages 6 months ago, which means webmentions where updated only when I pushed new content to GitHub. Here's how I fixed that.
Let's POSSE to Mastodon with a Feed and a GitHub Action
After building a Node script for my own POSSE needs, I thought it would be good if other people could also use it. I knew not many people would be able to use the script as-is, so I built a GitHub Action that is much simpler to use, without losing any feature, even gaining some!