Poaster/poasterConfig.json

26 lines
690 B
JSON

{
"buildCommand": "npx @11ty/eleventy",
"postTypes": [
{
"name": "Now Burning",
"contentEnabled": true,
"frontMatter": [
{
"name": "Title",
"allowEmpty": false,
"inputType": "text"
},
{
"name": "Date",
"allowEmpty": false,
"inputType": "date"
}
],
"titlePrefix": "Now Burning: ",
"titleSuffix": ""
}
],
"uploadCommand": "update-website",
"workingDirectory": "/home/n_u/Repos/nathanupchurch.com/"
}