Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for referencing terms in YAML Frontmatter using Jekyll #13

Open
lukenoaa opened this issue Nov 21, 2024 · 0 comments
Open

Comments

@lukenoaa
Copy link
Member

Add support for referencing terms in YAML Frontmatter using Jekyll (or Hugo). Now that we have all the terms at the top in the YAML frontmatter, we can reference those terms when they appear in the Markdown body. Example (I put this file in the repo but it doesn't render correctly yet):

---
title: "My Document"
author: "John Doe"
date: "2024-11-16"
---

# {{ page.title }}

Written by {{ page.author }} on {{ page.date }}.

The downside is most Markdown renderers don't support Jekyll natively. So far it looks like the best way to get the documents to render the content for viewing and printing is GitHub Pages. We could make a GitHub Pages site for our AOML protocols repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant