DESCRIPTION

Nikola is a tool to create static websites and blogs. For full documentation and more information, please visit http://getnikola.com/

Available commands:

nikola auto

automatically detect site changes, rebuild and optionally refresh a browser

nikola bootswatch_theme

given a swatch name from bootswatch.com and a parent theme, creates a custom theme

nikola build

run tasks

nikola check

check links and files in the generated site

nikola clean

clean action / remove targets

nikola console

start an interactive Python console with access to your site

nikola deploy

deploy the site

nikola doit_auto

automatically execute tasks when a dependency changes

nikola dumpdb

dump dependency DB

nikola forget

clear successful run status from internal DB

nikola github_deploy

deploy the site to GitHub pages

nikola help

show help

nikola ignore

ignore task (skip) on subsequent runs

nikola import_wordpress

import a WordPress dump

nikola init

create a Nikola site in the specified folder

nikola install_theme

install theme into current site

nikola list

list tasks from dodo file

nikola new_page

create a new page in the site

nikola new_post

create a new blog post or site page

nikola orphans

list all orphans

nikola plugin

manage plugins

nikola serve

start the test webserver

nikola strace

use strace to list file_deps and targets

nikola tabcompletion

generate script for tab-complention

nikola version

print the Nikola version number

nikola help

show help / reference

nikola help <command>

show command usage

nikola help <task-name>

show task usage