Add icon, tweak example config, update README
This commit is contained in:
26
config/example_config.json
Normal file
26
config/example_config.json
Normal 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/"
|
||||
}
|
||||
Reference in New Issue
Block a user