webhook-theme-internet-presence

A theme for people that need a simple site for their internet presence.

4
0
4
CSS
public
Archived

Webhook Internet Presence theme

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.

Working with the source sass files

  1. 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.
  2. Run bower install. This requires bower, which can be installed by running npm install -g bower.
  3. Run grunt copy to copy the bower dependencies into /static/
  4. Run grunt sass to build a css file.
  5. Restart your runserver. Editing sass will rebuild css automatically on a normal wh serve.
v0.3.3[beta]