My website is built with a makefile. Isn't yours?
Built with hexo.js, html5, css, javascript, vim, bash, rsync, jquery, git and probably some other tools.
- http://danielmiessler.com/study/git
- http://lesscss.org
- http://jinja.pocoo.org
- http://www.cssplay.co.uk
- Better code embed in blog (migrate from gist-it)
- gist-directive. investigate style options
- migrate to simple-animation theme
- better navigation and project listing
- better listing to experiments (flocking directory?)
- https://github.com/lepture/github-cards
The favicon is made with Processing.
size(32, 32);
smooth();
background(0);
strokeWeight(2);
stroke(255);
line(width/2, height/2, width*.75, height);
line(width/2, height/2, width*0.25, height);
noFill();
ellipse(width/2, height/2, width*0.6, height*0.6);
save("favicon.png");
%> mv favicon.png favicon.ico