hlilo-website/config.json

19 lines
357 B
JSON

{
"base_url": "https://example.com",
"site_title": "Next.js Static CMS Blog",
"site_description": "example.com",
"site_keywords": [
{
"keyword": "Next.js"
},
{
"keyword": "Static CMS"
},
{
"keyword": "React"
}
],
"posts_per_page": 5,
"twitter_account": "@my-account",
"github_account": "myaccount"
}