-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for built in webmentions. #4
Comments
Would love to have this also built in natively in the theme, as well as the other indieweb microformats |
I'll need to spend some time looking at what's involved with with adding web mentions. Maybe this weekend? |
If it helps I can share tomorrow a bunch of indieweb ready Hugo themes (most quite old) but that do have the indieweb parts implemented. |
That would be helpful. Thanks!EricOn Apr 27, 2023, at 6:42 PM, Ricardo ***@***.***> wrote:
If it helps I can share tomorrow a bunch of indieweb ready Hugo themes (most quite old) but that do have the indieweb parts implemented.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Step by step tutorial to "indiewebify" any hugo theme ; https://www.amitgawande.com/2018/02/10/204300.html two of the most recent hugo theme that support indieweb principles appears to be https://github.com/CrowderSoup/soup then neofeed theme https://github.com/victoriadrake/neofeed-theme It would be quite amazing to be able to add one's webmention endpoint (either webmention.io or micro.blog) But also add indieAuth options and the rel-me card with the author's bio tied up to the About page already native to micro.blog |
I've started working on this some. What I've finished is implemented on my own site for now and I'll push an update to the theme after more testing. My updates include additions particularly on the post page to support h-entry tags. I also added an h-card to my own site. That will be difficult to incorporate into the theme. It seems like a separate plugin could be better. Last, I believe Micro.blog and the Cards Theme already support Web-mentions through the conversations feature. Conversations need to enabled on your account for this to work. It validated successfully anyway. |
That's really nice of you, perhaps, as starting point for the h-card, we could update the readme with a paragraph about it and all things related indieweb?
Regarding webmentions : have you tried it with the test tool : https://webmention.rocks/ ? |
Yes, I'm working on a blog post and updating the Readme. I didn't have time to finish it yet. I'll be looking into the webmentions further. I agree; it would be great to have full support. |
Any updates on this, very interested to use this.. |
I have yet to find a theme with this built in, so I thought I'd ask it here. Could you add in webmentions by default to this theme, perhaps?
Since MicroBlog supports web mentions, I've been trying to find a theme with webmentions already built in. I thought about making this a toggle, but I am honestly not sure how these codes could be added with toggles.
The text was updated successfully, but these errors were encountered: