Fork this reprository to create your own Vinaya Notes Module!
- Fork this repo (more info)
- Fill in the
metadata.yamlfile with your folder's information - Update this
README.mdwith your own introduction to your module. Be sure to include any relevant copyright information! - Copy your notes over to this repo (treat the repo root directory as your module's root directory, i.e. this repo could live inside a vault)
- When you're ready, set the "if" in
.github/workflows/release.yamlto "true" - Commit and push your changes to GitHub
- You'll see a new release created with your notes in a
.zipfile alongside a.vnmmodule file
This repo comes with a GitHub Actions script (at .github/workflows/release.yaml)
which will automatically create a new GitHub Release with your Module every time
you push an update to the main branch.
Your latest .vnm file will always live at https://github.com/your-name/your-repo-name/releases/latest/download/manifest.vnm
If you'd like to add a custom build step, just modify the release.yaml file to add whatever build steps you need.
The Canon (Pali) folder, for example, uses a custom generate.py python script to build its folder.
You can see its build script here.