From e6b792f1ca3ac049c4adce3bf24a81c14f2245d4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Jun 2018 00:03:10 +0100 Subject: [PATCH] Split configuration files --- app/config/sculpin_site.yml | 210 +----------------------------------- data/companies.yml | 61 +++++++++++ data/events.yml | 99 +++++++++++++++++ data/links.yml | 42 ++++++++ 4 files changed, 207 insertions(+), 205 deletions(-) create mode 100644 data/companies.yml create mode 100644 data/events.yml create mode 100644 data/links.yml diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 6796dd7d..a2b90484 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -6,9 +6,6 @@ fuzzy_date_format: F Y apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ] favicon_sizes: [ 160, 96, 32, 16 ] -ansible_galaxy: - url: https://galaxy.ansible.com/opdavies - author: Oliver Davies availability: @@ -18,218 +15,21 @@ availability: avatar: url: /build/images/me-precedent.jpg -companies: - appnovation: - name: Appnovation - logo: appnovation.png - url: https://www.appnovation.com - - cti: - name: CTI Digital - logo: cti-digital.png - url: https://www.ctidigital.com - - develop_me: - name: Develop Me Training - logo: develop_me.svg - url: https://developme.training - - drupal_association: - name: Drupal Association - logo: drupal-association.png - url: https://assoc.drupal.org - - freelance: - name: Freelance - - horse_country: - name: 'Horse & Country TV' - logo: horse-and-country.jpg - url: http://www.horseandcountry.tv - - lab_class: - name: Lab Class - logo: lab-class.png - url: http://labclass.co.uk - - microserve: - name: Microserve - logo: microserve.png - url: https://microserve.io - github: https://github.com/microserve-io - - nomensa: - name: Nomensa - logo: nomensa.png - url: http://www.nomensa.com - - precedent: - name: Precedent - logo: precedent.jpg - url: http://precedent.com - - proctors: - name: 'Proctor & Stevenson' - logo: proctors.jpg - url: http://www.proctors.co.uk - - trent: - name: Trent Design - url: http://www.trentdesign.net - - zooba: - name: Zooba Ltd - -drupalorg: - name: opdavies - uid: 381388 - url: https://www.drupal.org/user/381388 - url_new: https://www.drupal.org/u/opdavies - email: oliver+url@oliverdavies.uk -events: - drupal-bristol: - name: Drupal Bristol - location: Bristol, UK - url: https://www.drupalbristol.org.uk - - drupal-dev-days-2018: - name: Drupal Dev Days 2018 - location: Lisbon, Portugal - url: http://lisbon2018.drupaldays.org - - drupal-somerset: - name: Drupal Somerset - location: Glastonbury, UK - - drupalcamp-brighton-15: - name: DrupalCamp Brighton 2015 - location: Brighton, UK - - drupalcamp-bristol-16: - name: DrupalCamp Bristol 2016 - location: Bristol, UK - url: https://2016.drupalcampbristol.org.uk - - drupalcamp-dublin-17: - name: DrupalCamp Dublin 2017 - location: Dublin, Ireland - url: http://2017.drupal.ie - - drupalcamp-london-14: - name: DrupalCamp London 2014 - location: London, UK - - drupalcamp-london-15: - name: DrupalCamp London 2015 - location: London, UK - - drupalcamp-london-16: - name: DrupalCamp London 2016 - location: London, UK - - drupalcamp-london-17: - name: DrupalCamp London 2017 - location: London, UK - url: http://drupalcamp.london - - drupalcamp-london-18: - name: DrupalCamp London 2018 - location: London, UK - url: http://drupalcamp.london - - drupalcamp-north-15: - name: DrupalCamp North 2015 - location: Sunderland, UK - url: http://drupalcampnorth.org - - nomad-php: - name: Nomad PHP - location: Online - url: https://nomadphp.com - - nwdug: - name: NWDUG - location: Manchester, UK - url: http://nwdrupal.org.uk - - phpnw17: - name: PHP North West 2017 - location: Manchester, UK - url: http://conference.phpnw.org.uk/phpnw17 - - phpsc16: - name: PHP South Coast 2016 - location: Portsmouth, UK - url: http://2016.phpsouthcoast.co.uk - - phpsw: - name: PHPSW - location: Bristol, UK - url: https://phpsw.uk - - phpuk18: - name: PHP UK Conference 2018 - location: London, UK - url: https://www.phpconference.co.uk - - swdug: - name: SWDUG - location: Cardiff, UK - - umbristol: - name: umBristol - location: Bristol, UK - url: http://umbristol.co.uk - - unifieddiff: - name: 'unified.diff' - location: Cardiff, UK - url: http://unifieddiff.co.uk - favicon: url: /build/images/me-phpnw.png -github: - name: opdavies - url: http://github.com/opdavies - -gravatar: - url: //www.gravatar.com/avatar/e0f6adcd63d8393e689b327e978d0887.png - irc: name: opdavies -joindin: - url: https://joind.in/user/opdavies - -lanyrd: - url: http://lanyrd.com/profile/opdavies - latest_posts: 5 -linkedin: - url: http://uk.linkedin.com/in/opdavies - -packagist: - name: opdavies - url: https://packagist.org/users/opdavies - -speakerdeck: - url: https://speakerdeck.com/opdavies - -twitter: - name: opdavies - url: https://twitter.com/opdavies - -wordpress: - name: opdavies - url: https://profiles.wordpress.org/opdavies - -youtube: - channel_url: https://www.youtube.com/channel/UC5QoKapQ4bXOVMvN_ng_TYw - work: role: Senior Developer company: microserve + +imports: + - '../../data/companies.yml' + - '../../data/events.yml' + - '../../data/links.yml' diff --git a/data/companies.yml b/data/companies.yml new file mode 100644 index 00000000..a56b10f9 --- /dev/null +++ b/data/companies.yml @@ -0,0 +1,61 @@ +companies: + appnovation: + name: Appnovation + logo: appnovation.png + url: https://www.appnovation.com + + cti: + name: CTI Digital + logo: cti-digital.png + url: https://www.ctidigital.com + + develop_me: + name: Develop Me Training + logo: develop_me.svg + url: https://developme.training + + drupal_association: + name: Drupal Association + logo: drupal-association.png + url: https://assoc.drupal.org + + freelance: + name: Freelance + + horse_country: + name: 'Horse & Country TV' + logo: horse-and-country.jpg + url: http://www.horseandcountry.tv + + lab_class: + name: Lab Class + logo: lab-class.png + url: http://labclass.co.uk + + microserve: + name: Microserve + logo: microserve.png + url: https://microserve.io + github: https://github.com/microserve-io + + nomensa: + name: Nomensa + logo: nomensa.png + url: http://www.nomensa.com + + precedent: + name: Precedent + logo: precedent.jpg + url: http://precedent.com + + proctors: + name: 'Proctor & Stevenson' + logo: proctors.jpg + url: http://www.proctors.co.uk + + trent: + name: Trent Design + url: http://www.trentdesign.net + + zooba: + name: Zooba Ltd diff --git a/data/events.yml b/data/events.yml new file mode 100644 index 00000000..7b9ffd25 --- /dev/null +++ b/data/events.yml @@ -0,0 +1,99 @@ +events: + drupal-bristol: + name: Drupal Bristol + location: Bristol, UK + url: https://www.drupalbristol.org.uk + + drupal-dev-days-2018: + name: Drupal Dev Days 2018 + location: Lisbon, Portugal + url: http://lisbon2018.drupaldays.org + + drupal-somerset: + name: Drupal Somerset + location: Glastonbury, UK + + drupalcamp-brighton-15: + name: DrupalCamp Brighton 2015 + location: Brighton, UK + + drupalcamp-bristol-16: + name: DrupalCamp Bristol 2016 + location: Bristol, UK + url: https://2016.drupalcampbristol.org.uk + + drupalcamp-dublin-17: + name: DrupalCamp Dublin 2017 + location: Dublin, Ireland + url: http://2017.drupal.ie + + drupalcamp-london-14: + name: DrupalCamp London 2014 + location: London, UK + + drupalcamp-london-15: + name: DrupalCamp London 2015 + location: London, UK + + drupalcamp-london-16: + name: DrupalCamp London 2016 + location: London, UK + + drupalcamp-london-17: + name: DrupalCamp London 2017 + location: London, UK + url: http://drupalcamp.london + + drupalcamp-london-18: + name: DrupalCamp London 2018 + location: London, UK + url: http://drupalcamp.london + + drupalcamp-north-15: + name: DrupalCamp North 2015 + location: Sunderland, UK + url: http://drupalcampnorth.org + + nomad-php: + name: Nomad PHP + location: Online + url: https://nomadphp.com + + nwdug: + name: NWDUG + location: Manchester, UK + url: http://nwdrupal.org.uk + + phpnw17: + name: PHP North West 2017 + location: Manchester, UK + url: http://conference.phpnw.org.uk/phpnw17 + + phpsc16: + name: PHP South Coast 2016 + location: Portsmouth, UK + url: http://2016.phpsouthcoast.co.uk + + phpsw: + name: PHPSW + location: Bristol, UK + url: https://phpsw.uk + + phpuk18: + name: PHP UK Conference 2018 + location: London, UK + url: https://www.phpconference.co.uk + + swdug: + name: SWDUG + location: Cardiff, UK + + umbristol: + name: umBristol + location: Bristol, UK + url: http://umbristol.co.uk + + unifieddiff: + name: 'unified.diff' + location: Cardiff, UK + url: http://unifieddiff.co.uk diff --git a/data/links.yml b/data/links.yml new file mode 100644 index 00000000..a18448fd --- /dev/null +++ b/data/links.yml @@ -0,0 +1,42 @@ +ansible_galaxy: + url: https://galaxy.ansible.com/opdavies + +drupalorg: + name: opdavies + uid: 381388 + url: https://www.drupal.org/user/381388 + url_new: https://www.drupal.org/u/opdavies + +github: + name: opdavies + url: http://github.com/opdavies + +gravatar: + url: //www.gravatar.com/avatar/e0f6adcd63d8393e689b327e978d0887.png + +joindin: + url: https://joind.in/user/opdavies + +lanyrd: + url: http://lanyrd.com/profile/opdavies + +linkedin: + url: http://uk.linkedin.com/in/opdavies + +packagist: + name: opdavies + url: https://packagist.org/users/opdavies + +speakerdeck: + url: https://speakerdeck.com/opdavies + +twitter: + name: opdavies + url: https://twitter.com/opdavies + +wordpress: + name: opdavies + url: https://profiles.wordpress.org/opdavies + +youtube: + channel_url: https://www.youtube.com/channel/UC5QoKapQ4bXOVMvN_ng_TYw