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
gem install bundler jekyll
cd
into the root directory of the project and run bundle install
npm
and run npm install
to get foundation-sites
and other librariesbundle exec jekyll serve
to start serving on localhost:4000
(port adjustable)sass --watch app/scss:app/assets/css
to compile SCSS, run with --compile
argument for final run