gduverger / ivy

A static website generator built in Python.

Home Page:https://darrenmulholland.com/docs/ivy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ivy

Ivy is a static website generator built in Python. It's small, elegant, and easy to use.

$ ivy --help

Usage: ivy [FLAGS] [COMMAND]

  Ivy is a static website generator. It transforms a directory of text
  files into a self-contained website.

Flags:
  -h, --help          Print the application's help text and exit.
  -v, --version       Print the application's version number and exit.

Commands:
  build               Build the site.
  clear               Clear the output directory.
  init                Initialize a new site directory.
  serve               Run a web server on the site's output directory.
  tree                Print the site's node tree.
  watch               Monitor the site directory and rebuild on changes.

Command Help:
  help <command>      Print the specified command's help text and exit.

About

A static website generator built in Python.

https://darrenmulholland.com/docs/ivy/

License:The Unlicense


Languages

Language:Python 75.3%Language:CSS 24.7%