Skip to content

gurusc/gurusc-old-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GURUSC

This is the source code for the GuruSC Website. It is based on the excellent nanoc3 static site generator.

How to run in localhost

  • gem install nanoc

  • gem install adsf

  • Edit the html

  • nanoc compile

  • nanoc view (to run the webrick)

Deploy

  • git remote add heroku "HEROKU_URL"
  • rake deploy