-
Notifications
You must be signed in to change notification settings - Fork 14
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
Create data file to store information of authors #14
Comments
We could also implement them as a Collection rather than a Data file which should allow us to make authors have their own pages for displaying any related info. Collections allow outputting rendered pages for documents. I would love to hear what others have to say about either of the approaches. |
Using Collections for automatically rendering author pages sounds like a good idea. If I understand correctly, we can implement Collections in a Until the author data is implemented as a Collection, we might need to create separate pages manually for each author as done here. |
I would sway in the way of either
The third approach mentioned @cseas about using separate pages does not make sense to me. We should restrict the |
This was closed automatically. Feel free to reopen or create new issue if we want to switch to collections. At the moment I think it is okay to not have separate generated pages for authors (let us focus on content and let us push people to publish to get their name somewhere on the blog) |
There should be a single place from where posts can collect information about the authors to display, given their username. This can be done by adding them in the _config.yml file or creating a separate data file for authors.
I'd recommend creating a separate data file since there already are a lot of authors on the blog and more to come. Here's an example
The text was updated successfully, but these errors were encountered: