aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/nikola.160
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/man/nikola.1 b/docs/man/nikola.1
new file mode 100644
index 0000000..8f77039
--- /dev/null
+++ b/docs/man/nikola.1
@@ -0,0 +1,60 @@
+======
+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/>