Pretty happy with how I’m generating OG images for quotes on ArmitagesArchive.com.
I designed an SVG in Inkscape, swapped the text for HEEx vars, and used Elixir to render one SVG per highlight.
Then I convert them to PNGs using resvg (fast, handles fonts well), and rsync them to prod.
It’s not fully automated yet — still thinking through how to make that part safe and clean. But overall, it works, and it looks the way I want: clean, no fluff, author credited.
PR: https://github.com/NeuroWinter/armitagesarchive/pull/21/files
#ElixirLang #OpenGraph #IndieWeb #SVG #WebDev #SelfHosted #Typography #Inkscape
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://tilde.zone/@NeuroWinter/114531182396677746",
"content": {
"html": "<p>Pretty happy with how I\u2019m generating OG images for quotes on ArmitagesArchive.com.</p><p>I designed an SVG in Inkscape, swapped the text for HEEx vars, and used Elixir to render one SVG per highlight.</p><p>Then I convert them to PNGs using resvg (fast, handles fonts well), and rsync them to prod.</p><p>It\u2019s not fully automated yet \u2014 still thinking through how to make that part safe and clean. But overall, it works, and it looks the way I want: clean, no fluff, author credited.</p><p>PR: <a href=\"https://github.com/NeuroWinter/armitagesarchive/pull/21/files\"><span>https://</span><span>github.com/NeuroWinter/armitag</span><span>esarchive/pull/21/files</span></a><br /><a href=\"https://tilde.zone/tags/ElixirLang\">#<span>ElixirLang</span></a> <a href=\"https://tilde.zone/tags/OpenGraph\">#<span>OpenGraph</span></a> <a href=\"https://tilde.zone/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://tilde.zone/tags/SVG\">#<span>SVG</span></a> <a href=\"https://tilde.zone/tags/WebDev\">#<span>WebDev</span></a> <a href=\"https://tilde.zone/tags/SelfHosted\">#<span>SelfHosted</span></a> <a href=\"https://tilde.zone/tags/Typography\">#<span>Typography</span></a> <a href=\"https://tilde.zone/tags/Inkscape\">#<span>Inkscape</span></a></p>",
"text": "Pretty happy with how I\u2019m generating OG images for quotes on ArmitagesArchive.com.\n\nI designed an SVG in Inkscape, swapped the text for HEEx vars, and used Elixir to render one SVG per highlight.\n\nThen I convert them to PNGs using resvg (fast, handles fonts well), and rsync them to prod.\n\nIt\u2019s not fully automated yet \u2014 still thinking through how to make that part safe and clean. But overall, it works, and it looks the way I want: clean, no fluff, author credited.\n\nPR: https://github.com/NeuroWinter/armitagesarchive/pull/21/files\n#ElixirLang #OpenGraph #IndieWeb #SVG #WebDev #SelfHosted #Typography #Inkscape"
},
"published": "2025-05-18T22:25:53+00:00",
"post-type": "note",
"_id": "44845810",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://caneandable.social/@WeirdWriter/114530931943315917",
"content": {
"html": "<p>Into a Memory <a href=\"https://sightlessscribbles.com/writing/nonfiction/20250514/\"><span>https://</span><span>sightlessscribbles.com/writing</span><span>/nonfiction/20250514/</span></a> <a href=\"https://caneandable.social/tags/Blog\">#<span>Blog</span></a> <a href=\"https://caneandable.social/tags/Blogs\">#<span>Blogs</span></a> <a href=\"https://caneandable.social/tags/Blogging\">#<span>Blogging</span></a> <a href=\"https://caneandable.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://caneandable.social/tags/NoPaywall\">#<span>NoPaywall</span></a></p>",
"text": "Into a Memory https://sightlessscribbles.com/writing/nonfiction/20250514/ #Blog #Blogs #Blogging #IndieWeb #NoPaywall"
},
"published": "2025-05-18T21:22:11+00:00",
"post-type": "note",
"_id": "44845398",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://polymaths.social/@thelinuxcast/statuses/01JVJHSF9K0C5CG07FZE2RHRH1",
"content": {
"html": "<p>I found a Blog Commenting System - Blog Comments - <a href=\"https://mtwb.blog/blog-comments/\">https://mtwb.blog/blog-comments/</a> <a href=\"https://polymaths.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://polymaths.social/tags/blog\">#<span>blog</span></a> <a href=\"https://polymaths.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://polymaths.social/tags/amwriting\">#<span>amwriting</span></a> <a href=\"https://polymaths.social/tags/writing\">#<span>writing</span></a></p>",
"text": "I found a Blog Commenting System - Blog Comments - https://mtwb.blog/blog-comments/ #blogging #blog #indieweb #amwriting #writing"
},
"published": "2025-05-18T20:36:28+00:00",
"post-type": "note",
"_id": "44845162",
"_source": "8007",
"_is_read": false
}
I’m finally making a tool to *send* #webmentions from my blog. I thought it would be easy, but pulling all the links out of a #markdown file is actually kind of complicated
{
"type": "entry",
"author": {
"name": "#webmentions",
"url": "https://mastodon.social/tags/webmentions",
"photo": null
},
"url": "https://pony.social/@axxuy/114530629167975602",
"content": {
"html": "<p>I\u2019m finally making a tool to *send* <a href=\"https://pony.social/tags/webmentions\">#<span>webmentions</span></a> from my blog. I thought it would be easy, but pulling all the links out of a <a href=\"https://pony.social/tags/markdown\">#<span>markdown</span></a> file is actually kind of complicated</p>",
"text": "I\u2019m finally making a tool to *send* #webmentions from my blog. I thought it would be easy, but pulling all the links out of a #markdown file is actually kind of complicated"
},
"published": "2025-05-18T20:05:11+00:00",
"post-type": "note",
"_id": "44844976",
"_source": "8007",
"_is_read": false
}
HIT COUNTER LETS GOOOO... It is included in every page type, as in "article" or whatever.
Not sure if I totally love the style and where I put it.. Still considering my options. But I was just super excited to get it up :D
Moved from nginx to caddy in the move. I deprecated some old link redirects in the process... Not amazing, but is what it is :)
#smallweb #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.gamedev.place/@jalict/114530521260181688",
"content": {
"html": "<p>HIT COUNTER LETS GOOOO... It is included in every page type, as in \"article\" or whatever.</p><p>Not sure if I totally love the style and where I put it.. Still considering my options. But I was just super excited to get it up :D</p><p>Moved from nginx to caddy in the move. I deprecated some old link redirects in the process... Not amazing, but is what it is :)</p><p><a href=\"https://mastodon.gamedev.place/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://mastodon.gamedev.place/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "HIT COUNTER LETS GOOOO... It is included in every page type, as in \"article\" or whatever.\n\nNot sure if I totally love the style and where I put it.. Still considering my options. But I was just super excited to get it up :D\n\nMoved from nginx to caddy in the move. I deprecated some old link redirects in the process... Not amazing, but is what it is :)\n\n#smallweb #indieweb"
},
"published": "2025-05-18T19:37:45+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/114/530/521/280/276/639/original/f82a4483649f3636.png"
],
"post-type": "photo",
"_id": "44844766",
"_source": "8007",
"_is_read": false
}
i made this web sticker recently.
i think it's kind of not cool to conflate "human" and "person." i think if we met ai or aliens or catgirls etc they should be afforded the same rights as everyone else, and there are more nuances to it but that's basically what the sicker is about.
#art #myart #indieweb #scifi
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://wetdry.world/@maypop_neocities/114530163898760175",
"content": {
"html": "<p>i made this web sticker recently.</p><p>i think it's kind of not cool to conflate \"human\" and \"person.\" i think if we met ai or aliens or catgirls etc they should be afforded the same rights as everyone else, and there are more nuances to it but that's basically what the sicker is about.</p><p><a href=\"https://wetdry.world/tags/art\">#<span>art</span></a> <a href=\"https://wetdry.world/tags/myart\">#<span>myart</span></a> <a href=\"https://wetdry.world/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://wetdry.world/tags/scifi\">#<span>scifi</span></a></p>",
"text": "i made this web sticker recently.\n\ni think it's kind of not cool to conflate \"human\" and \"person.\" i think if we met ai or aliens or catgirls etc they should be afforded the same rights as everyone else, and there are more nuances to it but that's basically what the sicker is about.\n\n#art #myart #indieweb #scifi"
},
"published": "2025-05-18T18:06:52+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/114/530/163/924/418/992/original/0df03d7cf80c207e.png"
],
"post-type": "photo",
"_id": "44844101",
"_source": "8007",
"_is_read": false
}
In reply …
In reply to https://indieblocks.xyz/stream/481ebec3c6/ by Jan.
This is so cool. How to do that?
#IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://sanguok.com/en/notes/bfda08ebf4/",
"content": {
"html": "<p><strong>In reply \u2026</strong></p> <p><i>In reply to <a class=\"u-url\" href=\"https://indieblocks.xyz/stream/481ebec3c6/\">https://indieblocks.xyz/stream/481ebec3c6/</a> by <span class=\"p-author\">Jan</span>.</i></p> <p>This is so cool. How to do that?</p> <p><a class=\"u-tag u-category\" href=\"https://sanguok.com/en/blog/tag/indieweb/\">#IndieWeb</a></p>",
"text": "In reply \u2026 In reply to https://indieblocks.xyz/stream/481ebec3c6/ by Jan. This is so cool. How to do that? #IndieWeb"
},
"published": "2023-05-29T14:06:55+00:00",
"post-type": "note",
"_id": "44843829",
"_source": "8007",
"_is_read": false
}
Suggestions on blogs/personal websites about disability by disabled people?
#IndieWeb #SmallWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.art/@MxPoesu/114529816879462889",
"content": {
"html": "<p>Suggestions on blogs/personal websites about disability by disabled people?</p><p><a href=\"https://mastodon.art/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://mastodon.art/tags/SmallWeb\">#<span>SmallWeb</span></a></p>",
"text": "Suggestions on blogs/personal websites about disability by disabled people?\n\n#IndieWeb #SmallWeb"
},
"published": "2025-05-18T16:38:37+00:00",
"post-type": "note",
"_id": "44843582",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://indieweb.social/@thesmallweb/114528979476261066",
"content": {
"html": "<p>\ud83d\udc97 Self Promo Sunday #10 \ud83d\udc97 </p><p>It's Self Promo Sunday, Y'all! \ud83d\ude4c Share your Small Web site in the comments and/or let us know what you've been working on lately!</p><p><span class=\"h-card\"><a class=\"u-url\" href=\"https://a.gup.pe/u/indieweb\">@<span>indieweb</span></a></span> <span class=\"h-card\"><a class=\"u-url\" href=\"https://a.gup.pe/u/smallweb\">@<span>smallweb</span></a></span> <span class=\"h-card\"><a class=\"u-url\" href=\"https://a.gup.pe/u/neocities\">@<span>neocities</span></a></span> #<a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> #<a href=\"https://indieweb.social/tags/neocities\">#<span>neocities</span></a> #<a href=\"https://indieweb.social/tags/nostalgia\">#<span>nostalgia</span></a> #<a href=\"https://indieweb.social/tags/oldweb\">#<span>oldweb</span></a> #<a href=\"https://indieweb.social/tags/smallweb\">#<span>smallweb</span></a> #<a href=\"https://indieweb.social/tags/webdesign\">#<span>webdesign</span></a> #<a href=\"https://indieweb.social/tags/webdev\">#<span>webdev</span></a> #<a href=\"https://indieweb.social/tags/webrevival\">#<span>webrevival</span></a> <a href=\"https://indieweb.social/tags/Nekoweb\">#<span>Nekoweb</span></a></p><p><a href=\"https://smallweb.thecozy.cat/blog/%F0%9F%92%97-self-promo-sunday-10-%F0%9F%92%97/\"><span>https://</span><span>smallweb.thecozy.cat/blog/%f0%</span><span>9f%92%97-self-promo-sunday-10-%f0%9f%92%97/</span></a></p>\n<a class=\"u-mention\" href=\"https://a.gup.pe/u/indieweb\"></a>\n<a class=\"u-mention\" href=\"https://a.gup.pe/u/neocities\"></a>\n<a class=\"u-mention\" href=\"https://a.gup.pe/u/smallweb\"></a>",
"text": "\ud83d\udc97 Self Promo Sunday #10 \ud83d\udc97 \n\nIt's Self Promo Sunday, Y'all! \ud83d\ude4c Share your Small Web site in the comments and/or let us know what you've been working on lately!\n\n@indieweb @smallweb @neocities ##indieweb ##neocities ##nostalgia ##oldweb ##smallweb ##webdesign ##webdev ##webrevival #Nekoweb\n\nhttps://smallweb.thecozy.cat/blog/%f0%9f%92%97-self-promo-sunday-10-%f0%9f%92%97/"
},
"published": "2025-05-18T13:05:39+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/114/528/979/526/040/363/original/8d8b292d101aa8a1.jpg"
],
"post-type": "photo",
"_id": "44841979",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodontech.de/@jak2k/114528753311176402",
"content": {
"html": "<p>I wrote a blog post about my domain migration: <a href=\"https://jak2k.eu/post/a-new-domain/\"><span>https://</span><span>jak2k.eu/post/a-new-domain/</span><span></span></a></p><p><a href=\"https://mastodontech.de/tags/blog\">#<span>blog</span></a> <a href=\"https://mastodontech.de/tags/personalBlog\">#<span>personalBlog</span></a> <a href=\"https://mastodontech.de/tags/blogpost\">#<span>blogpost</span></a> <a href=\"https://mastodontech.de/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "I wrote a blog post about my domain migration: https://jak2k.eu/post/a-new-domain/\n\n#blog #personalBlog #blogpost #indieweb"
},
"published": "2025-05-18T12:08:08+00:00",
"post-type": "note",
"_id": "44841619",
"_source": "8007",
"_is_read": false
}
Scifi Saturday: May 17, 2025
My science fiction activity has been pretty light this week, but here are my scifi distractions for the week.
https://readbeanicecream.surge.sh/2025/05/17/scifi-saturday-may-17-2025/
#indieweb #smallweb #smolweb #personalweb #blog #blogging #scifi #sciencefiction
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@readbeanicecream/114526187705152626",
"content": {
"html": "<p>Scifi Saturday: May 17, 2025</p><p>My science fiction activity has been pretty light this week, but here are my scifi distractions for the week. </p><p><a href=\"https://readbeanicecream.surge.sh/2025/05/17/scifi-saturday-may-17-2025/\"><span>https://</span><span>readbeanicecream.surge.sh/2025</span><span>/05/17/scifi-saturday-may-17-2025/</span></a></p><p><a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://mastodon.social/tags/smolweb\">#<span>smolweb</span></a> <a href=\"https://mastodon.social/tags/personalweb\">#<span>personalweb</span></a> <a href=\"https://mastodon.social/tags/blog\">#<span>blog</span></a> <a href=\"https://mastodon.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://mastodon.social/tags/scifi\">#<span>scifi</span></a> <a href=\"https://mastodon.social/tags/sciencefiction\">#<span>sciencefiction</span></a></p>",
"text": "Scifi Saturday: May 17, 2025\n\nMy science fiction activity has been pretty light this week, but here are my scifi distractions for the week. \n\nhttps://readbeanicecream.surge.sh/2025/05/17/scifi-saturday-may-17-2025/\n\n#indieweb #smallweb #smolweb #personalweb #blog #blogging #scifi #sciencefiction"
},
"published": "2025-05-18T01:15:40+00:00",
"post-type": "note",
"_id": "44838550",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://polymaths.social/@thelinuxcast/statuses/01JVGBA1RGQAZ3WKJXBY5PTKFE",
"content": {
"html": "<p>Keeping A Calendar is a Waste of Time <a href=\"https://mtwb.blog/keeping-a-calendar-is-a-waste-of-time/\">https://mtwb.blog/keeping-a-calendar-is-a-waste-of-time/</a> <a href=\"https://polymaths.social/tags/productivity\">#<span>productivity</span></a> <a href=\"https://polymaths.social/tags/organization\">#<span>organization</span></a> <a href=\"https://polymaths.social/tags/blog\">#<span>blog</span></a> <a href=\"https://polymaths.social/tags/blogpost\">#<span>blogpost</span></a> <a href=\"https://polymaths.social/tags/writing\">#<span>writing</span></a> <a href=\"https://polymaths.social/tags/amwriting\">#<span>amwriting</span></a> <a href=\"https://polymaths.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Keeping A Calendar is a Waste of Time https://mtwb.blog/keeping-a-calendar-is-a-waste-of-time/ #productivity #organization #blog #blogpost #writing #amwriting #indieweb"
},
"published": "2025-05-18T00:04:42+00:00",
"post-type": "note",
"_id": "44838277",
"_source": "8007",
"_is_read": false
}
taking one of my extended social media brakes, so there’s going to be scheduled post, automated posts, and I’ll be slow to check my notifications on here, so the best way to follow me is at https://sightlessscribbles.com/follow/ #SocialMedia #RSS #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://indieweb.social/tags/indieweb",
"photo": null
},
"url": "https://caneandable.social/@WeirdWriter/114525505530201639",
"content": {
"html": "<p>taking one of my extended social media brakes, so there\u2019s going to be scheduled post, automated posts, and I\u2019ll be slow to check my notifications on here, so the best way to follow me is at <a href=\"https://sightlessscribbles.com/follow/\"><span>https://</span><span>sightlessscribbles.com/follow/</span><span></span></a> <a href=\"https://caneandable.social/tags/SocialMedia\">#<span>SocialMedia</span></a> <a href=\"https://caneandable.social/tags/RSS\">#<span>RSS</span></a> <a href=\"https://caneandable.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "taking one of my extended social media brakes, so there\u2019s going to be scheduled post, automated posts, and I\u2019ll be slow to check my notifications on here, so the best way to follow me is at https://sightlessscribbles.com/follow/ #SocialMedia #RSS #IndieWeb"
},
"published": "2025-05-17T22:22:11+00:00",
"post-type": "note",
"_id": "44837796",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://pony.social/@axxuy/114525295850863771",
"content": {
"html": "<p>It's a fun little anniversary today!<br /><a href=\"https://axxuy.xyz/blog/posts/2025/journal/\"><span>https://</span><span>axxuy.xyz/blog/posts/2025/jour</span><span>nal/</span></a><br /><a href=\"https://pony.social/tags/Blog\">#<span>Blog</span></a> <a href=\"https://pony.social/tags/Blogging\">#<span>Blogging</span></a> <a href=\"https://pony.social/tags/Blogpost\">#<span>Blogpost</span></a> <a href=\"https://pony.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://pony.social/tags/PersonalWebsite\">#<span>PersonalWebsite</span></a> <a href=\"https://pony.social/tags/PersonalBlog\">#<span>PersonalBlog</span></a> <a href=\"https://pony.social/tags/journal\">#<span>journal</span></a></p>",
"text": "It's a fun little anniversary today!\nhttps://axxuy.xyz/blog/posts/2025/journal/\n#Blog #Blogging #Blogpost #IndieWeb #PersonalWebsite #PersonalBlog #journal"
},
"published": "2025-05-17T21:28:51+00:00",
"post-type": "note",
"_id": "44837433",
"_source": "8007",
"_is_read": false
}
Endlich geschafft #webmentions auf der Webseite anzuzeigen. Seltsam erfüllendes Gefühl... #webdev
{
"type": "entry",
"author": {
"name": "#webmentions",
"url": "https://mastodon.social/tags/webmentions",
"photo": null
},
"url": "https://sueden.social/@johndillinger15/114525178974276478",
"content": {
"html": "<p>Endlich geschafft <a href=\"https://sueden.social/tags/webmentions\">#<span>webmentions</span></a> auf der Webseite anzuzeigen. Seltsam erf\u00fcllendes Gef\u00fchl... <a href=\"https://sueden.social/tags/webdev\">#<span>webdev</span></a></p>",
"text": "Endlich geschafft #webmentions auf der Webseite anzuzeigen. Seltsam erf\u00fcllendes Gef\u00fchl... #webdev"
},
"published": "2025-05-17T20:59:08+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/114/525/179/026/182/978/original/71c21a2e2fcdf9fa.png"
],
"post-type": "photo",
"_id": "44837226",
"_source": "8007",
"_is_read": false
}
Next weekend there'll be a Galactic Bonus Homebrew Website Club. Great space to personal website! (Is that a verb? I made it a verb.) https://events.indieweb.org/2025/05/galactic-bonus-homebrew-website-club-FXSfHTDP2Apy #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://xoxo.zone/@artlung/114525086992271708",
"content": {
"html": "<p>Next weekend there'll be a Galactic Bonus Homebrew Website Club. Great space to personal website! (Is that a verb? I made it a verb.) <a href=\"https://events.indieweb.org/2025/05/galactic-bonus-homebrew-website-club-FXSfHTDP2Apy\"><span>https://</span><span>events.indieweb.org/2025/05/ga</span><span>lactic-bonus-homebrew-website-club-FXSfHTDP2Apy</span></a> <a href=\"https://xoxo.zone/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "Next weekend there'll be a Galactic Bonus Homebrew Website Club. Great space to personal website! (Is that a verb? I made it a verb.) https://events.indieweb.org/2025/05/galactic-bonus-homebrew-website-club-FXSfHTDP2Apy #IndieWeb"
},
"published": "2025-05-17T20:35:44+00:00",
"post-type": "note",
"_id": "44837120",
"_source": "8007",
"_is_read": false
}
My website is now moved from https://jak2k.schwanenberg.name/ to https://jak2k.eu/. Previously, my site was hosted at Vercel. I'm now selfhosting it.
If you linked me somewhere, please update that link.
#indieweb #selfhosting #website #domainchange #eudomain #PersonalSites #personalBlog
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodontech.de/@jak2k/114524603517468237",
"content": {
"html": "<p>My website is now moved from <a href=\"https://jak2k.schwanenberg.name/\"><span>https://</span><span>jak2k.schwanenberg.name/</span><span></span></a> to <a href=\"https://jak2k.eu/\"><span>https://</span><span>jak2k.eu/</span><span></span></a>. Previously, my site was hosted at Vercel. I'm now selfhosting it.</p><p>If you linked me somewhere, please update that link.</p><p><a href=\"https://mastodontech.de/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodontech.de/tags/selfhosting\">#<span>selfhosting</span></a> <a href=\"https://mastodontech.de/tags/website\">#<span>website</span></a> <a href=\"https://mastodontech.de/tags/domainchange\">#<span>domainchange</span></a> <a href=\"https://mastodontech.de/tags/eudomain\">#<span>eudomain</span></a> <a href=\"https://mastodontech.de/tags/PersonalSites\">#<span>PersonalSites</span></a> <a href=\"https://mastodontech.de/tags/personalBlog\">#<span>personalBlog</span></a></p>",
"text": "My website is now moved from https://jak2k.schwanenberg.name/ to https://jak2k.eu/. Previously, my site was hosted at Vercel. I'm now selfhosting it.\n\nIf you linked me somewhere, please update that link.\n\n#indieweb #selfhosting #website #domainchange #eudomain #PersonalSites #personalBlog"
},
"published": "2025-05-17T18:32:47+00:00",
"post-type": "note",
"_id": "44836111",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@dewey/114523977194019196",
"content": {
"html": "<p>Kirby plugin: POSSE - Syndicate posts to other platforms.</p><p><a href=\"https://blog.notmyhostna.me/posts/kirby-plugin-posse-syndicate-posts-to-other-platforms\"><span>https://</span><span>blog.notmyhostna.me/posts/kirb</span><span>y-plugin-posse-syndicate-posts-to-other-platforms</span></a></p><p><a href=\"https://mastodon.social/tags/Kirby\">#<span>Kirby</span></a> <a href=\"https://mastodon.social/tags/Indieweb\">#<span>Indieweb</span></a> <a href=\"https://mastodon.social/tags/POSSE\">#<span>POSSE</span></a></p>",
"text": "Kirby plugin: POSSE - Syndicate posts to other platforms.\n\nhttps://blog.notmyhostna.me/posts/kirby-plugin-posse-syndicate-posts-to-other-platforms\n\n#Kirby #Indieweb #POSSE"
},
"published": "2025-05-17T15:53:30+00:00",
"photo": [
"https://files.mastodon.social/media_attachments/files/114/523/977/144/707/371/original/182963f26a468186.webp"
],
"post-type": "photo",
"_id": "44834992",
"_source": "8007",
"_is_read": false
}
#lazyweb Anyone know of any short (2 - 20 min) #video or #audio #podcasts that I can follow via #rss ? I am open to just about any subject but these get moved to the top of the list: #science #technology #history #astronomy #environment
Even better if they are #indieweb or #smallweb #creators
#ask #askmastodon #askmasto #askfedi
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@readbeanicecream/114523807225844146",
"content": {
"html": "<p><a href=\"https://mastodon.social/tags/lazyweb\">#<span>lazyweb</span></a> Anyone know of any short (2 - 20 min) <a href=\"https://mastodon.social/tags/video\">#<span>video</span></a> or <a href=\"https://mastodon.social/tags/audio\">#<span>audio</span></a> <a href=\"https://mastodon.social/tags/podcasts\">#<span>podcasts</span></a> that I can follow via <a href=\"https://mastodon.social/tags/rss\">#<span>rss</span></a> ? I am open to just about any subject but these get moved to the top of the list: <a href=\"https://mastodon.social/tags/science\">#<span>science</span></a> <a href=\"https://mastodon.social/tags/technology\">#<span>technology</span></a> <a href=\"https://mastodon.social/tags/history\">#<span>history</span></a> <a href=\"https://mastodon.social/tags/astronomy\">#<span>astronomy</span></a> <a href=\"https://mastodon.social/tags/environment\">#<span>environment</span></a></p><p>Even better if they are <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> or <a href=\"https://mastodon.social/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://mastodon.social/tags/creators\">#<span>creators</span></a></p><p><a href=\"https://mastodon.social/tags/ask\">#<span>ask</span></a> <a href=\"https://mastodon.social/tags/askmastodon\">#<span>askmastodon</span></a> <a href=\"https://mastodon.social/tags/askmasto\">#<span>askmasto</span></a> <a href=\"https://mastodon.social/tags/askfedi\">#<span>askfedi</span></a></p>",
"text": "#lazyweb Anyone know of any short (2 - 20 min) #video or #audio #podcasts that I can follow via #rss ? I am open to just about any subject but these get moved to the top of the list: #science #technology #history #astronomy #environment\n\nEven better if they are #indieweb or #smallweb #creators\n\n#ask #askmastodon #askmasto #askfedi"
},
"published": "2025-05-17T15:10:17+00:00",
"post-type": "note",
"_id": "44834724",
"_source": "8007",
"_is_read": false
}
Tuesday! Front End Study Hall! Come learn a thing or two about websites: #HTML & #CSS and the beautiful soup they produce. An #IndieWeb event. https://events.indieweb.org/2025/05/front-end-study-hall-028-FnCziY2O2Fd9
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://xoxo.zone/@artlung/114523627876301748",
"content": {
"html": "<p>Tuesday! Front End Study Hall! Come learn a thing or two about websites: <a href=\"https://xoxo.zone/tags/HTML\">#<span>HTML</span></a> & <a href=\"https://xoxo.zone/tags/CSS\">#<span>CSS</span></a> and the beautiful soup they produce. An <a href=\"https://xoxo.zone/tags/IndieWeb\">#<span>IndieWeb</span></a> event. <a href=\"https://events.indieweb.org/2025/05/front-end-study-hall-028-FnCziY2O2Fd9\"><span>https://</span><span>events.indieweb.org/2025/05/fr</span><span>ont-end-study-hall-028-FnCziY2O2Fd9</span></a></p>",
"text": "Tuesday! Front End Study Hall! Come learn a thing or two about websites: #HTML & #CSS and the beautiful soup they produce. An #IndieWeb event. https://events.indieweb.org/2025/05/front-end-study-hall-028-FnCziY2O2Fd9"
},
"published": "2025-05-17T14:24:40+00:00",
"post-type": "note",
"_id": "44834251",
"_source": "8007",
"_is_read": false
}