adfaure / kodama-theme

Theme for zola inspired by hugo academic theme.
https://adfaure.github.io/kodama-theme/
MIT License
18 stars 9 forks source link

Link on author names #16

Closed plafourc closed 2 months ago

plafourc commented 2 months ago

Hi, I’m still working on my academic webpage...

In the list of publications, I would like to add a link on the authors’ names (so visitors can reach the webpages of my co-authors). Looking into the code I see a links_allowed variable that seems to be designed for this, but I can’t find how to use it in the docs.

Thanks :)

adfaure commented 2 months ago

Hi,

The links_allowed works with the taxonomies feature of zola, and it will create a link that points inside your website. I believe it has been added by Piotr.

For your use case, you can maybe override the authors macro (I don't know if it is possible with zola) to include your logic?

plafourc commented 2 months ago

Ok I see it’s no so simple then. I’ll figure it out don’t worry. Closing the issue. Thank you!

adfaure commented 2 months ago

Okay, good luck :)