Skip to content

Amongbytes/nikola

 
 

Repository files navigation

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 even more stuff, like tests and very optional features:

pip install -r requirements-full.txt

For more information, see http://getnikola.com

About

A static website and blog generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.5%
  • JavaScript 5.1%
  • CSS 1.7%
  • HTML 0.6%
  • Shell 0.1%
  • Erlang 0.0%