You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern SSGs are a good example to look for on how tags are implemented.
In short, each blog can have a list of tags.
The blog will have a tag index, in which the list of tags are listed.
And there will be an index for each tag that shows all the blog that has the tag.
Here is a github discussion where it is mentioned how to implement search functionality to display current blog posts based on tags and other cool search stuff. lumeland/lume#398
Description
In the
layouts
folder addblogs.njk
with the template for the blog page. The template should contain the following:Example
https://medium.com/blueprint
The text was updated successfully, but these errors were encountered: