Reminder that it's #HomebrewWebsiteClub Nottingham tomorrow! I hope to see you there at 1730 for some website stuff! https://events.indieweb.org/2020/07/online-homebrew-website-club-nottingham-xZ25kFM3qUYx

#homebrew-website-club
Liked Changes To IndieWeb Organizing, Brief Words At IndieWebCamp West by Tantek ÇelikTantek Çelik
A week ago Saturday morning co-organizer Chris Aldrich opened IndieWebCamp West and introduced the keynote speakers. After their inspiring talks he asked me to say a few words about changes we’re making in the IndieWeb community around organizing. This is an edited version of those words, rewritte...

Changes To IndieWeb Organizing, Brief Words At IndieWebCamp West

I shouldn’t call it a “blog” engine. It’ll be more than that. There’s a lot I want to do with my personal space that’s heavily influenced by stuff in the IndieWeb space as well as the Dat world and the setups today would require a LOT of tinkering to get there.

When I say Lighthouse here, I’m referring to a Webmention service I’m working on (https://lighthouse.black.af). Not the other thing.

Interesting to see Webmentions mentioned on this list of concepts around digital gardens! https://github.com/MaggieAppleton/digital-gardeners

The community part is something that’s still being worked on. We get through it by having something akin to planets that people can follow (try subscribing to https://stream.indieweb.org/ for example! check out https://indieweb.xyz!) but there’s definitely more that can be done. What kind of ideas do you have in mind?

I personally want to work towards having me define my community on my site (internally, of course) and let my tooling for subscribing to people adapt that and grow from there. That way, my site is always the authority to who and what I want to engage with.

Okay so I’ve managed to give Lighthouse a means of rendering a Microformats2 JSON (JF2) feed for incoming Webmentions and a h-feed. I want to hook this up to some sort of WebSub system so it can be polled against in “real time”. I have to clean up the dashboard so this information is more discoverable. I also need to work on making a help center of sorts.

Feeds

#rss #feeds #subscriptions #syndication #indieweb #blogs #blogging #personal #publishing #blogrolls

I don’t have refs used in the IndieWeb Elixir yet but I’m in favor of shorter keys!

Meetable should redirect /tag to /tags

Resisting the feudal Internet

This is what happens when you accidentally feed incorrect post data to #Blogblaze and the h-entry template rendering fails. #webdevelopment #frontend #Deno #webdesign #IndieWeb

#Blogblaze #webdevelopment #frontend #Deno #webdesign #IndieWeb

Dark mode revisited

#css #colours #schemes #styles #switcher #toggle #light #dark #modes #indiewebcamp #styling #images #frontend #development #design

Catching up on a couple of the sessions I missed at IndieWebCamp West. All the videos are linked on the schedule page here.

For all of y’all who make Twitter threads, now you can do that and then publish it BACK to your site using a standard in publishing content on the Web: Micropub! https://twitter.com/threadreaderapp/status/1276635958708862976

Control of computing infrastructure

#100days 60 - Made a small but long overdue change to my site, so that it only sends me notifications about new webmentions. My notifications were filling up with duplicate mentions because of people sending them every time they build their site (which is totally fine)

Hm, advice is interesting. I want this to signify that it’s a tag of sorts; something that can be indexed (for a negative filter search of sorts). This is making me want to lean into something like this format:

<span class="p-content-category p-category">gore</span>
<span class="p-content-category p-category">blood</span>

Leaning into what we have for tagging already would allow us to build a common way of filtering things out (or in). This is something that would have to be pushed up into the Microformats spec, IMO.

Also, I took some time to see how our friends in ActivityPub took this: https://github.com/w3c/activitypub/issues/232, some important notes there regarding overloading. One downside is that they relied on Mastodon to be the defacto representative of AP, in Microformats; the format is the leader!