YogaBeauchef / YogaBeauchef.github.io

Web site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YogaBeauchef.github.io

Web site https://YogaBeauchef.github.io

First Time Local Installation

There are steps to reproduce in orter to run the website locally.

# install bundler
# notice that $HOME/.gem/ruby/*/bin must be in your PATH
which bundler && echo "bundler is installed" || sudo gem install --user-install bundler:2.0.1

git clone git@github.com:YogaBeauchef/YogaBeauchef.github.io.git
cd YogaBeauchef.github.io

# install bundles
bundle config path 'vendor/bundle' --local
bundle install

Running Local Server

bundle exec jekyll serve

Updating Gemfile.lock

bundle config path 'vendor/bundle' --local
bundle lock --update
bundle install

About

Web site

License:MIT License


Languages

Language:HTML 59.7%Language:CSS 32.2%Language:JavaScript 7.8%Language:Ruby 0.3%