personal-website/README.md

18 lines
396 B
Markdown
Raw Normal View History

2016-08-17 18:06:17 +00:00
[![Build Status](https://travis-ci.org/VickySteeves/personal-website.svg?branch=master)](https://travis-ci.org/VickySteeves/personal-website)
2016-08-15 16:42:09 +00:00
# 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
````