Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

unasuke/n0h0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n0h0

https://n0h0.com

Install

% bundle install
% npm install

Build

% bundle exec middleman build

Deploy to github pages

% bundle exec middleman deploy

How to contribute

  1. Fork it ( https://github.com/unasuke/n0h0/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request