gigiyy / gigiyy.github.io

my pages

Home Page:https://gigiyy.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guixin's site

prerequisite

install ruby; follow jekyll insturctions till the installation of jekyll itself

brew install chruby ruby-install xz
ruby-install ruby 3.1.3

add below lines to your .bash_profile

source /opt/homebrew/opt/chruby/share/chruby/chruby.sh
source /opt/homebrew/opt/chruby/share/chruby/auto.sh

add .ruby-version file of with ruby version to your jekyll site project.

3.1.3

install jekyll and test locally

follow this to install jekyll

if you want to do a update, like using new jekyll, ruby or bundle version, you can remove the Gemfile.lock first then do below:

bundle install
bundle exec jekyll serve

now you can push the code to github and let it do the job.

About

my pages

https://gigiyy.github.io/


Languages

Language:Ruby 100.0%