cryogen-project/cryogen

IndieWeb integrations?

Closed this issue · 7 comments

Hi,

I've recently stumbled across the IndieWeb movement and it got me curious -- would the cryogen project benefit from some automatic integration with IndieWeb features like:

  • web sign-in
  • h-card
  • IndieAuth
  • MicroFormats
  • POSSE

I've had to manually update the theme I'm using (lotus) to have a bunch of the above things, but I might find the energy to make those things more generic and configurable if the project would be amenable!

You can test my site using https://indiewebify.me/validate-h-card/ and entering https://www.calmabiding.me

Thanks so much for this awesome project!

Stephen.

This seems pretty interesting, but I don't know much about IndieWeb myself. Do you only need to update the markup?

Cool, cool. So if you're interested in doing a PR then I'd suggest storing all of the configurable values in a map under a top level key :indie-web in the config.

Something like this...

{ 
 :indie-web {:note "Senior Software Engineer Player-Coach"
             :email "mailto:stephen@calmabiding.me"}
}

It has been over 2 years so I close this for the time being. Anyone interested can re-open and send a PR :)