testing git2go
This is the source code for my dyingDay
's website, http://mydyingdayrocks.com.
It is build locally with Grunt & Jekyll, and deployed to mydyingday.github.io
You'll need npm
, bower
, & grunt
to be properly installed on your system.
Download or clone this repository, then cd
into the dir and run:
$ npm install
sudo might be required. Installs required dependencies
$ bower install
Installs required bower dependencies
$ grunt serve
Builds everything, boots up webserver and opens browser at 127.0.0.1:3000, then watches for file changes and responds accordingly.
Most content is stored in .yml datafiles under app/_data/.
$ grunt deploy
Builds everything and deploys to master
branch on mydyingday.github.io