Home
Daily
πŸ—’οΈ FlexiBlog: How to add Authors, Categories
December 22, 2025
1 min

Table Of Contents

01
βœ… 1. Adding an Author
02
βœ… 2. Adding a Category

βœ… 1. Adding an Author

Each author is stored as a JSON file + optional portrait image inside:

site/content/authors/

Example structure:

site/content/authors/
│── john-doe.json
└── john-doe.png

Example 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"]
}

βœ… 2. Adding a Category

Each category is stored as a JSON file + icon (SVG) inside:

site/content/categories/

Example structure:

site/content/categories/
│── advertising.json
└── advertising.svg

Example advertising.json:

{
"name": "Advertising",
"icon": "advertising.svg",
"color": "#c6f6d5",
"description": "Short description of the category"
}


Tags

#FlexiBlog

Share

Related Posts

πŸ—’οΈ FlexiBlog
πŸ—’οΈ FlexiBlog: How to add Post, Images, and Videos
December 23, 2025
1 min
Β© 2025, All Rights Reserved.
Powered By

Social Media

githublinkedinyoutube