'YAML: add link / reference to external document
How can I add a link to a YAML file that points to, e.g. another web site? The description field would be fine.
I read the YAML documentation but could not find a reference to "external references".
Solution 1:[1]
YAML does not include any kind of "import" or "include" statement.
BUT what you can do is to use PyYAML (documentation here).
Also, read this previous post, there are some solutions you may want to use to your case.
Solution 2:[2]
I was looking for the same, this may help too.
<a href="https://..." target="_blank">click to open the extarnal tab</a>
Solution 3:[3]
This works title: Test Release and Updates name: Developed and maintained by Testing Team description: Testing Landing Page theme: jekyll-theme-cayman github: is_project_page: false
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Community |
| Solution 2 | Seyma Kalay |
| Solution 3 | Sisi |
