Fork of Chiri for Astro for my blog
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updating subscribe links and setting up new tabs for external links

+50 -21
+8 -1
astro.config.ts
··· 15 15 import { imageConfig } from './src/utils/image-config' 16 16 import path from 'path' 17 17 import netlify from '@astrojs/netlify' 18 + import rehypeExternalLinks from 'rehype-external-links'; 18 19 19 20 export default defineConfig({ 20 21 adapter: netlify(), // Set adapter for deployment, or set `linkCard` to `false` in `src/config.ts` ··· 31 32 wrap: false 32 33 }, 33 34 remarkPlugins: [remarkMath, remarkDirective, remarkEmbeddedMedia, remarkReadingTime, remarkTOC], 34 - rehypePlugins: [rehypeKatex, rehypeCleanup, rehypeImageProcessor, rehypeCopyCode] 35 + rehypePlugins: [ 36 + rehypeKatex, 37 + rehypeCleanup, 38 + rehypeImageProcessor, 39 + rehypeCopyCode, 40 + [rehypeExternalLinks, { target: '_blank', rel: ['nofollow'] }] 41 + ] 35 42 }, 36 43 integrations: [ 37 44 playformInline({
+1
package.json
··· 31 31 "mdast-util-to-string": "^4.0.0", 32 32 "node-html-parser": "^7.0.2", 33 33 "reading-time": "^1.5.0", 34 + "rehype-external-links": "^3.0.0", 34 35 "rehype-katex": "^7.0.1", 35 36 "remark-directive": "^4.0.0", 36 37 "remark-math": "^6.0.0",
+21
pnpm-lock.yaml
··· 50 50 reading-time: 51 51 specifier: ^1.5.0 52 52 version: 1.5.0 53 + rehype-external-links: 54 + specifier: ^3.0.0 55 + version: 3.0.0 53 56 rehype-katex: 54 57 specifier: ^7.0.1 55 58 version: 7.0.1 ··· 2623 2626 iron-webcrypto@1.2.1: 2624 2627 resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==} 2625 2628 2629 + is-absolute-url@4.0.1: 2630 + resolution: {integrity: sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==} 2631 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 2632 + 2626 2633 is-alphabetical@2.0.1: 2627 2634 resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} 2628 2635 ··· 3514 3521 3515 3522 regex@6.1.0: 3516 3523 resolution: {integrity: sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==} 3524 + 3525 + rehype-external-links@3.0.0: 3526 + resolution: {integrity: sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==} 3517 3527 3518 3528 rehype-katex@7.0.1: 3519 3529 resolution: {integrity: sha512-OiM2wrZ/wuhKkigASodFoo8wimG3H12LWQaH8qSPVJn9apWKFSH3YOCtbKpBorTVw/eI7cuT21XBbvwEswbIOA==} ··· 7170 7180 7171 7181 iron-webcrypto@1.2.1: {} 7172 7182 7183 + is-absolute-url@4.0.1: {} 7184 + 7173 7185 is-alphabetical@2.0.1: {} 7174 7186 7175 7187 is-alphanumerical@2.0.1: ··· 8376 8388 regex@6.1.0: 8377 8389 dependencies: 8378 8390 regex-utilities: 2.3.0 8391 + 8392 + rehype-external-links@3.0.0: 8393 + dependencies: 8394 + '@types/hast': 3.0.4 8395 + '@ungap/structured-clone': 1.3.0 8396 + hast-util-is-element: 3.0.0 8397 + is-absolute-url: 4.0.1 8398 + space-separated-tokens: 2.0.2 8399 + unist-util-visit: 5.1.0 8379 8400 8380 8401 rehype-katex@7.0.1: 8381 8402 dependencies:
+1 -1
src/content/about/about.md
··· 6 6 7 7 augment is a space where I write essays about technology, mostly focused on the open social web and the human internet. 8 8 9 - You can subscribe via [email](https://buttondown.com/augment), [rss](/rss), [atproto](), or [activitypub](). 9 + You can subscribe via [email](https://buttondown.com/augment), [rss](https://augment.ink/rss), [atproto](), or [activitypub]().
+1 -1
src/content/posts/a-quick-update.md
··· 76 76 77 77 See you a few weeks! 78 78 79 - *Thank you for reading! You can follow me on the social web on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/the-threads-creator-paradox/#/portal/)*!* 79 + *Thank you for reading! You can follow me on the social web on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*!*
+1 -1
src/content/posts/bridges-the-last-network-effect.md
··· 109 109 110 110 Let's build bridges so you can find yours. 111 111 112 - *Thank you for reading! You can follow me on the open social web on [Bluesky](https://bsky.app/profile/quillmatiq.bsky.social?ref=augment.ink), [Mastodon](https://mastodon.social/@quillmatiq?ref=augment.ink), and [Threads](https://www.threads.net/quillmatiq?ref=augment.ink). And if you want to be notified of future posts on augment, including my newsletter "Human-Generated Content," you can [follow on RSS](https://augment.ink/rss/) or [subscribe here for free](https://augment.ink/human-generated-content-8/#/portal/)!* 112 + *Thank you for reading! You can follow me on the open social web on [Bluesky](https://bsky.app/profile/quillmatiq.bsky.social?ref=augment.ink), [Mastodon](https://mastodon.social/@quillmatiq?ref=augment.ink), and [Threads](https://www.threads.net/quillmatiq?ref=augment.ink). And if you want to be notified of future posts on augment, including my newsletter "Human-Generated Content," you can [follow on RSS](https://augment.ink/rss/) or [subscribe here for free](https://buttondown.com/augment)!*
+1 -1
src/content/posts/but-first-interoperability.md
··· 77 77 78 78 *[A New Social](https://anew.social/) is a self- and community-funded nonprofit. If you're excited about the work we're doing, we'd really appreciate it if you joined our [Patreon](https://www.patreon.com/anewsocial) and/or bought some ["People, Not Platforms" merch](http://store.anew.social/). Thank you for all your support!* 79 79 80 - *You can follow me on the social web on [Bluesky](https://bsky.app/profile/quillmatiq.com?ref=augment.ink), [Mastodon](https://mastodon.social/@quillmatiq?ref=augment.ink), and [Threads](https://www.threads.net/quillmatiq?ref=augment.ink). And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can [follow on RSS](https://augment.ink/rss/) or [subscribe here for free](https://augment.ink/human-generated-content-9/#/portal/)!* 80 + *You can follow me on the social web on [Bluesky](https://bsky.app/profile/quillmatiq.com?ref=augment.ink), [Mastodon](https://mastodon.social/@quillmatiq?ref=augment.ink), and [Threads](https://www.threads.net/quillmatiq?ref=augment.ink). And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can [follow on RSS](https://augment.ink/rss/) or [subscribe here for free](https://buttondown.com/augment)!*
+1 -1
src/content/posts/ghost-substack-discoverability.md
··· 55 55 56 56 If the lack of moderation wasn't the reason you left Substack, and you stayed because that's where discoverability is, it's time to look outward because there's a large chunk of users waiting to subscribe to you through their social media accounts. Don't be held back by a walled garden. 57 57 58 - *Thank you for reading! You can follow me on the social web *[*Bluesky*](https://bsky.app/profile/quillmatiq.bsky.social?ref=augment.ink)*, *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*, and *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)*. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/human-generated-content-8/#/portal/)*!* 58 + *Thank you for reading! You can follow me on the social web *[*Bluesky*](https://bsky.app/profile/quillmatiq.bsky.social?ref=augment.ink)*, *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*, and *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)*. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*!*
+1 -1
src/content/posts/human-generated-content-1.md
··· 85 85 86 86 So, yeah - a lot more of this, coming soon. Until then ✌🏼 87 87 88 - *I hope you enjoyed the first issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.* 88 + *I hope you enjoyed the first issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.*
+1 -1
src/content/posts/human-generated-content-2.md
··· 101 101 102 102 So, until then - hope you have a great couple weeks ✌🏼 103 103 104 - *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.* 104 + *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.*
+1 -1
src/content/posts/human-generated-content-3.md
··· 116 116 117 117 So, until then - hope you have a great couple weeks ✌🏼 118 118 119 - *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.* 119 + *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.*
+1 -1
src/content/posts/human-generated-content-4.md
··· 99 99 100 100 --- 101 101 102 - *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.* 102 + *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.*
+1 -1
src/content/posts/human-generated-content-5.md
··· 92 92 93 93 --- 94 94 95 - *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.* 95 + *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.*
+1 -1
src/content/posts/human-generated-content-6.md
··· 86 86 87 87 --- 88 88 89 - *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*. 89 + *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*. 90 90 91 91 *You can also email me at *[*anuj@augment.ink*](mailto:anuj@augment.ink)* with tips, comments, or anything cool you're working on.*
+1 -1
src/content/posts/human-generated-content-7.md
··· 108 108 109 109 --- 110 110 111 - *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.* 111 + *I hope you enjoyed this issue of Human-Generated Content! If you want to be notified of future issues and other posts on augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*. You can also follow me directly on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*.* 112 112 113 113 *You can also email me at *[*anuj@augment.ink*](mailto:anuj@augment.ink)* with tips, comments, or anything cool you're working on.*
+1 -1
src/content/posts/human-generated-content-8.md
··· 69 69 70 70 There's a lot more that's worth sharing, but these are just some of the highlights. Others, I'm saving for future editions of the newsletter. Subscribe to keep track of when those drop! 71 71 72 - *Thank you for reading! You can follow me on the social web *[*Bluesky*](https://bsky.app/profile/quillmatiq.bsky.social)*, *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*, and *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)*. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/a-quick-update/#/portal/)*!* 72 + *Thank you for reading! You can follow me on the social web *[*Bluesky*](https://bsky.app/profile/quillmatiq.bsky.social)*, *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*, and *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)*. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*!*
+1 -1
src/content/posts/human-generated-content-9.md
··· 57 57 58 58 Until next time 👋🏼 59 59 60 - *Thank you for reading! You can follow me on the social web on *[*Bluesky*](https://bsky.app/profile/quillmatiq.com?ref=augment.ink)*, *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*, and *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)*. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/human-generated-content-8/#/portal/)*!* 60 + *Thank you for reading! You can follow me on the social web on *[*Bluesky*](https://bsky.app/profile/quillmatiq.com?ref=augment.ink)*, *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)*, and *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)*. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*!*
+1 -1
src/content/posts/pov-the-ray-ban-meta-glasses.md
··· 103 103 104 104 Perhaps Google Glass leapt too far too early. But if there’s a company I think can find something in between that and the Ray-Bans, I’m now convinced it’s Meta. 105 105 106 - *Thank you for reading! I'll be continuing to post about my journey with the Ray-Ban Metas on *[*Threads*](https://www.threads.net/quillmatiq)* so follow me there if you're interested or have any questions for me. And if you want to be notified of future issues of augment, you can *[*subscribe here for free*](https://augment.ink/#/portal/)*!* 106 + *Thank you for reading! I'll be continuing to post about my journey with the Ray-Ban Metas on *[*Threads*](https://www.threads.net/quillmatiq)* so follow me there if you're interested or have any questions for me. And if you want to be notified of future issues of augment, you can *[*subscribe here for free*](https://buttondown.com/augment)*!*
+1 -1
src/content/posts/social-siloes-post.md
··· 41 41 42 42 Federation isn't just beneficial for Mastodon or Meta, it's an enabler of niche communities that can cater to specific needs. The open social web's network effects are now in motion - if you're not piping your platform's content into it then you and your users are missing out on what's going to be the largest sharing network we've ever seen in social media. 43 43 44 - *Thank you for reading! I'll be continuing to post about the Fediverse on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)* so follow me there if you're interested or have any questions for me. And if you want to be notified of future issues of augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*!* 44 + *Thank you for reading! I'll be continuing to post about the Fediverse on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)* so follow me there if you're interested or have any questions for me. And if you want to be notified of future issues of augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*!*
+1 -1
src/content/posts/the-everything-account.md
··· 112 112 113 113 --- 114 114 115 - *Thank you for reading! You can follow me on *[*the Atmosphere*](https://bsky.app/profile/quillmatiq.com)* or *[*the Fediverse*](https://mastodon.social/@quillmatiq)*. And if you want to be notified of future issues of augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/human-generated-content-9/#/portal/)*!* 115 + *Thank you for reading! You can follow me on *[*the Atmosphere*](https://bsky.app/profile/quillmatiq.com)* or *[*the Fediverse*](https://mastodon.social/@quillmatiq)*. And if you want to be notified of future issues of augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*!*
+1 -1
src/content/posts/the-threads-creator-paradox.md
··· 95 95 96 96 And Lists. [Definitely Lists](https://augment.ink/threads-on-mastodon/). 97 97 98 - *Thank you for reading! I'll be continuing to post about the Threads and the Fediverse on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)* so follow me there if you're interested or have any questions for me. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*!* 98 + *Thank you for reading! I'll be continuing to post about the Threads and the Fediverse on *[*Threads*](https://www.threads.net/quillmatiq?ref=augment.ink)* and *[*Mastodon*](https://mastodon.social/@quillmatiq?ref=augment.ink)* so follow me there if you're interested or have any questions for me. And if you want to be notified of future issues of augment and my newsletter "Human-Generated Content," you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*!*
+1 -1
src/content/posts/this-is-augment.md
··· 9 9 10 10 augment is a blog / newsletter by me, Anuj Ahooja. I'll be using this space for longer-form content. A place to review gadgets and apps I'm using, commentary on social media and technology, and some occasional personal updates. 11 11 12 - If you want to follow along, you can [subscribe here](https://augment.ink/#/portal/) for email updates. There's also an [RSS feed](https://augment.ink/rss/) if you're like me and are into that. 12 + If you want to follow along, you can [subscribe here](https://buttondown.com/augment) for email updates. There's also an [RSS feed](https://augment.ink/rss/) if you're like me and are into that.
+1 -1
src/content/posts/threads-on-mastodon.md
··· 115 115 116 116 Honestly, though - would lists *really* be that bad, Meta? 117 117 118 - *Thank you for reading! I'll be continuing to post about the Threads and the Fediverse on *[*Threads*](https://www.threads.net/quillmatiq)* and *[*Mastodon*](https://mastodon.social/@quillmatiq)* so follow me there if you're interested or have any questions for me. And if you want to be notified of future issues of augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://augment.ink/#/portal/)*!* 118 + *Thank you for reading! I'll be continuing to post about the Threads and the Fediverse on *[*Threads*](https://www.threads.net/quillmatiq)* and *[*Mastodon*](https://mastodon.social/@quillmatiq)* so follow me there if you're interested or have any questions for me. And if you want to be notified of future issues of augment, you can *[*follow on RSS*](https://augment.ink/rss/)* or *[*subscribe here for free*](https://buttondown.com/augment)*!*