exhibit commandline script

exhibit

A Python static site generator

exhibit [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

-v, --verbose

Verbose output, can be used multiple times to increase logging level

create

Generate a starter site with a basic configuration for website.

exhibit create [OPTIONS] PATH

Options

-f, --force

overwrite destination if it exists

Arguments

PATH

Required argument

gen

Generate site from content_path

exhibit gen [OPTIONS]

serve

Serve files from deploy_path as a webserver would

exhibit serve [OPTIONS]

Options

-s, --server <server>

Hostname to serve the site at.

-p, --port <port>

Port to serve the site at.