Skip to content
Ernie Bello edited this page Aug 30, 2013 · 4 revisions

In _build.thor you can change the following:

Deploy class

  • SITE_DOMAIN: add a URL value (ex: http://ern.me). This is used for generating XML sitemaps.
  • CDN_URL and CDN_URL_STAGING: domain to prepend to static assets upon deploying
  • BUCKET and BUCKET_STAGING: name of Amazon S3 bucket to deploy files to
  • SERVER_PROD and SERVER_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

Build class

  • 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.
Clone this wiki locally