Skip to content

v1.0.3

Compare
Choose a tag to compare
@gouravkhunger gouravkhunger released this 09 May 10:01
· 1 commit to main since this release
34481da

v1.0.3 🎉

Changelog

This release adds the exclude functionality where authors can be skipped from auto pages generation.

  • Adding the exclude: ["author1", "author2", ...] attribute in authors autospage config in _config.yml file force excludes those author pages from being generated even if they have posts assigned to them.
  • Adding exclude: true attribute to a specific author's data in a given data file does a soft exclude which works only if the author does not have any post assigned to them.

Check out README.md for more information.

Files changed >