2015-02-01から1ヶ月間の記事一覧

Golangで画像プロキシサーバをつくった

Graidという画像プロキシサーバをつくりました。 外のサーバから画像を取得してリサイズしたりして返す、ということをするサーバです。 Golangでなんかミドルウェア的なものが作ってみたかったのでやってみました。 Graidについてのスライド エンジニアが集…

Hugoを使ってみた

Hugo :: A fast and modern static website engine brew install hugo hugo new site /path/to/site cd /path/to/site hugo new post/start.md git clone --recursive https://github.com/spf13/hugoThemes themes hugo server --buildDrafts --theme=nofanc…