Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiscertain committed Nov 19, 2014
1 parent fad738b commit 1420ff0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1420ff0

Please sign in to comment.