Skip to content
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

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

Open
miguel-merlin opened this issue Nov 5, 2023 · 3 comments
Open

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

miguel-merlin opened this issue Nov 5, 2023 · 3 comments
Labels

Comments

@miguel-merlin
Copy link
Member

miguel-merlin commented Nov 5, 2023

Description

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

  • Header (Stevens Blueprint)
  • Navbar to search project blogs, people blogs, tech blogs, news & events blog, link to redirect to sitblueprint.com
  • Option to search blogs by tags
  • Grid to see published blogs

Example

https://medium.com/blueprint

@miguel-merlin miguel-merlin changed the title Create blog template Create blogs template (Page to display published blogs) Nov 5, 2023
@ShawnAviles ShawnAviles reopened this Feb 16, 2024
@ShawnAviles
Copy link
Contributor

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

@ShawnAviles ShawnAviles self-assigned this Feb 16, 2024
@ezrizhu
Copy link
Member

ezrizhu commented Feb 17, 2024

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 ShawnAviles removed their assignment Mar 15, 2024
@ShawnAviles
Copy link
Contributor

ShawnAviles commented Mar 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants