We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A book can have several tags. Need to decide if the tag should be a symbol or a string (or support both?)
nanoc.yaml
tags:
/tags/xxx/
/tags/
view-transition.js
thriller
sci-fi
fantasy
policier
histoire
amour
nature
humour
<meta property="book:tag" content="fantasy"> <meta property="book:tag" content="policier">
The text was updated successfully, but these errors were encountered:
Merge pull request #4 from opatry/1-book-tagging
c9c1778
Book tagging (closes #1)
Successfully merging a pull request may close this issue.
A book can have several tags.
Need to decide if the tag should be a symbol or a string (or support both?)
nanoc.yaml
for tags as symboltags:
field in the front matter/tags/xxx/
/tags/
page listing all tags/tags/xxx/
)view-transition.js
to properly take into account these URLs (trying to make the pattern more generic)thriller
,sci-fi
,fantasy
,policier
,histoire
,amour
,nature
,humour
, …The text was updated successfully, but these errors were encountered: