tomohiro / tomohiro.github.io

Jekyll source for my personal web site

Home Page:https://tomohiro.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tomohiro.me

Requirements

  • Ruby 2.0.0-p0
  • Bundler
  • Jekyll
  • Compass
  • Zurb Foundation
  • CoffeeScript

Editing

Bundler

$ git clone git://github.com/Tomohiro/tomohiro.github.com.git
$ cd tomohiro.github.com
$ bundle install --path vendor/bundle
$ bundle exec foreman start

Compile

Compile SCSS stylesheets to CSS

$ bundle exec compass compile

Compile CoffeeScript to JavaScript

$ coffee -b -o js _coffee/*

LICENSE

The following directories and their contents are © 2011 - 2015 Tomohiro TAIRA. You may not reuse anything therein without my permission:

  • _posts/

All other directories and files are MIT Licensed. Feel free to use the HTML and CSS as you please.

About

Jekyll source for my personal web site

https://tomohiro.me


Languages

Language:SCSS 85.7%Language:HTML 10.7%Language:Ruby 2.4%Language:CoffeeScript 0.9%Language:Procfile 0.2%