Aditya Telange

Results 98 comments of Aditya Telange
trafficstars

Hi @David-Guillot I think its better if we add it to hugo's templates over here. https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/opengraph.html cc @jmooring

> I would remove Hugo's embedded opengraph template (and others) from the code base. Think not of like a hugo author but a theme author. we have a feature dependency...

@David-Guillot > How do we move forward from here? I see we also support multiple authors in meta tags, so in order to have this supported we'll not just need...

> > but a mapping of each authors fediverse id > > Yet another reason for handling this at the theme or site level. True

> @adityatelange what are your thoughts on this, two months later? I think @Syphdias is right: multiple authors are nowhere near landing on Mastodon. But many bloggers would benefit from...

Right that seems to be missing, I'll add something for that. Looks like everywhere hugo is using global params only https://gohugo.io/templates/embedded/#open-graph I think I'll extend twitter one in future. Let's...

Usage: Site level: ```yml params: social: fediverse_creator: "@[email protected]" ``` Page (Overrides Site level value): ```yml --- title: "My Page" social: fediverse_creator: "@[email protected]" --- ```

We already do this with external links in menu https://adityatelange.github.io/hugo-PaperMod/ ![image](https://github.com/user-attachments/assets/0e9a2609-9562-4e5c-ab0d-fe9485999dd1)

we cant have a single domain for a decentralised platform. you can't make it customisable because you need to ask user where he/she want to post it.

@eisraeli @RealA10N requesting your review