welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

✨ feat: allow showcasing featured projects on homepage #297

Closed welpo closed 2 months ago

welpo commented 2 months ago

Summary

Allows showcasing a selection of n projects on the home page.

Related issue

Resolves #291.

Changes

To use this option, set the projects_path on your content/_index.md file:

[extra]
projects_path = "projects/_index.md"

It's possible to set the maximum number of projects with max_projects. By default, projects are shown after the posts. To reverse the sorting (show projects first), set show_projects_first = true.

Accessibility

Uses semantic HTML and styling from the Projects section; keyboard navigation, colour contrast etc. was already OK.

Screenshots

projects

Type of change


Checklist