eslint / archive-website

The ESLint website
https://eslint.org
MIT License
95 stars 244 forks source link

Update: add authors field to blog posts #871

Closed thomasgilmore closed 2 years ago

thomasgilmore commented 2 years ago

fixes issue #568 by adding authors to blog posts.

I only did a couple of blog posts so far. I wanted to make sure this is how you wanted it done before I continued with the rest of the blog posts.

netlify[bot] commented 2 years ago

✔️ Deploy Preview for eslint ready!

🔨 Explore the source changes: 788ad17802f35112c1c9bd6f0383d0a24467ce4d

🔍 Inspect the deploy log: https://app.netlify.com/sites/eslint/deploys/61720c0a8394800007e5a360

😎 Browse the preview: https://deploy-preview-871--eslint.netlify.app

linux-foundation-easycla[bot] commented 2 years ago

CLA Signed

The committers are authorized under a signed CLA.

nzakas commented 2 years ago

@thomasgilmore95 this is amazing. Really, you can stop adding authors to blog posts now. Going back six years is plenty! Getting the authors.JSON file setup and used by the template is the last step.

thomasgilmore commented 2 years ago

@nzakas I only had a couple of 2014 blog posts to add authors to so I finished them. I named the authors.JSON file contributors.JSON because it will list all of the authors / contributors based on how I did the blog posts authors and template. Let me know if you want me to make changes.

nzakas commented 2 years ago

Awesome, thanks! It looks like the post template is still outputting the GitHub username. Can you change that to output the real name and have the real name link to their GitHub profile?

thomasgilmore commented 2 years ago

I changed the authors to have their real name and have the real name link to their GitHub profile. Let me know if you want me to make any changes.

nzakas commented 2 years ago

This looks great! Thank you. 🙏