Website for the Jerry DIT project
dev version running at: http://dev.youandjerrycan.org
### Install Nanoc
gem install nanoc
If you don't know if ruby is installed on your machine. Follow the the nanoc install guide.
git clone https://github.com/YOUR-NICKNAME/youandjerrycan.org
Go into the site folder
cd youandjerrycan.org
And run the compiler
nanoc autocompile
You can see the site running by default at http://localhost:3000
Edit files in /content
, /layout
, /lib
, or even Rules
.
You can find resources on the wiki