francodacosta / grav-plugin-page-stats

better page stats for Grav
MIT License
7 stars 4 forks source link

feat: frontmatter exclude page from processing #6

Closed francodacosta closed 2 years ago

francodacosta commented 2 years ago

Add support to exclude a page from being processed via front matter setting

eg:

---
page-stats:
    process: false
---

see #3