shlomiassaf / devchat-eleventy

New devchat.tv build on eleventy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devchat-eleventy

How to add yourself as an author

This repository is quite large. You can either clone it locally, or submit your request through the GitHub interface. Go to src/_data/authors/. Then, create a new file. It should be in this format:

{
  "name": "Charles Max Wood",
  "photo": "cmaxw.jpg",
  "bio": "Charles Max Wood is the CEO of Devchat.tv and host of several podcasts about software development at Devchat.tv. His passions are creating podcats for software developers, watching soccer, and playing Dungeons and Dragons. He lives in Utah with his wife, Heather, and 5 children.",
  "twitter": "https://twitter.com/cmaxw",
  "facebook": "https://facebook.com/charlesmaxwood",
  "linkedin": "https://linkedin.com/cmaxw",
  "instagram": "https://instagram.com/charlesmaxwood"
}

Please name it firstname-lastname.json.

That should be all.

About

New devchat.tv build on eleventy


Languages

Language:CSS 63.1%Language:HTML 23.5%Language:JavaScript 12.9%Language:Ruby 0.5%