Skip to content

Source code for our website. Build locally & deployed to gh-pages

Notifications You must be signed in to change notification settings

myDyingDay/mdd-site-src

Repository files navigation

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

About

Source code for our website. Build locally & deployed to gh-pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published