Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improve manpage, fix typos in handbook
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 23, 2015
1 parent b93323b commit 3e0e77e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
Binary file modified docs/man/nikola.1.gz
Binary file not shown.
16 changes: 7 additions & 9 deletions docs/man/nikola.rst
Expand Up @@ -17,6 +17,8 @@ Create an empty site (with a setup wizard):

``nikola init mysite``

(You can create a site with demo files in it with ``nikola init --demo mysite``)

Create a post (inside the ``mysite`` directory):

``nikola new_post``
Expand All @@ -25,13 +27,9 @@ Build the site:

``nikola build``

Start the test server:

``nikola serve``

See the site:
Start the test server and open a browser:

``xdg-open http://127.0.0.1:8000/``
``nikola serve -b``


DESCRIPTION
Expand All @@ -43,7 +41,7 @@ create a folder full of HTML files. If you upload that folder to a
server, you will have a rather full-featured website, done with little
effort.

It's original goal is to create blogs, but it supports most kind of
Its original goal is to create blogs, but it supports most kind of
sites, and can be used as a CMS, as long as what you present to the
user is your own content instead of something the user generates.

Expand Down Expand Up @@ -101,9 +99,9 @@ The most basic commands needed to get by are:
``nikola auto [-p PORT] [-a ADDRESS] [-b|--browser] [-6|--ipv6]``
start development web server with automated rebuilds and reloads
``nikola plugin [options]``
manage plugins from the Plugins Index
manage plugins from the Plugins Index (https://plugins.getnikola.com/)
``nikola install_theme [name]``
install themes from the Themes Index
install themes from the Themes Index (https://themes.getnikola.com/)

Use ``nikola help`` to get a list of all commands.

Expand Down
8 changes: 3 additions & 5 deletions docs/manual.txt
Expand Up @@ -36,11 +36,9 @@ Edit the post:
Build the site:
``nikola build``

Start the test server:
``nikola serve``
Start the test server and open a browser (http://127.0.0.1:8000/):
``nikola serve -b``

See the site:
http://127.0.0.1:8000/

That should get you going. If you want to know more, this manual will always be here
for you.
Expand All @@ -58,7 +56,7 @@ that it takes some texts you wrote, and uses them to create a folder full
of HTML files. If you upload that folder to a server, you will have a
rather full-featured website, done with little effort.

It's original goal is to create blogs, but it supports most kind of sites, and
Its original goal is to create blogs, but it supports most kind of sites, and
can be used as a CMS, as long as what you present to the user is your own content
instead of something the user generates.

Expand Down

0 comments on commit 3e0e77e

Please sign in to comment.