Starter template for a docs site using Docsify Themeable
To learn more about Docsify, see DocsifyJS Tutorial.
See the Docsify Themeable homepage for benefits of using that plugin and its styling and how you can further customize this template project.
- Get a copy of this repo using the template button above.
- Go to Settings of your repo.
- Go to the Pages tab.
- Enable GitHub Pages on the main branch on the
/docs
path. - Check the Environments tab on the repo main page.
- Wait for your site to build.
- Click View deployment to go the URL of your site.
e.g. https://michaelcurrin.github.io/docsify-themeable-quickstart/
This requires Node and make
(a Linux and macOS tool) to be installed. Or your preferred way of serving the docs directory as static content.
- Get of a copy of this repo or use the original one.
- Clone the repo.
- Start the docs server.
$ make docs
- Open in the browser:
Released under MIT by @MichaelCurrin.