Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 524 Bytes

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