Différences entre versions de « Accueil »
De Mi caja de notas
Ligne 1 : | Ligne 1 : | ||
; [[Do Nothing]] Sunday : [[Do Nothing]] day. Relax. | ; [[Do Nothing]] Sunday : [[Do Nothing]] day. Relax. | ||
+ | |||
+ | == indieweb == | ||
+ | === [[RSVP]] shortcode ==== | ||
+ | |||
+ | |||
+ | https://github.com/microdotblog/plugin-rsvp by [[Manton Reece]]<ref>To be studied ([[GoHugo]])</ref> | ||
+ | |||
+ | Adds a Hugo shortcode for sending an IndieWeb RSVP. | ||
+ | |||
+ | To RSVP to an event, find the URL for the event and then use the shortcode in a blog post like this: | ||
+ | |||
+ | I'm going to this! {{< rsvp href="https://events.indieweb.org/2022/03/micro-camp-2022-IW2Qp3ygHike" >}} | ||
+ | |||
+ | It will create a link to the event with the appropriate Microformats reply markup. Micro.blog will notice the post and send a Webmention for it. | ||
+ | |||
+ | To keep it simple, Micro.blog links the event URL with the calendar emoji, so the above post will look like this: | ||
+ | |||
+ | I'm going to this! 📅 | ||
+ | |||
+ | You use your own text instead of the emoji with a text parameter: | ||
+ | |||
+ | {{< rsvp href="https://events.indieweb.org/2022/03/micro-camp-2022-IW2Qp3ygHike" text="Micro Camp 2022" >}} | ||
Version du 3 juillet 2022 à 11:28
- Do Nothing Sunday
- Do Nothing day. Relax.
indieweb
RSVP shortcode =
https://github.com/microdotblog/plugin-rsvp by Manton Reece[1]
Adds a Hugo shortcode for sending an IndieWeb RSVP.
To RSVP to an event, find the URL for the event and then use the shortcode in a blog post like this:
I'm going to this! {{< rsvp href="https://events.indieweb.org/2022/03/micro-camp-2022-IW2Qp3ygHike" >}}
It will create a link to the event with the appropriate Microformats reply markup. Micro.blog will notice the post and send a Webmention for it.
To keep it simple, Micro.blog links the event URL with the calendar emoji, so the above post will look like this:
I'm going to this! 📅
You use your own text instead of the emoji with a text parameter:
{{< rsvp href="https://events.indieweb.org/2022/03/micro-camp-2022-IW2Qp3ygHike" text="Micro Camp 2022" >}}
https://christopheducamp.com/now is my now page on the public web.
Most websites have a link that says “about”. It goes to a page that tells you something about the background of this person or business. For short, people just call it an “about page”.
Most websites have a link that says “contact”. It goes to a page that tells you how to contact this person or business. For short, people just call it a “contact page”.
So a website with a link that says “now” goes to a page that tells you **what this person is focused on at this point in their life.** For short, we call it a “now page”.
See examples by browsing nownownow.com.
Although it’s normal to make the web address “/now”, just like it’s usually “/about” and “/contact” in those other examples, the URL could be anything.