svpersteve / stevebrewer.uk

My personal blog

Home Page:http://stevebrewer.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framework for my blog

This is the Middleman app I use to develop my blog. It's a static site generator that converts all my haml and sass into html and css and throws it into a 'build' folder, which I then deploy to a GitHub Pages repo.

The build folder is in .gitignore so you won't see it on this repo, as I have initialised a separate repository inside this folder.

I use Rake to automate deployment, which just rebuilds the site then force pushes it to the GitHub Pages repo. This means I can run rake publish and any changes I've made will be deployed.

About

My personal blog

http://stevebrewer.uk/


Languages

Language:HTML 67.2%Language:CSS 18.5%Language:Ruby 13.9%Language:JavaScript 0.4%