How do I use a variable from the site _config.yml in a posts frontmatter?
I would like to do something like
---
github-id: site.github-id
---
However this literally sets it to the string "site.github-id".
How do I use a variable from the site _config.yml in a posts frontmatter?
I would like to do something like
---
github-id: site.github-id
---
However this literally sets it to the string "site.github-id".