2017-04-26 23:39:04 +00:00
|
|
|
api: '1'
|
|
|
|
|
|
|
|
sculpin:
|
|
|
|
theme:
|
|
|
|
build:
|
|
|
|
bower: yes
|
|
|
|
npm: no
|
|
|
|
type: gulp
|
|
|
|
yarn: yes
|
|
|
|
path: ~
|
|
|
|
|
|
|
|
composer:
|
|
|
|
install: yes
|
|
|
|
|
2017-05-02 07:31:43 +00:00
|
|
|
redirects:
|
|
|
|
"^/about": { to: "/" }
|
|
|
|
"^/blog/2012/07/nomensa-accessible-media-player-drupal": { to: "/blog/install-nomensa-media-player-drupal/" }
|
|
|
|
"^/blog/announcing-the-drupal-vm-config-generator": { to: "/blog/announcing-the-drupal-vm-generator" }
|
|
|
|
"^/consulting": { to: "/" }
|
|
|
|
"^/cv": { to: "https://gitprint.com/opdavies/cv/blob/master/README.md" }
|
|
|
|
"^/drupalgive": { to: "https://www.drupal.org/u/opdavies" }
|
|
|
|
"^/git-flow": { to: "/talks/git-flow" }
|
|
|
|
"^/portfolio": { to: "/projects" }
|
|
|
|
"^/services": { to: "/experience" }
|
|
|
|
"^/slides/bristol-dug/drupal-vm-generator": { to: "http://opdavies.github.io/slides-drupal-vm-generator" }
|
|
|
|
"^/slides/phpsw/building-static-websites-with-sculpin": { to: "https://opdavies.github.io/slides-phpsw-sculpin" }
|
|
|
|
"^/speaking": { to: "/talks" }
|
|
|
|
"^/terms-and-conditions": { to: "/terms" }
|
|
|
|
"^/work": { to: "/experience" }
|
|
|
|
|
2017-04-26 23:39:04 +00:00
|
|
|
deploy:
|
|
|
|
restart_php: false
|
|
|
|
restart_webserver: true
|
|
|
|
rsync:
|
|
|
|
# local_dir:
|
|
|
|
# remote_dir:
|
|
|
|
options: '-vzcrSLh'
|
|
|
|
delete: true
|
|
|
|
type: rsync
|