Skip to content

Latest commit

 

History

History
executable file
·
44 lines (21 loc) · 1.04 KB

readme.md

File metadata and controls

executable file
·
44 lines (21 loc) · 1.04 KB

my dyingDay

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

Setup

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

Run

$ grunt serve Builds everything, boots up webserver and opens browser at 127.0.0.1:3000, then watches for file changes and responds accordingly.

Edit content

Most content is stored in .yml datafiles under app/_data/.

Deploy

$ grunt deploy Builds everything and deploys to master branch on mydyingday.github.io