The tools I used to build this site 2014-05-26
Table of Contents
Description: notes on the tools i used to build this website.
Reading Time: 1
Tags: Webdev Typography Development
Generator
Hugo, with more notes on using it here.
Fonts
Computer Modern converted to web fonts, specifically, Computer Sans Modern Bright for body text.
Inconsolata for code/examples.
Style and Layout
(twitter) Bootstrap, which I rebuild with custom fonts.
Sass for compiling and minimizing CSS.
jQuery, to support Bootstrap.
Editor
Vim for text editing.
Version Control
git for storing everything.
Automation
Ansible for configuration and shipping the site to the web server.