This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/app.yml
Oliver Davies 3d263f0e6f Add some redirects
Something to test with in the fabfile.
2017-05-02 08:31:43 +01:00

40 lines
1.2 KiB
YAML

api: '1'
sculpin:
theme:
build:
bower: yes
npm: no
type: gulp
yarn: yes
path: ~
composer:
install: yes
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" }
deploy:
restart_php: false
restart_webserver: true
rsync:
# local_dir:
# remote_dir:
options: '-vzcrSLh'
delete: true
type: rsync