This is a simple theme for people that need an about.me style site with some light blogging and a list of their appareances / events.
I've included are the sass files if you wish to work directly with those files rather than the css. You'll need to do the following first though.
- Set up your
gruntfile.js
to compile sass. You'll also need to have sass installed and need grunt-contrib-sass and grunt-contrib-copy added to your package.json file. - Run
bower install
. This requires bower, which can be installed by runningnpm install -g bower
. - Run
grunt copy
to copy the bower dependencies into/static/
- Run
grunt sass
to build a css file. - Restart your runserver. Editing sass will rebuild css automatically on a normal
wh serve
.