Static websites are safer, use fewer resources, and avoid vendor and platform lock-in. You can host a Nikola website on any web server, big or small. It’s just a bunch of HTML files and assets.
Nikola is fast. It uses doit, which provides incremental rebuilds — in other words, we rebuild only the pages that need rebuilding, saving CPU time, wall clock time and upload bandwidth.
Nikola will take input in many formats. Out of the box, we support reStructuredText, Markdown, IPython (Jupyter) Notebooks and HTML, and have plugins for many other formats.
Nikola has importers for popular blog platforms, so you can switch easily and free your work.
The WordPress importer is built in (nikola import_wordpress
); others are available as plugins and must be installed by using nikola plugin -i
.
Nikola comes with everything you need to build a modern website: blogs (with comments, tags, categories, archives, RSS/Atom feeds), easy image galleries, and code listings.
Nikola supports almost 40 languages out of the box, and it’s trivial to add more. You can write posts in multiple languages, and have links between the diferent versions of a post. There are even some settings (including navigation bars and site titles) that can differ between the different language versions.
Nikola has a friendly user interface that gets you up and running quickly and simplifies your work.
nikola build
.nikola auto
, or a simple server with nikola serve
.
nikola deploy
or nikola github_deploy
.nikola status
.nikola check
.nikola new_post
or nikola new_page
.nikola install_theme
, and manage plugins with nikola plugin
.nikola import_wordpress
.nikola console
, nikola dumpdb
and a few other commands.nikola version --check
.nikola help
to get a list of all available commands.If you are working on your site, you don’t need to type nikola build
and reload every time you make a change. Instead, just run nikola auto
. It will detect changes and automatically rebuild your site and refresh your browser (using livereload).
If you want to use Nikola for a website that has content authored by people who do not like command-line interfaces or who would prefer to use a WYSIWYG editor, we have some solutions for you.
Nikola can work with many static-site CMS solutions, including Dato CMS, Netlify CMS and Contentful. You can get a user-friendly admin panel for your Nikola site in just a few minutes.