Created
September 16, 2011 15:35
-
-
Save adamfairholm/1222382 to your computer and use it in GitHub Desktop.
My Trigger EE site setup file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: Site Setup | |
desc: My site setup | |
author: Adam Fairholm | |
author url: http://www.adamfairholm.com | |
TRIGGER SEQUENCE START | |
ee : site : enable op | |
ee : site : enable template debug | |
ee : site : set word sep (dash) | |
ee : templates : set base ({app_path}/templates) | |
ee : templates : allow as files | |
ee : groups : new (global, y) | |
ee : templates : new (global/.header, '', webpage, y) | |
ee : templates : new (global/.footer, '', webpage, y) | |
TRIGGER SEQUENCE END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment