Changes
This commit is contained in:
45
config/config.json
Normal file
45
config/config.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"buildCommand": "npx @11ty/eleventy",
|
||||
"postTypes": [
|
||||
{
|
||||
"name": "Now Burning",
|
||||
"contentEnabled": true,
|
||||
"frontMatter": [
|
||||
{
|
||||
"name": "title"
|
||||
},
|
||||
{
|
||||
"name": "manufacturer"
|
||||
},
|
||||
{
|
||||
"name": "date"
|
||||
},
|
||||
{
|
||||
"name": "time"
|
||||
}
|
||||
],
|
||||
"postDirectory": "/home/n_u/Repos/nathanupchurch.com/content/now_burning/"
|
||||
},
|
||||
{
|
||||
"name": "Now Listening",
|
||||
"contentEnabled": true,
|
||||
"frontMatter": [
|
||||
{
|
||||
"name": "title"
|
||||
},
|
||||
{
|
||||
"name": "artist"
|
||||
},
|
||||
{
|
||||
"name": "date"
|
||||
},
|
||||
{
|
||||
"name": "time"
|
||||
}
|
||||
],
|
||||
"postDirectory": "/home/n_u/Repos/nathanupchurch.com/content/now_listening/"
|
||||
}
|
||||
],
|
||||
"uploadCommand": "update-website",
|
||||
"siteDirectory": "/home/n_u/Repos/nathanupchurch.com/"
|
||||
}
|
Reference in New Issue
Block a user