Skip to content

JihongJu/jihongju.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jihongju.github.io

The source code of my personal blog. The blog is up on https://jihongju.github.io/.

Installation

Pull from Github

$ git pull https://github.com/JihongJu/jihongju.github.io.git

Install Ruby if you don't have Ruby installed, e.g.,

sudo apt-get install ruby ruby-dev build-essential

Add the following lines to the bash profile, e.g. .bashrc

# Install Ruby Gems to ~/gems
export GEM_HOME=$HOME/gems
export PATH=$HOME/gems/bin:$PATH

Install Bundler

$ gem install bundler

Navigate to the site directory and install Jekyll using bundler

$ cd jihongju.github.io
$ bundle install

Usage

Run on local machines

bundle exec jekyll serve -w

About

Jihong Ju's Homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors