Skip to content

Set config.json to serve Drummer blog and render/serve local html/opml files? #28

@sbwaters

Description

@sbwaters

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions