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

Allow disabling of author names on listing pages #29

Open
apreshill opened this issue Nov 20, 2020 · 0 comments
Open

Allow disabling of author names on listing pages #29

apreshill opened this issue Nov 20, 2020 · 0 comments

Comments

@apreshill
Copy link
Contributor

apreshill commented Nov 20, 2020

For team sites it is a great feature to see content authors listed on the listing pages, but for individual sites it can feel self-congratulatory to list your name over and over again. With distill, we enabled this in the _site.yml file- author names are printed by default but you can disable this with:

---
collections:
  posts:
    authors_metadata: false
---

It would be great to be able to do this on a site- and per-post level, and I think relatively easy to do with Hugo.

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

No branches or pull requests

1 participant