JooDdae / infossm.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infossm.github.io

Install On Ubuntu

  1. You must install Ruby
  2. Check whether you have Ruby
$ ruby --version
> ruby X.X.X
  1. Install Bundler
$ gem install bundler
  1. Change directories to the this repository
$ cd infossm.github.io
  1. Install Jekyll and other dependencies
$ bundle install
  1. Run your Jekyll site locally
$ bundle exec jekyll serve
  1. Preview your local Jekyll site in your web browser at http://localhost:4000.

About


Languages

Language:JavaScript 41.4%Language:CSS 39.3%Language:HTML 19.0%Language:Ruby 0.3%