This is the source of my personal website and blog build with Jekyll and Gulp.js.
You will need Bundler, Node.js, Gulp.js and Bower to run this website:
$ gem install bundler
$ npm install -g gulp
$ npm install -g bower
After cloning the repository run:
$ bundle install
$ bower install
$ npm install
The development enviroment is driven by Gulp.js. I have written three main gulp tasks:
$ gulp [default]
$ gulp publish
$ gulp deploy
To start the development enviroment run gulp
. To build a production build run gulp publish
. To sync the files to a server run gulp deploy
.
The developement server will run on http://0.0.0.0:9999/.
These are just some of the tools, packages, languages and stuff I used to build my website:
All content is copyrighted by Stefan Imhoff unless otherwise stated. Feel free to learn from the source code and reuse code for your projects. The only thing which is not allowed is the usage of my design (the unique combination of layout, fonts, images), private photos and logo.
In easier words: This is not a free theme. Learn from it. Remix. Reuse. Build your own stuff.