Add icon, tweak example config, update README

This commit is contained in:
2025-06-08 18:32:03 -05:00
parent 1d0c97cc94
commit 75c781fbf0
3 changed files with 155 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
{
"buildCommand": "npx @11ty/eleventy",
"postTypes": [
{
"name": "Now Burning",
"postUnitName": "incense",
"frontMatter": [
{
"name": "title"
},
{
"name": "manufacturer"
},
{
"name": "date"
},
{
"name": "time"
}
],
"postDirectory": "/home/me/my-website/now-burning/"
}
],
"uploadCommand": "rsync ...",
"siteDirectory": "/home/me/my-website/"
}