Make redirects dynamic, use site variables

This commit is contained in:
Oliver Davies 2019-05-07 22:50:44 +01:00
parent 06870e5081
commit 66e085642f

View file

@ -1,3 +1,5 @@
---
---
/about /
/articles/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery /articles/style-drupal-6s-taxonomy-lists-php-css-and-jquery
/articles/2010/04/28/using-imagecache-and-imagecrop-my-portfolio /articles/using-imagecache-and-imagecrop-my-portfolio
@ -108,17 +110,17 @@
/blog/* /articles/:splat
/book /test-driven-drupal
/consulting /
/drupal https://www.drupal.org/u/opdavies
/drupal {{ site.drupalorg.url }}
/drupalgive https://www.drupal.org/u/opdavies
/git-flow /talks/git-flow
/github https://github.com/opdavies
/joindin https://joind.in/user/opdavies
/linkedin https://www.linkedin.com/in/opdavies
/packagist https://packagist.org/packages/opdavies
/github {{ site.github.url }}
/joindin {{ site.joindin.url }}
/linkedin {{ site.linkedin.url }}
/packagist {{ site.packagist.url }}
/services /experience
/slides/bristol-dug/drupal-vm-generator http://opdavies.github.io/slides-drupal-vm-generator
/slides/phpsw/building-static-websites-with-sculpin https://opdavies.github.io/slides-phpsw-sculpin
/speakerdeck https://speakerdeck.com/opdavies
/speakerdeck {{ site.speakerdeck.url }}
/speaking /talks
/talks/2012/09/05/what-is-this-drupal-thing-unified-diff /talks/what-is-this-drupal-thing
/talks/2013/07/10/drupal-ldap-swdug /talks/drupal-ldap
@ -148,6 +150,6 @@
/talks/getting-started-with-drupal-8-module-development /drupal-8-module-development
/talks/sculpin /talks/building-static-websites-sculpin
/terms-and-conditions /terms
/twitter https://twitter.com/opdavies
/twitter {{ site.twitter.url }}
/work /experience
/youtube https://www.youtube.com/channel/UCkeK0qF9HHUPQH_fvn4ghqQ
/youtube {{ site.youtube.channel.url }}