Metadata-Version: 2.1
Name: hyde-generator
Version: 0.0.4
Summary: a simple static site generator
Home-page: https://github.com/0x44RU5H/hyde
Author: Aarush Gupta
Author-email: aarush@theaarushgupta.com
License: AGPLv3+
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: Markdown
Requires-Dist: jinja2
Requires-Dist: pyyaml

<p align = "center">
    <a href = "https://opensource.org/licenses/MIT">
        <img alt = "License" src = "https://img.shields.io/badge/License-AGPLv3-green.svg">
    </a>
    <a href = "https://pypi.org/project/hyde-generator/">
        <img alt = "Version" src = "https://img.shields.io/pypi/v/hyde-generator.svg">
    </a>
    <a href = "https://pypi.org/project/hyde-generator/">
        <img alt = "Downloads" src = "https://img.shields.io/pypi/dm/hyde-generator.svg">
    </a>
    <a href = "https://pypi.org/project/hyde-generator/">
        <img alt = "Supported Versions" src = "https://img.shields.io/pypi/pyversions/hyde-generator.svg">
    </a>
</p>

<h1 align = "center"><a href = "https://pypi.org/project/hyde-generator/">Hyde <code>v0.0.4</code></a></h1>
<h3 align = "center">A simple static site generator</h3>

## Usage

### If this is the first time running Hyde on your computer
Install the library with `pip3 install hyde-generator`. The PyPI page is [here](https://pypi.org/project/hyde-generator/)

### Continued from last steps or already installed Hyde
Run `hyde build` in the `sample/` directory (found in the Github repository) and then run `hyde serve` to see the built files.

## License
This code is licensed under the GNU AGPLv3 license and any later versions.

## Copyright &copy; 2021 Aarush Gupta
This code is copyrighted but licensed to the public under the GNU AGPLv3 license and any later versions. All html, styles, design elements, and text belongs to Aarush Gupta under the aforementioned copyright and not the license.

