Skip to content

Instantly share code, notes, and snippets.

@scripting
Created October 2, 2023 14:56
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/3f43bd5b7b5b05dad62214102085c2aa to your computer and use it in GitHub Desktop.
Save scripting/3f43bd5b7b5b05dad62214102085c2aa to your computer and use it in GitHub Desktop.
An example of a PagePark config.json file to access a private repo via the web
{
"githubServeFrom": {
"username": "scripting",
"repository": "SomePrivateRepo",
"path": "docs",
"accessToken": "hellofromsanjose"
},
"indexFilename": "README",
"urlDefaultMarkdownTemplate": "https://s3.amazonaws.com/scripting.com/code/feedland/docswebsite/markdowntemplate.txt",
"pageParams": {
"productnameForDisplay": "Review Docs"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment