The code behind my sort-of professional site. https://vicky.rampin.org
Go to file
Vicky Rampin ccfebea8e9 add timestamp to post 2021-04-26 23:49:06 +00:00
bibtex add fulltext to publications bibtex, switch around button placement 2021-04-22 19:24:11 -04:00
files Fixed favicon not showing up 2016-08-18 14:20:58 -04:00
images delete extraneous materials, put post in draft mode 2021-03-18 18:17:20 -04:00
pages delete extraneous materials, put post in draft mode 2021-03-18 18:17:20 -04:00
plugins add fulltext to publications bibtex, switch around button placement 2021-04-22 19:24:11 -04:00
posts add timestamp to post 2021-04-26 23:49:06 +00:00
themes/custom delete extraneous materials, put post in draft mode 2021-03-18 18:17:20 -04: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 delete extraneous materials, put post in draft mode 2021-03-18 18:17:20 -04:00
LICENSE Update LICENSE 2016-09-16 15:44:32 -04:00
README.md refactor website with simpler theming 2021-03-18 18:08:18 -04:00
conf.py refactor website with simpler theming 2021-03-18 18:08:18 -04:00

README.md

forthebadge forthebadge

About

My website, vicky.rampin.org, 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:VickyRampin/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: https://vicky.rampin.org/rss.xml