blob: da0d6857c64f54d223f90ef8e1b088df743cad94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
This folder contains the source used to generate a static site using Nikola.
Installation and documentation at https://getnikola.com/
Configuration file for the site is `conf.py`.
To build the site::
nikola build
To see it::
nikola serve
And point your browser to http://localhost:8000/
To check all available commands::
nikola help
|