Skip to content

liujch1998/liujch1998.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liujch1998.github.io

New: Ruby 3.1.2 seems to support M1 (arm64)

Setup

Follow this tutorial to set up Ruby

gem install --user-install jekyll bundler
bundle config set --local path 'vendor/bundle'
bundle install
<!-- https://talk.jekyllrb.com/t/load-error-cannot-load-such-file-webrick/5417/6 -->
bundle add webrick

Run

arch -x86_64 bundle exec jekyll serve

Old: Workaround with Ruby 2.6 and Rosetta (x86_64)

Setup

arch -x86_64 gem install --user-install jekyll bundler
arch -x86_64 bundle config set --local path 'vendor/bundle'
arch -x86_64 bundle install

Run

arch -x86_64 bundle exec jekyll serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published