.Site.Data.Tags - This is what I want to do...
This is what I have
- I have a tags directory inside my data directory
- There I have yaml files for each tag, giving them more info…
Goal
- What I want is to be able to join them with the hugo tag structure
- if possible site wide. If not, at least on the current page
Example of a yaml file: test.yml
Title: Test
Weight: 10
Description:
- Test test test and more tests
Active: true
Website: https://www.google.com/search?q=test
Facebook: https://www.facebook.com/test
Instagram:
icon: /fontawesomeicons/1687991370258.png
The whole dump
- see: /pages/dump/
( _default\single - Kind='page' )