/site

Github pages source for https://cstsui.com/

Primary LanguageSCSS

Summary

Jekyll/Octopress Based Personal Site

Working with Ruby 2.6.3

Install RVM if needed, to manage Ruby versions. Then run the following to get Ruby 2.6.3

xcode-select --install
rvm install 2.6.3

To build the site:

bundle install
rake generate
rake preview