Metadata-Version: 2.1
Name: blag
Version: 0.0.2
Summary: simple blog-aware static site generator
Home-page: https://github.com/venthur/blag
Author: Bastian Venthur
Author-email: mail@venthur.de
License: MIT
Keywords: markdown blag blog static site generator cli
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: feedgenerator
Requires-Dist: jinja2
Requires-Dist: markdown
Requires-Dist: pygments

# blag -- a simple, blog-aware static site generator

## Installation

```bash
$ pip install blag
```

## Usage

TBD


