Source code of my personal website. Built with Jekyll.
Source files are available for personal use only. Feel feel to fork & play around.
The content, images, and other media are copyrighted (by me or the respective brand/company).
Use brew if on mac
- Install rvm, Ruby
- Install Jekyll & Bundler
gem install bundler jekyll cdinto the root directory of the project and runbundle install- Get
npmand runnpm installto getfoundation-sitesand other libraries
- Run
bundle exec jekyll serveto start serving onlocalhost:4000(port adjustable) - Run
sass --watch app/scss:app/assets/cssto compile SCSS, run with--compileargument for final run