Skip to content

Instantly share code, notes, and snippets.

@gdecaso
gdecaso / config.yml
Created September 25, 2020 19:41
Micropub GitHub Pages configuration example for https://github.com/lildude/micropub-github-pages
sites:
mysite:
# This must point to the GitHub repo that's hosting your user/org GitHub Page
github_repo: [you]/[you].github.io # just an example!
# The permalink format that your GitHub Page uses.
# If you don't know what this is, just leave it be.
# It's used by the Micropub server to return the created post URL back to the client (e.g., ThreadReaderApp).
permalink_style: "/:year/:month/:day/:title/"