/MessiahChen.github.io

MC Blog, powered by Hux Blog.

Primary LanguageHTMLApache License 2.0Apache-2.0

Mingjie Chen's Blog

A space where whatever I want to write.

Local Preview Setup

$ brew install ruby

$ gem install jekyll bundler

# cd the directory of this directory.
$ jekyll new . --force

# installed dependencies in the Gemfile:
$ bundle install 

$ bundle exec jekyll serve  # alternatively, npm start

Now visit localhost: 4000 for preview.

Powered by Hux Blog