-
Notifications
You must be signed in to change notification settings - Fork 11
Configuration
Ernie Bello edited this page Aug 30, 2013
·
4 revisions
In _build.thor you can change the following:
-
SITE_DOMAIN
: add a URL value (ex: http://ern.me). This is used for generating XML sitemaps. -
CDN_URL
andCDN_URL_STAGING
: domain to prepend to static assets upon deploying -
BUCKET
andBUCKET_STAGING
: name of Amazon S3 bucket to deploy files to -
SERVER_PROD
andSERVER_STAGING
: if you aren't using Amazon S3, put address of server to rsync files to here -
WEB_DIR
: location of site files on your server
-
EXTERNAL_DIR
: you can integrate external dynamic applications that you may use elsewhere in your site. These applications can run through the Jekyll-S3 stack to make sure templates in your dynamic apps get updated with references to CSS, JS, and image files that may be renamed by the versioning system. If you do not have dynamic applications, you can blank this value out.