13 lines
225 B
Markdown
13 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
|
|
```
|