Skip to content

Seangottarun/FluidStride-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluidStride-Website

Install jekyl

  1. Install rvm

Ubuntu

Install ubuntu_rvm

sudo apt-get install software-properties-common
# Run next few lines in new terminal
sudo apt-add-repository -y ppa:rael-gc/rvm
sudo apt-get update
sudo apt-get install rvm

If you get unable to locate package, check if the package is available for your version.

cat /var/lib/apt/lists/ppa.launchpad.net_rael-gc_*_Packages | grep "Package:" | sort | uniq

macOS

Install rvm

\curl -sSL https://get.rvm.io | bash -s stable --ruby

macOS

Install rvm

\curl -sSL https://get.rvm.io | bash -s stable --ruby
  1. Open new terminal and install ruby
rvm list known
rvm install 2.5.0
rvm use 2.5.0
  1. Install jekyl
gem install jekyll bundler
  1. Install Gemfile
bundle install

Note: you may have issues with openssl for compiling Ruby gems from source. This can be solved by running brew info openssl and following the provided instructions to allow compilers to find openssl.

Local Development

# Launches site on localhost:4000
bundle exec jekyll serve --livereload

Updating Assets

  • Note: use absolute paths like app_icon: /assets/appicon.png in _config.yml

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published