Skip to content

buvis/mkdocs-zettelkasten

Repository files navigation

MkDocs Zettelkasten

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

Development

Update

  1. Update dependencies: make update
  2. Increment version in setup.py
  3. Test: make test
  4. Build: make build
  5. Check if compliant with PyPI: make check
  6. Publish the new version to PyPI: make publish