Using pagePark on Digital Ocean droplet. [It works!] In pagePark, tried config.json of :
{
"urlSiteContents": "http://oldschool.scripting.com/sbwTweet"
}
In browser, the blog rendered, but then browser would show locally stored ".opml" files unrendered.
Then tried:
{
"defaultExtension": "opml",
"urlSiteContents": {
"/": { "http://oldschool.scripting.com/sbwTweet"
}
}
Browser showed local ".opml" file rendered, but browser showed blog as a 404.
Goal is to get Drummers’ Blog, Links, and About to show in browser and then serve other ".html" and ."opml" files to serve/render from pagePark files in the domains folder.
Didn’t find in the docs, comments where this is addressed. Thank you for help and or pointers.