/zargen

A static site generator that just works.

Primary LanguagePythonMIT LicenseMIT

Zargen

GitHub issues GitHub forks GitHub stars GitHub license Made With Python

A static site generator that just works.

Get Started

For normal use:

  1. Download one of the release binairies.
  2. Add this binary to the PATH.
  3. Make sure your content is located in a docs folder.
  4. Run this commend in the current directory: zargen.

For development:

  1. Clone this repository: git clone https://github.com/Stilic/zargen.git.
  2. Install the dependancies with Pipenv: pipenv install.
  3. Do some code (maybe?).
  4. Run your code: python main.py.

License

This work is licensed under the MIT license.