These are the source files for my personal web site.
Using git, clone this repository onto your own system:
git clone https://uberj@github.com/uberj/wbsite.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 wbsite
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!