The code behind my sort-of professional site. https://vicky.rampin.org
Go to file
Vicky Steeves cd1b0c43b0 Updated README 2016-08-15 12:42:09 -04:00
README.md Updated README 2016-08-15 12:42:09 -04:00

README.md

Nikola-Site

To install Nikola on other computers:

virtualenv venv -p `which python3.5`
source venv/bin/activate
pip install 'Nikola[extras]'

Navigate to the folder with this repo. To start the site:

nikola build
nikola serve -b