I want to range through some social links and display them sitewide which have the same variables (name, URL, weight). Up to now, after reading the docs, I am seeing three ways:
Create the links as a menu in config.toml or config/_default/menus.toml
Use cascade (it works in the root _index.md of the content section)
Create a data file in the data folder.
Of course there is also the option to hard code the links. Other than that, is there a recommended way to do this?