NAME
pft show - Show the built site
SYNOPSIS
pft show [-v]
DESCRIPTION
Once the site is built with pft-make(1), it can be visualized locally by invoking pft show.
This command is really just syntactic sugar for:
$BROWSER ROOT/build/index.html
Where $BROWSER depends on the pft.yaml configuration file (see pft-init(1)) or by the $BROWSER environment variable if no browser is defined by the configuration.
OPTIONS
- --browser=command
-
The browser can be specified by name (e.g.
firefox) or as a sh(1) command line, where%sis replaced with the file name (e.g.firefox '%s').This flag overrides the
system.browsersetting in thepft.yamlfile. If neither the flag nor the setting are specified, the$BROWSERenvironment variable will be honored. - --help | -h
-
Show this help.