The code behind my sort-of professional site. https://vicky.rampin.org
Go to file
Vicky Steeves bfbcebd656 updated resume 2019-05-10 09:23:00 -07:00
files Fixed favicon not showing up 2016-08-18 14:20:58 -04:00
images added 2018 nanowrimo post, updated resume 2018-10-08 19:31:38 -04:00
pages updated resume 2019-05-10 09:23:00 -07:00
plugins updated to nikola8 and updated resume 2018-11-04 17:29:26 -05:00
posts updated to nikola8 and updated resume 2018-11-04 17:29:26 -05:00
themes/custom updated to nikola8 and updated resume 2018-11-04 17:29:26 -05:00
.directory updated resume 2019-05-10 09:23:00 -07:00
.gitignore added 2018 presentations and creative work 2018-07-24 11:47:53 -04:00
.gitlab-ci.yml upgrade image to nikola8 2018-11-04 22:31:45 +00:00
LICENSE Update LICENSE 2016-09-16 15:44:32 -04:00
README.md updated readme and resume, added august blog 2017-08-28 17:07:26 -04:00
conf.py updated resume 2019-05-10 09:23:00 -07:00

README.md

forthebadge forthebadge

About

My website, vickysteeves.com, upgraded from coding-by-hand (n00b) to Nikola, a static site generator.

Building

This site relies on Python and Nikola, a static site generator.

I would recommend you use a virtualenv to build and view this website. This is a Python tool to create isolated Python environments. The HitchHiker's Guide to Python has a great guide on virtual environments that I used to learn how to use/interact with virtualenvs.

Here's how to make and activate a virtual environment:

# install the tool virtualenv
$ pip install virtualenv

# create the Python 3 virtual environment
$ virtualenv -p python3 my-website

# activate the virtual environment
$ source my-website/bin/activate

Now, you can get started and install all of the dependecies of my website!

# install the dependencies
$ pip install Nikola['extras']

# clone this repo
$ git clone git@gitlab.com:VickySteeves/personal-website.git

# change directory (cd) so you are in the right folder for the website
$ cd personal-website

# build the website
$ nikola build

# see the website
$ nikola serve -b

You should now be able to see and interact with my website locally!

RSS Feed

Found here: http://vickysteeves.com/rss.xml