Back to Ohmyzsh

Nanoc plugin

plugins/nanoc/README.md

latest1.1 KB
Original Source

Nanoc plugin

This plugin adds some aliases and autocompletion for common Nanoc commands.

To use it, add nanoc to the plugins array in your zshrc file:

zsh
plugins=(... nanoc)

Aliases

AliasCommandDescription
nnanocMain Nanoc command
nconanoc compileCompile all items of the current site
ncsnanoc create-siteCreate a new site at the given path. The site will use the filesystem data source
ndnanoc deployDeploy the compiled site to the destination (specified with --target)
npnanoc pruneRemove files not managed by Nanoc from the output directory
nvnanoc viewStart the static web server (on port 3000 and all IP addresses, unless specified)