queuedq / infossm.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infossm.github.io

Install On Ubuntu

  1. You must install Ruby
$ sudo apt install ruby ruby-dev
  1. 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 44.0%Language:CSS 36.9%Language:HTML 18.7%Language:Ruby 0.4%