From 1420ff092267f14d77be5c292b1bad673eacd6d7 Mon Sep 17 00:00:00 2001 From: Jamie Wagner Date: Wed, 19 Nov 2014 09:15:20 -0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f18f3bb..44bd371 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,14 @@ Everything to get you going with a Statamic theme. ## Setup Download and drop this into your \_themes directory. You'll need to -rename this folder to your theme name. You'll also need to rename -`sass/sitename.sass` to your theme name. +rename this folder to your theme name. You'll also need to rename the following items: -We use our [statamic-js](https://github.com/thisbythem/statamic-js) repo -for our scripts. You'll either need to download that repo and put that +* `sass/sitename.sass` +* `js/sitename.js` +* `sass/base/_variables.sass`: $themePath variabe + +We stuff our [site-behaviors](https://github.com/thisbythem/site-behaviors) repo +into the js directory for all that fancy js stuff. You'll either need to download that repo and put that in the js directory, or add it as a submodule if you wish to stay up-to-date with all that goodness.