mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #545] Initial setup and configure of Retype #1110
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/xoofx/markdig/pull/545
State: closed
Merged: No
Setup and configure Retype static site generator for Markdig.
Based on https://github.com/xoofx/markdig/issues/439#issuecomment-824489198.
This generated website can be hosted from GitHub Pages, although the repo owner would need to make one simple config to enable the GitHub Pages hosting. Details available at:
https://retype.com/guides/github_actions/#pick-a-branch
The website could also be hosted from a custom domain or subdomain. If that's the case, a couple of minor changes would need to be made to the
retype.json. Based on the following docs:https://retype.com/guides/github_actions/#custom-domain
The following two changes would be required in the
retype.jsonif using custom domain or subdomain hosting with GitHub Pages:Revised retype.json for custom domain or subdomain
No worries if this is of no interest; feel free to close or delete the PR.
Hope this helps.