This is a starter kit to create an open Docsify documentation site on Glitch, with a link automatically created on each page to edit the source Markdown text on Glitch.
Figure 1. Docsify Open Publishing Starter Kit for Glitch. Explore a demo at docsify-open-publishing-starter-kit.glitch.me/#/
Pre-flight Checklist
Installation Steps
- Copy the Git address of this GitHub repository (https://github.com/hibbitts-design/docsify-open-publishing-starter-kit-for-glitch.git)
- Create a new Glitch Project, select Import from GitHub , and paste the Git address previously copied to your clipboard
- And you're done! (view your new site using the the Show button)
- Edit the file
index.html
in your Glitch files - Find the sample Glitch project URL
'https://glitch.com/edit/#!/docsify-open-publishing-starter-kit'
and replace it with your own Glitch project URL, for example'https://glitch.com/edit/#!/your-glitch-project-name'
- Save your changes.