Skip to content

jlollis/ivy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
  --help              Print the application's help text and exit.
  --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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.8%
  • CSS 33.0%
  • Makefile 4.2%