Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 554 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 554 Bytes

Russian Fedora website

Based on Nikola static generator with customized Bootblog-Jinja theme.

Build

Create virtualenv and activate:

$ virtualenv -p /usr/bin/python3 venv
$ source venv/bin/activate

Install requirements:

(venv)$ pip install -r requirements.txt

Generate site:

(venv)$ nikola build

Start the test server and open a browser:

(venv)$ nikola serve -b

Add new post

Run:

(venv)$ nikola new_post