Vulcan/sample_settings.json

45 lines
913 B
JSON
Raw Normal View History

{
"public": {
2016-03-30 09:10:12 +09:00
"title": "Your site title",
"tagline":"Your site tagline",
"logoUrl": "/foo.png",
"logoHeight": "80",
"logoWidth": "250",
"requirePostsApproval":false,
"requireViewInvite":false,
"requirePostInvite":false,
"enableNewsletter":true,
"autoSubscribe":false,
"emailNotifications":true,
"googleAnalyticsId":"123foo",
"embedlyKey":"123foo",
},
2016-03-30 09:10:12 +09:00
"mailChimpAPIKey": "123foo",
"mailChimpListId": "123foo"
"categories": [
{
"name": "Test Category 1",
"description": "The first test category",
"order": 4,
"slug": "testcat1"
},
{
"name": "Test Category 2",
"description": "The second test category",
"order": 7,
"slug": "testcat2"
},
{
"name": "Test Category 3",
"description": "The third test category",
"order": 10,
"slug": "testcat3"
}
2016-03-30 09:10:12 +09:00
]
}