seven1m / onebody
- Source
- Commits
- Network (24)
- Issues (4)
- Downloads (8)
- Wiki (48)
- Graphs
-
Tree:
c26111d
commit c26111de3bbc77ab9d777873f736e83ccbe0cc77
tree b46c0e0e64e6d7dd701f197a2a6c9ac32a900e8a
parent a780da88717c730ffa76a3ae3c50785c25a2570b
tree b46c0e0e64e6d7dd701f197a2a6c9ac32a900e8a
parent a780da88717c730ffa76a3ae3c50785c25a2570b
onebody / themes
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Fri Apr 04 12:21:27 -0700 2008 | |
| |
aqueouslight/ |
themes/README
To create your own theme, copy the default "aqueouslight" theme folder and its contents to a new folder in this location. Put CSS, JavaScript, Images and other assets in the public/ folder, in the appropriate location. The layouts/default.html.erb is the shell of every page displayed on the site. Creative changes to this file should allow for most theme design needs. If, however, you need to edit the guts or look of actual page content, you may clone the needed structure found in app/views/* to your theme folder and customize the pages. Only copy the pages you need to modify, and try to keep your customizations to these pages to a minimum, as future upgrades may require some TLC if major changes are made to the HTML. See http://github.com/seven1m/onebody/wikis/OneBodyThemes for more info.

