-
Notifications
You must be signed in to change notification settings - Fork 35.2k
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
Displaying tags in posts? #214
Comments
|
You may take a look at my pull request or at my fork of this repository where I implemented a full tag system where all you have to do is exactly what you just did, then the tags will show and will auto-generate pages for every tag. |
|
@Theby Would your PR work with Github Pages, because AFAIK Github Pages does not run any Ruby code from plugins? |
|
It does work, in fact I'm actually using it in my github page www.spoonmangames.cl. |
|
I checked and you were rigth, I didn't test it live, but what you can do is use the plugin and then copy the _site/tag/ folder outside of _site, everything should work then |
|
@Theby generating the tags upfront and moving However I've noticed when tag index pages are generated the markdown text is not rendered in the resulting pages. Have an idea about this issue? Here's an example of what I'm referring to: As you can see the Markdown text is not rendered when displaying "tag index" pages. |
|
I'm gonna check on that, It's happening to me too. |
|
A couple of other folks have implemented tags in the past. Check 'em out: Cheers, |
Aggiunto logo actionaid (issue barryclark#168)
Add more information for a command
…yarn/stylelint-config-primer-8.0.0 Bump stylelint-config-primer from 7.0.1 to 8.0.0
Pretty new to Jekyll and Github pages, but after looking around for how to add tags in posts it appears that I should be using
tagsin the post front matter, similar to this:However doing that in Jekyll Now doesn't seem to display the tags.
How can I display the tags a post has or create a block of tags used in the blog site, which would allow easier user navigation?
Thanks,
Marin
The text was updated successfully, but these errors were encountered: