portfolio

portfolio

Jekyll template using gulp, sass, yarn, browsersync, etc.

Personal Portfolio Dev-Template

Jekyll + Gulp + Sass + Yarn + BrowserSync + ...

GH-Pages

Windows 10 Development Environment with Dotfiles!

I use a MacBook Pro at work and Windows 10 at home and have found some ways to make my cross-platform experience more unified. I am now using an alternate Windows-jekyll setup than that described on jekyllrb.com. This alternate jekyll installation uses RVM and is closer to my mac dev environment. I have also hacked my dotfiles from my mac at work into my Ubuntu .bash_profile on Windows.

Requirements

  • Jekyll - $ gem install jekyll bundler
  • Nodejs - Use installer
  • Gulp - $ npm install --global gulp-cli
  • Bundler - $ gem install bundler

Installation

$ git clone https://github.com/wdzajicek/portfolio
$ cd gulp-yarn-template
$ npm install
$ bundle install

Development

$ gulp

Production

$ gulp build --production