Skip to content

RussianFedora/rf-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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