This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/README.md
2021-12-19 21:44:02 +01:00

14 lines
225 B
Markdown

# Blog
Simple blog management system.
The authoritative source for this repo is at https://git.augendre.info/gaugendre/blog
Hosted at https://gabnotes.org
## Development
```shell
inv test-cov
inv build publish deploy
```