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(homepage): allow hiding posts listing #317

Closed welpo closed 1 month ago

welpo commented 1 month ago

Summary

Added the possibility of hiding posts on the main page.

To achieve this, do not set paginate_by nor section_path in the [extra] section of an _index.md file.

Related issue

Resolves #316.

Changes

Accessibility

No changes.

Type of change


Checklist