/blog

my personal blog

Primary LanguageJavaScript

Blog

Build Status

Personal blog of Deepak Kannan, programmer extraordinaire & egoistical megalomaniac.

Development

brew install yarn git-hooks
./bin/yarn-flat-auto.js
git hooks --install
echo "to test commit message without actually commiting" | commitlint
hugo check ulimit
./bin/dev.sh

Production

We use Travis to deploy to Github pages. See .travis.yml for details.