Metadata-Version: 2.1
Name: harrix-pyssg
Version: 0.6
Summary: Static site generator
Home-page: https://github.com/Harrix/harrix-pylib
Author: Anton Sergienko
Author-email: anton.b.sergienko@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

# Harrix-Static-Site-Generator

**In development.**

A simple static website generator in Python.

## Install

Pip:

```console
pip install harrix-pyssg
```

Pipenv:

```console
pip update harrix-pyssg
```

## Update

Pip:

```console
pipenv install harrix-pyssg
```

Pipenv:

```console
pipenv update harrix-pyssg
```

## Development

If you don't have [pipenv](https://pipenv.pypa.io/en/latest/) installed, then you can install it via the commands:

```py
python -m pip install virtualenv
python -m pip install pipenv
```

Installing packages by file `Pipfile`:

```py
pipenv install --dev
pipenv shell
```
