Metadata-Version: 2.1
Name: tigerblog
Version: 0.1.7
Summary: Simplest Blog Engine for Developers
Home-page: https://github.com/tigerteamx/tigerblog
Author: Martin F
Author-email: pypi.org@tigerteamx.com
Keywords: blog,productivity,bottlepy,peewee
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Tiger Blog Engine


Tiger Blog Engine (TBE)provides easy generation of website/blog pages. 
It creates index.html pages from your markdown files.


```
Usage:
  tigerblog.py build [--config=<config>] [--future]
  tigerblog.py serve
  tigerblog.py buildserve [--config=<config>] [--future]
  tigerblog.py print [--config=<config>]

Options:
  -h --help
```
