/blog-nikola

My personal blog using Nikola static site generator

Primary LanguageCSS

Installation

Installation and documentation at https://getnikola.com/

Configuration file for the site is conf.py.

To build the site::

nikola build

To automagically serve it on http://localhost:8000 and enable autoreloading:

nikola auto

To check all available commands::

nikola help