Metadata-Version: 2.1
Name: blarg
Version: 0.1.0
Summary: My new blog
Author-email: Daniel Roy Greenfeld <daniel@feldroy.com>
Maintainer-email: Daniel Roy Greenfeld <daniel@feldroy.com>
License: GNU General Public License v3
Project-URL: Homepage, https://github.com/pydanny/blarg
Project-URL: Bug Tracker, https://github.com/pydanny/blarg/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: jinja2
Requires-Dist: typer
Requires-Dist: rich
Requires-Dist: jinja2~=3.0
Requires-Dist: markdown~=3.2
Requires-Dist: pymdown-extensions
Requires-Dist: pygments

# Blarg README

Installation:

```
git clone git@github.com:pydanny/blarg.git
cd blarg
pip install -e .
```

Building:

```
blarg build .
```


Serving the site:

```
blarg serve
```
