This is the code for my blog at williamting.com, built with Pelican.
Setup virtual environment
sudo pip install virtualenvwrapper
mkvirtualenv williamting.com
Install LESS Compiler
sudo npm install -g less
(via npm)
Clone site and install Pelican
git clone https://github.com/wting/williamting.com.git
cd williamting.com
pip install pelican
Initialize and update submodules (to use pelican-svbtle theme)
git submodule init
git submodule update
Build and run the site locally
make local
Content in the following directories is copyrighted by William Ting. No reuse is allowed without permission.
src/images/
src/pages/
src/posts/
All other directories and files are MIT Licensed unless otherwise defined.
The theme source is available in a separate repository.