Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.68 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.68 KB

Nikola, a Static Site and Blog Generator

In goes content, out comes a website, ready to deploy.

Build Status

Why Static Websites?

Static websites are safer, use fewer resources, and avoid vendor and platform lock-in. You can read more about this in the Nikola Handbook.

What Can Nikola Do?

It has many features, but here are some of the nicer ones:

Installation Instructions

Assuming you have pip installed::

git clone git://github.com/ralsina/nikola.git
cd nikola
pip install .

Optionally (for markdown and lots of other features):

pip install -r requirements.txt

For more information, see http://nikola.ralsina.com.ar