Each author is stored as a JSON file + optional portrait image inside:
site/content/authors/
site/content/authors/βββ john-doe.jsonβββ john-doe.png
john-doe.json:{"name": "John Doe","title": "Web Developer","description": "This is a short bio of the author.","thumbnail": "john-doe.png","social": [{ "name": "Github", "url": "https://github.com/johndoe" },{ "name": "Twitter", "url": "https://twitter.com/johndoe" },{ "name": "Website", "url": "https://johndoe.com" }],"skills": ["React", "Javascript", "Gatsby"]}
Each category is stored as a JSON file + icon (SVG) inside:
site/content/categories/
site/content/categories/βββ advertising.jsonβββ advertising.svg
advertising.json:{"name": "Advertising","icon": "advertising.svg","color": "#c6f6d5","description": "Short description of the category"}