You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

Nikola

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Nikola

A modular, fast, simple, static website and blog generator


Maintainers
3

Readme

Nikola, a Static Site and Blog Generator

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

.. image:: http://img.shields.io/pypi/v/Nikola.svg :target: https://pypi.python.org/pypi/Nikola

.. image:: https://github.com/getnikola/nikola/workflows/Nikola%20CI/badge.svg :target: https://github.com/getnikola/nikola/actions

.. image:: http://img.shields.io/badge/license-MIT-green.svg :target: https://github.com/getnikola/nikola/blob/master/LICENSE.txt

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:

  • Blogs, with tags, feeds, archives, comments, etc.__
  • Themable_
  • Fast builds, thanks to doit_
  • Flexible, extensible via the dozens of available plugins_
  • Small codebase (programmers can understand all of Nikola core in a day)
  • reStructuredText_ or Markdown as input language (also Wiki, BBCode, Textile, and HTML)
  • Easy image galleries_ (just drop files in a folder!)
  • Syntax highlighting for almost any programming language or markup
  • Multilingual sites, translated to 50 languages.__
  • Doesn't reinvent wheels, leverages existing tools.
  • Python 3.8+ compatible.

.. _Nikola Handbook: https://getnikola.com/handbook.html#why-static __ https://users.getnikola.com/ .. _Themable: https://themes.getnikola.com .. _doit: https://pydoit.org .. _available plugins: https://plugins.getnikola.com/ .. _reStructuredText: https://getnikola.com/quickstart.html .. _image galleries: https://getnikola.com/galleries/demo/ __ https://www.transifex.com/projects/p/nikola/

Nikola Architecture

.. image:: https://getnikola.com/images/architecture.png

Installation Instructions

Assuming you have pip installed::

pip install Nikola

For optional features::

pip install "Nikola[extras]"

For tests::

pip install "Nikola[extras,tests]"

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc