seedproject-web/site.config.json

22 lines
657 B
JSON
Raw Normal View History

{
"name": "SeedProject Site",
"url": "https://example.com",
"description": "A short one-line description of this site, used for SEO and social sharing.",
"tagline": "A starter site built on SeedProject",
"language": "en",
"timezone": "America/New_York",
"author": {
"slug": "site-author",
"name": "Site Author",
"bio": "One-line author bio — who runs this site.",
"longBio": "A longer author biography paragraph describing who runs this site and their background.",
"avatar": "/avatar-placeholder.png",
"jobTitle": "Founder & Editor",
"knowsAbout": [],
"sameAs": []
},
"social": {
"twitter": ""
}
}