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

Create data file to store information of authors #14

Closed
cseas opened this issue Oct 16, 2019 · 4 comments · Fixed by #20
Closed

Create data file to store information of authors #14

cseas opened this issue Oct 16, 2019 · 4 comments · Fixed by #20

Comments

@cseas
Copy link
Contributor

cseas commented Oct 16, 2019

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

@Amorpheuz
Copy link
Member

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.

@cseas
Copy link
Contributor Author

cseas commented Oct 16, 2019

Using Collections for automatically rendering author pages sounds like a good idea. If I understand correctly, we can implement Collections in a _data file as discussed Jekyll Issues.

Until the author data is implemented as a Collection, we might need to create separate pages manually for each author as done here.

@karx
Copy link
Contributor

karx commented Oct 16, 2019

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 _pages for thing like - about us, team, donate, 404, etc. (if and when needed)

@asdofindia
Copy link
Contributor

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)

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

Successfully merging a pull request may close this issue.

4 participants