Open miguel-merlin opened 1 year ago
Reopening to create Blog template due to decision to make first Blog Post on Website
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.
my website implements exactly that. tag index
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.
https://github.com/lumeland/lume/discussions/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