Metadata-Version: 2.1
Name: whiskey-flask
Version: 0.8
Summary: Whiskey makes writing happen.
Home-page: https://github.com/nickwynja/whiskey
Author: Nick Wynja
Author-email: nick@nickwynja.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: click
Requires-Dist: configparser
Requires-Dist: feedgen
Requires-Dist: flask-flatpages
Requires-Dist: frozen-flask
Requires-Dist: Flask-Babel
Requires-Dist: Jinja2
Requires-Dist: Markdown
Requires-Dist: MarkupSafe
Requires-Dist: panflute
Requires-Dist: Pygments
Requires-Dist: pytz
Requires-Dist: python-dotenv
Requires-Dist: pypandoc
Requires-Dist: weasyprint

# :tumbler_glass:  Whiskey makes writing happen.

 Whiskey is a static site generator focusing on making writing happen. It gets
 out of the way so you can focus on telling your story.

## Features

* Built around flat Markdown files using the power of Pandoc
* Built-in publish and backup functionalities
* Command-line driven
* Has an "update" post-style for tweet-like posts
* Generates feeds of regular posts, update posts, and all posts so you
  can integrate updates with sites like [micro.blog](https://micro.blog)

## Install

To install Whiskey, run:

```sh
python3 -m pip install whiskey-flask
```

For an example site to get started, see
[nickwynja/whiskey-example](https://github.com/nickwynja/whiskey-example). To
see Whiskey in use, visit [nickwynja.com](https://nickwynja.com).


