summaryrefslogtreecommitdiffstats
path: root/README.md
blob: edb7a7dd4d12d1f140ad37761804d27d1a04da6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Nikola, a Static Site and Blog Generator
========================================

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

[![Build Status](https://travis-ci.org/ralsina/nikola.png)](https://travis-ci.org/ralsina/nikola)

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.](http://nikola.ralsina.com.ar/handbook.html#why-static)

What Can Nikola Do?
-------------------

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

* `Blogs, with tags, feeds, archives, comments, etc. <some-sites-using-nikola.html>`_
* `Themable <theming.html>`_
* Fast builds, thanks to `doit <http://python-doit.sf.net>`_
* Flexible, extensible via plugins
* Small codebase (programmers can understand all of Nikola core in a day)
* `reStructuredText <quickstart.html>`_ [`Cheatsheet <http://ubuntuone.com/1M7C5fdbLkggF7ptoUvTq8>`_] or Markdown as input language (also Wiki, BBCode, Textile, and HTML)
* Easy `image galleries </galleries/demo/>`_ (just drop files in a folder!)
* Syntax highlighting for almost any programming language or markup
* Multilingual sites, `translated to 11 languages <https://www.transifex.com/projects/p/nikola/>`_.
* Doesn't reinvent wheels, leverages existing tools.
* Python 2 and 3 compatible.

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