A static build of the emeraldion.it blog with markdown based on jekyll, gulp, Sass, and browsersync.
To use this project, you'll need the following things installed on your machine.
- Bundler -
$ gem install bundler
- NodeJS - use the installer.
- GulpJS -
$ npm install -g gulp
(mac users may need sudo)
- Clone this repo, or download it into a directory of your choice.
- Inside the directory, run
$ bundle install && npm install
.
Launching gulp will give you file watching, browser synchronization, auto-rebuild, CSS injecting etc etc.
$ gulp
Moreover, as this is just a Jekyll project, any of the commands listed in the docs can be used.
This project can deploy the site build to the gh-pages
branch using the gulp-gh-pages
plugin:
$ gulp deploy
Based on shakyShane/jekyll-gulp-sass-browser-sync.
Code is released under MIT license.
Content is released as CC BY-NC-SA 4.0
Copyright (c) Claudio Procida 2015