funkydan2 / hugo-kiera

Kiera - A Hugo Theme for writing
https://hugo-kiera.netlify.app
MIT License
73 stars 55 forks source link

improve social networks links handling #12

Closed alfredocambera closed 4 years ago

alfredocambera commented 4 years ago

Found a theme and I think it uses a very interesting approach, as it doesn't requires to clutter the main configuration file and provides a lot of flexibility. I had to go to the partials corresponding file to find out how the strings were built.

https://github.com/halogenica/beautifulhugo/blob/master/data/beautifulhugo/social.toml

What do you think?

funkydan2 commented 4 years ago

Yeah - that's nice, and was very easy to implement.

alfredocambera commented 4 years ago

Great, thanks a lot Dan.