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

Keywords should be available in Jekyll front matter #2

Open
dagoss opened this issue Mar 19, 2016 · 0 comments
Open

Keywords should be available in Jekyll front matter #2

dagoss opened this issue Mar 19, 2016 · 0 comments

Comments

@dagoss
Copy link
Owner

dagoss commented Mar 19, 2016

When keywords (or indexterms) appear in a topic, they should be added to the Jekyll frontmatter as tags. So this:

<prolog>
 <metadata>
  <keywords>
   <keyword>installing</keyword>
   <keyword>uninstalling</keyword>
   <keyword>prerequisites</keyword> 
   <keyword>helps</keyword>
   <keyword>wizards</keyword>
  </keywords>
 </metadata>
</prolog>

Should result in this


---
tags: instaling, uninstalling, prerequisites, helps, wizards

---

It should be possible to turn this on/off with an Ant parameter

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