diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 32ada0ca..30d069d4 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -91,6 +91,11 @@ drupalorg: url_new: https://www.drupal.org/u/opdavies events: + blue_conf_19: + name: Blue Conf 2019 + location: Cardiff, UK + url: https://blueconf.co.uk + drupal_bristol: name: Drupal Bristol location: Bristol, UK diff --git a/source/_talks/decoupling-drupal-vuejs.md b/source/_talks/decoupling-drupal-vuejs.md new file mode 100644 index 00000000..e24d8df2 --- /dev/null +++ b/source/_talks/decoupling-drupal-vuejs.md @@ -0,0 +1,10 @@ +--- +title: Decoupling Drupal with Vue.js +description: Decoupling Drupal with Vue.js. +events: + - event: blue_conf_19 + date: 2019-06-07 +--- +Decoupled or headless Drupal has been a trend for a number of years, with modules like RESTful Web Services available for Drupal 7 to expose data, and Drupal 8 becoming more API-first with JSON:API module now included as part of core. This makes it easier for third party systems or alternative front-end applications to consume and work with the data provided by Drupal. + +In this talk, we’ll look at how to build progressively and fully decoupled applications - passing data from a Drupal 8 back-end to a Vue.js front-end. diff --git a/source/_talks/taking-flight-with-tailwind-css.md b/source/_talks/taking-flight-with-tailwind-css.md index 9ceebe32..0750e4df 100644 --- a/source/_talks/taking-flight-with-tailwind-css.md +++ b/source/_talks/taking-flight-with-tailwind-css.md @@ -15,6 +15,9 @@ events: date: 2019-04-17 - event: wordcamp_bristol_2019 date: 2019-05-18 + - event: blue_conf_19 + date: 2019-06-07 +--- meta: og: title: Taking Flight with Tailwind CSS