mumblr/src/README.txt
Anders Englöf Ytterström 337a55d00d Initital version
Typical workflow:

1. python backup.py <blog-name>
2. (cd src && nikola build)
3. Profit
2025-01-30 19:31:40 +01:00

17 lines
309 B
Text

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 -b
To check all available commands::
nikola help