Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomohiro/tomohiro.github.io
Jekyll source for my personal web site
https://github.com/tomohiro/tomohiro.github.io
blog jekyll
Last synced: about 1 month ago
JSON representation
Jekyll source for my personal web site
- Host: GitHub
- URL: https://github.com/tomohiro/tomohiro.github.io
- Owner: tomohiro
- Created: 2009-10-04T08:01:01.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T06:14:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T20:39:27.889Z (3 months ago)
- Topics: blog, jekyll
- Language: SCSS
- Homepage: https://tomohiro.me
- Size: 8.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tomohiro.me
================================================================================Requirements
--------------------------------------------------------------------------------- Ruby 2.0.0-p0
- Bundler
- Jekyll
- Compass
- Zurb Foundation
- CoffeeScriptEditing
--------------------------------------------------------------------------------### Bundler
```sh
$ 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
```sh
$ bundle exec compass compile
```Compile CoffeeScript to JavaScript
```sh
$ 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.