How to publish a stencil on Github Pages #
Use the
Inkscape
Extension to create your stencil-directory. Make sure to check Create GitHub Pages Workflow
and also create index.html
and readme.md
.
On Github create a new repository and follow instructions to add the contents of your stencil directory to the new repository.
Make sure to add .github
cd my-repo
git add .github
git commit -m "add github workflow"
git push
When the repo is pushed setup github pages.
- Go to the repo settings
- Go to the pages section
- Choose the root of the main branch as pages source
- Thats it, after a few minutes you can click the link and a preview of your stencil should be visible.