Merge branch 'master' of github.com:VickySteeves/personal-website

This commit is contained in:
Vicky Steeves 2016-08-17 17:41:21 -04:00
commit 0ff2025906
1 changed files with 4 additions and 13 deletions

View File

@ -1,17 +1,8 @@
[![Build Status](https://travis-ci.org/VickySteeves/personal-website.svg?branch=master)](https://travis-ci.org/VickySteeves/personal-website) [![Build Status](https://travis-ci.org/VickySteeves/personal-website.svg?branch=master)](https://travis-ci.org/VickySteeves/personal-website)
# Nikola-Site ### [vickysteeves.com](http://vickysteeves.com)
To install Nikola on other computers: My website, recently upgraded from coding-by-hand (n00b) to [Nikola](https://getnikola.com/), a static site generator.
```` ### RSS Feed
virtualenv venv -p `which python3.5` Found here: [http://vickysteeves.com/rss.xml](http://vickysteeves.com/rss.xml)
source venv/bin/activate
pip install 'Nikola[extras]'
````
Navigate to the folder with this repo. To start the site:
````
nikola build
nikola serve -b
````