I know I missed posting my weekly post yesterday. I was at a #BorderNone and #IndieWebCamp, so I did not have time to do so, but I will publish it a bit later!

However, I did write a blog post about what I did during the IndieWebCamp:

https://blog.kizu.dev/indie-web-camp-updates/

TL;DR: I did add #microformats to both my core site and my blog, and I now also list the last five articles from the blog over at my site.

IndieWebCamp Updates

I did participate in the IndieWebCamp Nuremberg 2023 and made a few updates to my main site and my less polished blog.

@kizu I added microformats to my weblog a while back and started a blog post and never finished. I should finish it now, I thought it wouldn’t be interesting to anyone but I liked yours!
@kizu I am trying to wrap up Part I of this on weblog, and I have a question for you. After reviewing your PRs it appears you used some hidden content for your `h-card` and it appears to be valid. I was planning on doing something similar with `p-note` that would otherwise be redundant content and clutter up my footer (where I'm doing my `h-card`). Did you read any documentation on this or otherwise see it covered at IndieWebCamp?

@anniegreens I think hidden content was mentioned once or twice, but I think in general it is considered a bad practice, though most parsers would not mind (as they just parse HTML and don't throw away stuff for simplicity).

There is some related stuff in FAQ: http://microformats.org/wiki/faq#Hidden_Content

In my case it is mostly a temporarily thing, I'm planning to re-design the things that contain hidden things to make them not hidden.

Microformats FAQ - Microformats Wiki