The art export html $DEST command can be used to create a static site which
is included on github. For an example, see
artifact's own design docs
In order to make a github page for your site that hosts your design documents:
- Activate github pages (we will be using the
index.htmloption) - Run
art export html, which will generate anindex.htmlfile among other necessary files and folders. - Run
git add index.html cssto add the generated files. - Push to master or to
gh-pagesbranch.
That's it! You should be able to navigate to
http://<username>.github.io/<repo-name>/ to view your page!