The code behind my sort-of professional site. https://vicky.rampin.org
Go to file
Vicky Steeves 4f1518b712 conf fixes to deploy successfully on GH 2016-08-17 14:19:46 -04:00
images initial commit of files 2016-08-17 14:14:40 -04:00
posts initial commit of files 2016-08-17 14:14:40 -04:00
stories initial commit of files 2016-08-17 14:14:40 -04:00
themes/custom initial commit of files 2016-08-17 14:14:40 -04:00
.gitignore initial commit of files 2016-08-17 14:14:40 -04:00
README.md Updated README 2016-08-15 12:42:09 -04:00
conf.py conf fixes to deploy successfully on GH 2016-08-17 14:19:46 -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