This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).
For more information, head on over to the documentation
- Update dependencies:
make update
- Increment version in
setup.py
- Test:
make test
- Build:
make build
- Check if compliant with PyPI:
make check
- Publish the new version to PyPI:
make publish