probberechts / hexo-theme-cactus

:cactus: A responsive, clean and simple theme for Hexo.
https://probberechts.github.io/hexo-theme-cactus/
MIT License
3.15k stars 784 forks source link

Better support for Microformats #346

Closed dharFr closed 1 year ago

dharFr commented 1 year ago

Hello 👋

This PR intent to improve support for microformat2 in the markup. I mostly ran the validator available on IndieWebify.Me (See "Publishing on the IndieWeb Level 2 / 1. Mark up your content" section) and followed instructions to fix/improve support.

Adds support for h-card on the home page, and h-entry in the post layout. More details bellow.

I did it for my own usage, and I guess it might be useful to other people as well.

Best ^^

1. Support for h-card on the home page

h-card is used to identify the website owner. I added support for the following microformats:

2. Support for h-entry in the post layout

h-entry is used to identify blog posts. I added support for the following microformats:

probberechts commented 1 year ago

Great work! Thanks.