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
Hello there!
There's something I don't get with the way tags are handled in the portfolio list page. This the content of my data/portfolio.yml :
data/portfolio.yml
portfolio: filter: - label: plugin value: plugin - label: commercial value: commercial - label: installation value: installation - label: backend value: backend - label: software value: software - label: teaching value: teaching - label: hardware value: hardware
And in one of my portfolio's article, I set the header as so :
categories = ["backend", "hardware"]
Though in the portfolio list page, I only get the All tag, the others do not show up (I would have expected "backend" and "hardware" buttons).
All
Have I missed something?
Thanks!
EDIT: looks related to #5
The text was updated successfully, but these errors were encountered:
Sorry, I should have left an example, or maybe the docs are wrong. The portfolio.yml root key should be filter, like this
portfolio.yml
filter
filter: - label: Web Dev value: web-dev
Sorry, something went wrong.
Oh, sure, thanks! Don't know where I got that from :)
No branches or pull requests
Hello there!
There's something I don't get with the way tags are handled in the portfolio list page. This the content of my
data/portfolio.yml
:And in one of my portfolio's article, I set the header as so :
Though in the portfolio list page, I only get the
All
tag, the others do not show up (I would have expected "backend" and "hardware" buttons).Have I missed something?
Thanks!
EDIT: looks related to #5
The text was updated successfully, but these errors were encountered: