Updated README to something useful for onlookers
This commit is contained in:
parent
9966854f0d
commit
5cd4a4baf2
16
README.md
16
README.md
|
@ -1,17 +1,5 @@
|
|||
[![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:
|
||||
|
||||
````
|
||||
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
|
||||
````
|
||||
My website, recently upgraded from coding-by-hand (n00b) to [Nikola](https://getnikola.com/), a static site generator.
|
||||
|
|
Loading…
Reference in New Issue