Build with jekyll
git clone [email protected]:robkorv/robkorv.github.io.git
cd robkorv.github.io
bundle install
npm install
gulp build
Compiled site is in _site
.
I recommend you use rbenv to setup a
ruby environment. The following rbenv plugins are highly recommended:
rbenv-binstubs
rbenv-gem-rehash
rbenv-update
ruby-build
Use an editor that has support for editorconfig. I use Sublime 3. Atom is also very good and free.
git clone https://github.com/robkorv/robkorv-web.git
cd robkorv-web
bundle install --binstubs .bundle/bin
npm install
gulp watch