drart / adamtindale.com

My website. Created with Pelican.

Home Page:http://www.adamtindale.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Website Redesign 2014 - Now

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.

Inspiration/Attributions

TODO

  • 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

Favicon Code

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

https://gist.github.com/drart/1344171

About

My website. Created with Pelican.

http://www.adamtindale.com


Languages

Language:HTML 54.1%Language:JavaScript 33.6%Language:Python 4.4%Language:CSS 4.1%Language:Makefile 3.6%Language:EJS 0.3%