diff options
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/nikola.1 | 148 |
1 files changed, 88 insertions, 60 deletions
diff --git a/docs/man/nikola.1 b/docs/man/nikola.1 index 8f77039..9385a2a 100644 --- a/docs/man/nikola.1 +++ b/docs/man/nikola.1 @@ -1,60 +1,88 @@ -====== -nikola -====== - --------------------------------- -A Static Site and Blog Generator --------------------------------- - -:Manual section: 1 -:Manual group: nikola - -SYNOPSIS -======== - -**nikola** command [*options*] - - -DESCRIPTION -=========== - -nikola - is a simple yet powerful and flexible static website and blog generator - -OPTIONS -======= - -bootswatch_theme - Given a swatch name and a parent theme, creates a custom theme. - -build - Build the site. - -check - Check the generated site - -deploy - Deploy the site - -import_wordpress - Import a wordpress site from a XML dump (requires markdown). - -init - Create a new site. - -install_theme - Install a theme into the current site. - -new_post - Create a new post. - -serve - Start test server. - -command --help - Get detailed help for a command - -AUTHOR -====== - -Roberto Alsina <http://ralsina.com.ar/> +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3. +.TH NIKOLA "1" "November 2013" "nikola 6.2.1" "User Commands" +.SH NAME +nikola \- manual page for nikola 6.2.1 +.SH DESCRIPTION +Nikola is a tool to create static websites and blogs. For full documentation and more information, please visit http://getnikola.com +.SS "Available commands:" +.TP +nikola auto +automatically detect site changes, rebuild and optionally refresh a browser +.TP +nikola bootswatch_theme +given a swatch name from bootswatch.com and a parent theme, creates a custom theme +.TP +nikola build +run tasks +.TP +nikola check +check links and files in the generated site +.TP +nikola clean +clean action / remove targets +.TP +nikola console +Start an interactive Python (IPython\->bpython\->plain) console with access to your site and configuration +.TP +nikola deploy +deploy the site +.TP +nikola dumpdb +dump dependency DB +.TP +nikola forget +clear successful run status from internal DB +.TP +nikola help +show help +.TP +nikola ignore +ignore task (skip) on subsequent runs +.TP +nikola import_blogger +import a blogger dump +.TP +nikola import_feed +import a RSS/Atom dump +.TP +nikola import_wordpress +import a WordPress dump +.TP +nikola init +create a Nikola site in the specified folder +.TP +nikola install_plugin +install plugin into current site +.TP +nikola install_theme +install theme into current site +.TP +nikola list +list tasks from dodo file +.TP +nikola mincss +apply mincss to the generated site +.TP +nikola new_post +create a new blog post or site page +.TP +nikola run +run tasks +.TP +nikola serve +start the test webserver +.TP +nikola strace +use strace to list file_deps and targets +.TP +nikola version +print the Nikola version number +.TP +nikola help +show help / reference +.TP +nikola help <command> +show command usage +.TP +nikola help <task\-name> +show task usage |
