stevensblueprint / blueprint_website

Blueprint Website
https://sitblueprint.com/
5 stars 6 forks source link

Create ```blogs``` template (Page to display published blogs) #36

Open miguel-merlin opened 1 year ago

miguel-merlin commented 1 year ago

Description

In the layouts folder add blogs.njk with the template for the blog page. The template should contain the following:

Example

https://medium.com/blueprint

ShawnAviles commented 9 months ago

Reopening to create Blog template due to decision to make first Blog Post on Website

ezrizhu commented 9 months ago

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

ShawnAviles commented 8 months ago

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