koka-lang / madoko

Madoko is a fast markdown processor for high quality academic and technical articles
Other
394 stars 42 forks source link

GitLab Repository Support in Madoko Online Editor #12

Open bwklein opened 7 years ago

bwklein commented 7 years ago

GitLab offers some unique advantages over GitHub in terms of CI/CD and site hosting. Here you can see where I am using GitLab CI to build HTML files from Madoko files in my repository. bryanklein.com CI File I then integrate the HTML output into my static site generated by Hugo in the same GitLab CI/CD script.

It would be great to be able to connect to the GitLab repo directly with the Madoko online editor, like we can do now with GitHub, then I can edit my files and the documents and site would be rebuilt when I push or merge to master.