Skip to content

Instantly share code, notes, and snippets.

@scripting
Created May 23, 2015 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scripting/af9df0198db5daa3c982 to your computer and use it in GitHub Desktop.
Save scripting/af9df0198db5daa3c982 to your computer and use it in GitHub Desktop.
An example prefs.json file for PagePark that includes a domainMap section.
{
"myPort": 80,
"indexFilename": "index",
"flProcessScriptFiles": true,
"extScriptFiles": "js",
"flProcessMarkdownFiles": true,
"extMarkdownFiles": "md",
"domainMap": {
"judgment.club": 5351,
"twitter.radio3.io": 5342,
"twitter.happyfriends.camp": 5338
}
}
@scripting
Copy link
Author

This feature is documented in the notes for v0.59.

https://github.com/scripting/pagepark#v059-52315-by-dw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment