Finish initial script

This commit is contained in:
2025-06-06 20:28:10 -05:00
parent fad2223495
commit 99c493c199
2 changed files with 16 additions and 29 deletions

View File

@@ -3,6 +3,7 @@
"postTypes": [
{
"name": "Now Burning",
"postUnitName": "incense",
"contentEnabled": true,
"frontMatter": [
{
@@ -18,28 +19,9 @@
"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/"
"postDirectory": ""
}
],
"uploadCommand": "update-website",
"siteDirectory": "/home/n_u/Repos/nathanupchurch.com/"
"uploadCommand": "",
"siteDirectory": ""
}