Trying to convert my hugo theme Granite(based on Slate)
Environment
Zola Version: 0.9.0
Issues I'm having
The theme uses Data Templates to parse a [links.yml](https://github.com/Th3Whit3Wolf/granite/blob/master/exampleSite/data/links.yml) file inside of a data/ folder to get an array of tiles. This is nice because it let's whomever wants to use my theme create a startpage with all of their commonly used websites without needing to know a lot about the tool that's making the static website. What is the best to do this with zola?
Trying to convert my hugo theme Granite(based on Slate)
Environment
Zola Version: 0.9.0
Issues I'm having
The theme uses Data Templates to parse a
[links.yml](https://github.com/Th3Whit3Wolf/granite/blob/master/exampleSite/data/links.yml)
file inside of adata/
folder to get an array of tiles. This is nice because it let's whomever wants to use my theme create a startpage with all of their commonly used websites without needing to know a lot about the tool that's making the static website. What is the best to do this with zola?