mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #545] [CLOSED] Initial setup and configure of Retype #1105
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?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/545
Author: @geoffreymcgill
Created: 4/22/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
cd9b9c9Initial setup and configure of Retypec663ae9Configure /src folder generation of .md docs📊 Changes
10 files changed (+118 additions, -18 deletions)
View changed files
📝
.github/workflows/ci.yml(+5 -2)➕
.github/workflows/retype.yml(+25 -0)📝
.gitignore(+3 -0)➕
api/index.yml(+2 -0)📝
changelog.md(+9 -6)➕
img/markdig-logo-dark.svg(+6 -0)➕
img/markdig-logo.svg(+6 -0)📝
readme.md(+18 -10)➕
retype.json(+42 -0)➕
src/index.yml(+2 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.