Skip to content

jackpine/jackpine.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

# get source
git clone [email protected]:jackpine/jackpine.github.com
cd jackpine.github.com

# install necessary libraries
bundle

# compile assets
bundle exec jekyll 

# run local webserver
bundle exec jekyll serve --watch

Deployment

Anytime you push to master, Github will compile and deploy your assets to http://jackpine.github.com

Development

You have to recompile assets and restart the server as you make changes.

You can do this manually by restarting the server

bundle exec jekyll serve

Or - you can use guard to recompile assets whenever any files change.

bundle exec guard

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •