These are the source files for my personal web site.
This project is no longer maintained, and site is offline. This repo persists for historical purposes.
Using git, clone this repository onto your own system:
git clone https://[email protected]/robatron/robmd.net.git
This site uses the wok static website generator created by Mike Cooper. You can install it on your system using pip:
sudo pip install wok
Next, make a copy of the config.dist
file in the project rood directory and call it config
. This is the wok configuration file for this site. Edit it to suit your own needs.
cp config.dist config
Make sure you're in the root project directory, and run wok:
cd robmd.net
wok
By default, files will be generated in the output
directory in the project root. Point your web server at the directory, and you're set!