From 91486faed488476f7c81346c5a17d67965f7789d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 28 Feb 2024 00:40:07 +0000 Subject: [PATCH] Update site settings --- app/config/sculpin_site.yml | 289 +++++++++++++++++- data/assets.yml | 2 - data/menus.yml | 19 -- data/meta.yml | 3 - data/testimonials.yml | 250 --------------- source/_daily_emails/2022-10-17.md | 2 +- source/_daily_emails/2024-01-05.md | 4 +- source/_daily_emails/2024-02-23.md | 2 +- source/_includes/about-me.html.twig | 2 +- source/_includes/main-menu.html.twig | 2 +- source/_includes/testimonials.html.twig | 2 +- source/_layouts/base.html.twig | 6 +- source/_layouts/podcast_episode.html.twig | 2 +- source/_pages/podcast.md | 2 +- source/_pages/press.md | 2 +- source/_talks/deploying-php-fabric.md | 2 +- source/_talks/drupal-8-module-development.md | 2 +- .../drupal-8-php-libraries-drupalorg-api.md | 2 +- .../_talks/getting-your-data-into-drupal-8.md | 2 +- .../_talks/taking-flight-with-tailwind-css.md | 2 +- source/_talks/tdd-test-driven-drupal.md | 2 +- .../things-you-should-know-about-php.md | 2 +- 22 files changed, 304 insertions(+), 299 deletions(-) delete mode 100644 data/assets.yml delete mode 100644 data/menus.yml delete mode 100644 data/meta.yml delete mode 100644 data/testimonials.yml diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index f581ef43..fbe5f1eb 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -4,6 +4,10 @@ slogan: Certified Drupal expert, Developer and Consultant email: oliver+website@oliverdavies.uk url: http://localhost:8000 +assets: + url: https://oliverdavies-uk.s3.eu-west-2.amazonaws.com + version: 3 + banner_text: | In less than 12 months, Drupal 7 will be end-of-life and no longer supported. Plan your upgrade to Drupal 10 now. @@ -25,8 +29,283 @@ links: name: opdavies url: https://www.youtube.com/@%links.youtube.name% -imports: - - ../../data/assets.yml - - ../../data/meta.yml - - ../../data/menus.yml - - ../../data/testimonials.yml +menu_links: + - + title: About + url: / + - + title: Press Info + url: /press + - + title: Services + url: /pricing + - + title: Talks and Workshops + url: /talks + - + title: Podcast + url: /podcast + - + title: Daily list + url: /daily + +meta: + description: |- + Oliver is an Acquia-certified Triple Drupal expert, core contributor, Developer, Consultant and multiple-time DrupalCon speaker. + +testimonials: + - + text: | + Following your "Automated tests" emails and they are great! Such a pleasant reading. I love how you start from the very beginning and keeping things simple, step by step. + + Looking forward to more content! + name: Matthieu Scarset + title: Drupal Expert + url: https://matthieuscarset.com + image: + url: '%site.assets_url%/assets/images/recommendations/matthieu-scarset.jpg' + tags: [testing] + - + text: | + Hi Oliver, we met briefly at the Tech Connect event in London last month. Been reading through a few of your latest posts and have found the messages valuable, especially as we spent the week learning about unit, integration and e2e testing. I have signed up to your mailing list to keep the good advice flowing! + name: Alexander Carr + title: Full Stack Software Engineer at School of Code + image: + url: '%site.assets_url%/assets/images/recommendations/alexander-carr.jpg' + tags: [daily] + - + text: | + These emails are superb and make for very interesting reading. Thank you! + name: Adam Nuttall + title: Drupal Engineer + image: + url: '%site.assets_url%/assets/images/recommendations/adam-nuttall.jpg' + tags: [daily] + - + text: + Oliver's approach to testing is a continual reminder of his commitment to delivering high-quality, bug-free, software. + name: Mike Karthauser + title: Senior Software Engineer + image: + url: '%site.assets_url%/assets/images/recommendations/mike-karthauser.jpg' + tags: [daily, testing, coaching] + - + text: | + I had the opportunity and good fortune to work with Oliver solving two problems that I was having on a Drupal Commerce site. I have done several Drupal sites using UberCart, but since it is deprecated, I chose to use Commerce. I had searched, posted to forums, and other normal means to find answers to my problems, to no response and to no avail. + + I got a referral to Oliver and scheduled an appointment to discuss the problems on a Zoom call. After showing him via screen share where I was stumped, he offered different approaches to what I was doing, which I was fine with as long as it worked. + + Once we solved the first problem, I was really elated and then focused on the second one, which was an easier fix. So in a short period of time, both problems were fixed and tested. + + I found Oliver was affable and easy to work with. He has a strong work ethic and a desire to solve problems for his customers and can recommend working with him. I think one of his strengths is to find alternative solutions to problems. + name: Tom Evans + title: ~ + image: ~ + tags: [call] + - + text: | + I am a big fan of your git approaches. I especially remember pairing with you and watching how many commands you run to solve many problems and how fast you were. It's a skill I believe not many have, particularly those who are used to working with a GUI like me, and personally I think it is quite valuable. + name: Marcos Duran + title: Senior Software Engineer + image: + url: '%site.assets_url%/assets/images/recommendations/marcos-duran.jpg' + tags: [git, daily, coaching] + - + text: | + I like the "$ git log -S" and "$ git log --grep" commands, will definitely be using these, thanks! + name: Stephen Mulvihill + title: Solutions Architect + image: + url: '%site.assets_url%/assets/images/recommendations/stephen-mulvihill.jpg' + tags: [git, daily, coaching] + - + text: | + Just wanted to say that your blog is amazing <3 I absolutely love it and usually share it with colleagues and some of the kids at my Code Club. + + Thanks for contributing to the community with your amazing content! + name: Patty O'Callaghan + title: Tech Lead + image: + url: '%site.assets_url%/assets/images/recommendations/patty-ocallaghan.jpg' + tags: [daily] + - + text: | + I've wanted to explore testing for a while, but as a PHP developer with 10 years of Drupal experience who'd written next to no tests, I really needed guidance. Oliver's expertise in testing and TDD motivated me to seek his help. + + Before our call, I'd started writing tests for my modules but needed direction, understanding the code to a degree but needing help with approach. Oliver clarified both unit and integration testing, providing solutions for my challenges, and shared his code for inspiration and help. He also gave me ideas on how to utilise contrib code to help me further. + + Consulting with an expert, I gained the clarity and confidence I needed in tackling testing with structured, maintainable practices. Oliver's adaptability and tailored services make him highly recommendable. + + Thanks, Oliver - I feel empowered and know exactly what approach to take now! + name: Tawny Bartlett + title: Senior Drupal Developer + url: https://www.playingwithpixels.co.uk + image: + url: '%site.assets_url%/assets/images/recommendations/tawny.jpg' + tags: [testing, coaching, call] + - + text: | + I've worked with Oliver for a number of years on B2C and B2B web projects and he has always demonstrated himself to be an expert in his field. + + As an insurance provider, some of our products and services don't naturally fit within a traditional ecommerce journey - but Oliver has always been able to come up with innovative ways to leverage core Drupal functionality and develop custom modules to meet our needs. + + Friendly, flexible and diligent - I wouldn't hesitate to recommend Oliver to anyone looking for a Drupal developer to progress their next project. + name: Joe Howell + title: Director, Bastion Insurance + url: https://www.bastioninsurance.co.uk + image: + url: '%site.assets_url%/assets/images/recommendations/joe-howell.jpg' + tags: [subscription, coaching] + - + text: | + We use Oliver for maintaining a couple of Drupal sites for which we no longer have the skills ourselves. We became aware of Oliver through his work in the Drupal community, and about a year ago we approached him to help us with the deep dive aspects of maintaining and developing Drupal sites. He's been really helpful and very responsive. Much appreciated! + name: Jon Hallett + title: Senior Systems Administrator at the University of Bristol + url: https://bristol.ac.uk + image: + url: '%site.assets_url%/assets/images/recommendations/jon-hallett.jpeg' + tags: [subscription] + - + text: | + For over a decade we have worked with Oliver on a number of different projects. Initially our collaboration consisted of web maintenance and troubleshooting but we soon tapped Oliver to design, build and maintain a custom awards site which includes both submission and judging functionality. Oliver has deep and wide-ranging skills and I would certainly recommend his services! + name: Michael Itkoff + title: Cofounder + url: https://www.daylightbooks.org + image: + url: '%site.assets_url%/assets/images/recommendations/michael-itkoff.jpg' + tags: [subscription] + - + text: | + Working with Oliver on the Seren website has been easy and beneficial. + + As well as providing general maintenance support, he built a new Drupal module which integrated with our partners Glassboxx so that we could sell ebooks directly from our website. Oliver worked closely with the team at Glassboxx to create the integration which needed to communicate with the Glassboxx app so that users could download their purchases. He was able to resolve issues which came up along the way in order to create a functioning module which we now use on our site. + + Oliver has extensive knowledge of Drupal and his familiarity with the Seren site meant he was able to fix problems quickly and efficiently as they arose. + + He is reliable and has always been willing to discuss new ideas for how the site could function. + + We would recommend working with him for his invaluable knowledge and ability to find solutions to problems at short notice. It has been a pleasure to work with him over the years. + name: Mick Felton + title: Publisher at Poetry Wales Press Ltd (Seren Books) + url: https://www.serenbooks.com + image: + url: '%site.assets_url%/assets/images/recommendations/mick-felton.jpg' + tags: [subscription, coaching] + - + text: | + Oliver is a pleasure to work with, and I would engage him again without hesitation. He communicates regularly, ensures that he meets requirements, and suggests improvements to the potential solutions to the brief. + name: Duncan Davidson + title: Director at Rohallion + url: https://rohallion.agency + image: + url: '%site.assets_url%/assets/images/recommendations/duncan.jpeg' + tags: [subscription, coaching] + - + text: | + We have only worked together for a short while but I can see Oliver is a Drupal expert. + + His technical knowledge means we have been able to make improvements to the sites we manage quickly and efficiently. + + If we have complex issues to contend with in the future I feel confident he will be able to deal with them. + name: Anonymous + title: Marketing Strategist + tags: [subscription] + - + text: | + A fantastic and highly knowledgeable Drupal Developer. Oliver saved a struggling Drupal project with his wealth of Drupal experience. + name: Adam Cuddihy + title: Web Development Manager + url: ~ + image: + url: '%site.assets_url%/assets/images/recommendations/adam.jpeg' + tags: [subscription] + - + text: | + I had the pleasure of working with Oliver whilst building the first version of our drupal based intranet. His knowledge of Drupal and the wider infrastructure required to run a site was really invaluable. + + At the time, we were very new to Drupal, so it gave us a great platform to learn from and expand our own knowledge. + + He's the only external contractor that we've kept in touch with over the years, which goes to show how much we valued his input. + name: Huw Davies + title: Web Dev Manager / DevOps / Team Manager at Admiral Group Plc + url: https://admiral.com + image: + url: '%site.assets_url%/assets/images/recommendations/huw.jpeg' + tags: [subscription] + - + text: | + Oliver really knows his stuff. Whether you are just starting out or looking to take your knowledge to the next level, his patient and clear way of explaining will help get you there. + name: Scott Euser + title: Head of Web Development + url: ~ + image: + url: '%site.assets_url%/assets/images/recommendations/scott-euser.jpg' + tags: [testing, coaching] + - + text: | + I have had the pleasure of working with Oliver on several projects at Microserve. He is a natural innovator and a great mentor who inspires others to explore new technologies and approaches. He is a highly knowledgeable professional with a passion for all things Drupal and the tenacity required to get the job done well. + name: Alan Hatch + title: Senior Drupal Developer at Microserve + url: ~ + image: + url: '%site.assets_url%/assets/images/recommendations/alan.jpeg' + tags: [coaching] + - + text: | + Oliver has been an outstanding contributor to the Drupal Association team. He is a talented developer who writes great code and applies his curiosity and love of learning to every project. He is also a fantastic team member, who gives to the team as much as he gets. + + Oliver is the embodiment of everything good about the Drupal community. + name: Holly Ross + title: Executive Director at the Drupal Association + url: https://www.drupal.org/association + image: + url: '%site.assets_url%/assets/images/recommendations/holly-ross.png' + tags: [subscription] + - + text: | + Oliver is a skilled Drupal developer with a passion for the Drupal community. As his direct supervisor, I was able to watch Oliver grow with the Drupal Association and contribute an amazing amount of effort and integrity to all of his work. + + Everything we have thrown at Oliver, he has approached with an open and flexible mind that has allowed him to work on a wide range of projects and features for Drupal products. + name: Josh Mitchell + title: CTO at Drupal Association + url: https://joshuami.com + image: + url: '%site.assets_url%/assets/images/recommendations/josh-mitchell.png' + tags: [subscription] + - + text: | + Oliver was great to work with. He has expert knowledge with Drupal and delivered exactly what we were looking for on time. He's understanding, friendly and easy to get along with. I would enjoy working with him again in the future. + name: Brian Hartwell + title: Interactive Creative Director + url: ~ + image: ~ + tags: [subscription] + - + text: | + Oliver was fantastic to work with - pro-active and highly responsive, he worked well remotely and as part of a project team. His understanding of the project requirement(s) and ability to translate it into working code was essential and he delivered. + name: Brian Healy + title: Director of Business Development at Tincan + url: ~ + image: + url: '%site.assets_url%/assets/images/recommendations/brian-healy.png' + tags: [subscription] + - + text: | + Oliver is an amazing colleague, he's professional, full of knowledge and I could not recommend him more. + name: Chris Jarvis + title: Developer at Microserve + url: ~ + image: + url: '%site.assets_url%/assets/images/recommendations/chris-jarvis.jpg' + - + text: | + Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and confidentiality at all times. + name: Daniel Easterbrook + title: Digital Strategy Consultant + tags: [subscription] + +transistor: + feed: + url: https://feeds.transistor.fm/beyond-blocks + share: + url: https://share.transistor.fm/e diff --git a/data/assets.yml b/data/assets.yml deleted file mode 100644 index 3aa01434..00000000 --- a/data/assets.yml +++ /dev/null @@ -1,2 +0,0 @@ -assets_url: https://oliverdavies-uk.s3.eu-west-2.amazonaws.com -assets_version: 3 diff --git a/data/menus.yml b/data/menus.yml deleted file mode 100644 index 6874fca5..00000000 --- a/data/menus.yml +++ /dev/null @@ -1,19 +0,0 @@ -menu_links: - - - title: About - url: / - - - title: Press Info - url: /press - - - title: Services - url: /pricing - - - title: Talks and Workshops - url: /talks - - - title: Podcast - url: /podcast - - - title: Daily list - url: /daily diff --git a/data/meta.yml b/data/meta.yml deleted file mode 100644 index 1e697f9a..00000000 --- a/data/meta.yml +++ /dev/null @@ -1,3 +0,0 @@ -meta: - description: |- - Oliver is an Acquia-certified Triple Drupal expert, core contributor, Developer, Consultant and multiple-time DrupalCon speaker. diff --git a/data/testimonials.yml b/data/testimonials.yml deleted file mode 100644 index 5f80c4e4..00000000 --- a/data/testimonials.yml +++ /dev/null @@ -1,250 +0,0 @@ -testimonials: - - - text: | - Following your "Automated tests" emails and they are great! Such a pleasant reading. I love how you start from the very beginning and keeping things simple, step by step. - - Looking forward to more content! - name: Matthieu Scarset - title: Drupal Expert - url: https://matthieuscarset.com - image: - url: '%site.assets_url%/assets/images/recommendations/matthieu-scarset.jpg' - tags: [testing] - - - text: | - Hi Oliver, we met briefly at the Tech Connect event in London last month. Been reading through a few of your latest posts and have found the messages valuable, especially as we spent the week learning about unit, integration and e2e testing. I have signed up to your mailing list to keep the good advice flowing! - name: Alexander Carr - title: Full Stack Software Engineer at School of Code - image: - url: '%site.assets_url%/assets/images/recommendations/alexander-carr.jpg' - tags: [daily] - - - text: | - These emails are superb and make for very interesting reading. Thank you! - name: Adam Nuttall - title: Drupal Engineer - image: - url: '%site.assets_url%/assets/images/recommendations/adam-nuttall.jpg' - tags: [daily] - - - text: - Oliver's approach to testing is a continual reminder of his commitment to delivering high-quality, bug-free, software. - name: Mike Karthauser - title: Senior Software Engineer - image: - url: '%site.assets_url%/assets/images/recommendations/mike-karthauser.jpg' - tags: [daily, testing, coaching] - - - text: | - I had the opportunity and good fortune to work with Oliver solving two problems that I was having on a Drupal Commerce site. I have done several Drupal sites using UberCart, but since it is deprecated, I chose to use Commerce. I had searched, posted to forums, and other normal means to find answers to my problems, to no response and to no avail. - - I got a referral to Oliver and scheduled an appointment to discuss the problems on a Zoom call. After showing him via screen share where I was stumped, he offered different approaches to what I was doing, which I was fine with as long as it worked. - - Once we solved the first problem, I was really elated and then focused on the second one, which was an easier fix. So in a short period of time, both problems were fixed and tested. - - I found Oliver was affable and easy to work with. He has a strong work ethic and a desire to solve problems for his customers and can recommend working with him. I think one of his strengths is to find alternative solutions to problems. - name: Tom Evans - title: ~ - image: ~ - tags: [call] - - - text: | - I am a big fan of your git approaches. I especially remember pairing with you and watching how many commands you run to solve many problems and how fast you were. It's a skill I believe not many have, particularly those who are used to working with a GUI like me, and personally I think it is quite valuable. - name: Marcos Duran - title: Senior Software Engineer - image: - url: '%site.assets_url%/assets/images/recommendations/marcos-duran.jpg' - tags: [git, daily, coaching] - - - text: | - I like the "$ git log -S" and "$ git log --grep" commands, will definitely be using these, thanks! - name: Stephen Mulvihill - title: Solutions Architect - image: - url: '%site.assets_url%/assets/images/recommendations/stephen-mulvihill.jpg' - tags: [git, daily, coaching] - - - text: | - Just wanted to say that your blog is amazing <3 I absolutely love it and usually share it with colleagues and some of the kids at my Code Club. - - Thanks for contributing to the community with your amazing content! - name: Patty O'Callaghan - title: Tech Lead - image: - url: '%site.assets_url%/assets/images/recommendations/patty-ocallaghan.jpg' - tags: [daily] - - - text: | - I've wanted to explore testing for a while, but as a PHP developer with 10 years of Drupal experience who'd written next to no tests, I really needed guidance. Oliver's expertise in testing and TDD motivated me to seek his help. - - Before our call, I'd started writing tests for my modules but needed direction, understanding the code to a degree but needing help with approach. Oliver clarified both unit and integration testing, providing solutions for my challenges, and shared his code for inspiration and help. He also gave me ideas on how to utilise contrib code to help me further. - - Consulting with an expert, I gained the clarity and confidence I needed in tackling testing with structured, maintainable practices. Oliver's adaptability and tailored services make him highly recommendable. - - Thanks, Oliver - I feel empowered and know exactly what approach to take now! - name: Tawny Bartlett - title: Senior Drupal Developer - url: https://www.playingwithpixels.co.uk - image: - url: '%site.assets_url%/assets/images/recommendations/tawny.jpg' - tags: [testing, coaching, call] - - - text: | - I've worked with Oliver for a number of years on B2C and B2B web projects and he has always demonstrated himself to be an expert in his field. - - As an insurance provider, some of our products and services don't naturally fit within a traditional ecommerce journey - but Oliver has always been able to come up with innovative ways to leverage core Drupal functionality and develop custom modules to meet our needs. - - Friendly, flexible and diligent - I wouldn't hesitate to recommend Oliver to anyone looking for a Drupal developer to progress their next project. - name: Joe Howell - title: Director, Bastion Insurance - url: https://www.bastioninsurance.co.uk - image: - url: '%site.assets_url%/assets/images/recommendations/joe-howell.jpg' - tags: [subscription, coaching] - - - text: | - We use Oliver for maintaining a couple of Drupal sites for which we no longer have the skills ourselves. We became aware of Oliver through his work in the Drupal community, and about a year ago we approached him to help us with the deep dive aspects of maintaining and developing Drupal sites. He's been really helpful and very responsive. Much appreciated! - name: Jon Hallett - title: Senior Systems Administrator at the University of Bristol - url: https://bristol.ac.uk - image: - url: '%site.assets_url%/assets/images/recommendations/jon-hallett.jpeg' - tags: [subscription] - - - text: | - For over a decade we have worked with Oliver on a number of different projects. Initially our collaboration consisted of web maintenance and troubleshooting but we soon tapped Oliver to design, build and maintain a custom awards site which includes both submission and judging functionality. Oliver has deep and wide-ranging skills and I would certainly recommend his services! - name: Michael Itkoff - title: Cofounder - url: https://www.daylightbooks.org - image: - url: '%site.assets_url%/assets/images/recommendations/michael-itkoff.jpg' - tags: [subscription] - - - text: | - Working with Oliver on the Seren website has been easy and beneficial. - - As well as providing general maintenance support, he built a new Drupal module which integrated with our partners Glassboxx so that we could sell ebooks directly from our website. Oliver worked closely with the team at Glassboxx to create the integration which needed to communicate with the Glassboxx app so that users could download their purchases. He was able to resolve issues which came up along the way in order to create a functioning module which we now use on our site. - - Oliver has extensive knowledge of Drupal and his familiarity with the Seren site meant he was able to fix problems quickly and efficiently as they arose. - - He is reliable and has always been willing to discuss new ideas for how the site could function. - - We would recommend working with him for his invaluable knowledge and ability to find solutions to problems at short notice. It has been a pleasure to work with him over the years. - name: Mick Felton - title: Publisher at Poetry Wales Press Ltd (Seren Books) - url: https://www.serenbooks.com - image: - url: '%site.assets_url%/assets/images/recommendations/mick-felton.jpg' - tags: [subscription, coaching] - - - text: | - Oliver is a pleasure to work with, and I would engage him again without hesitation. He communicates regularly, ensures that he meets requirements, and suggests improvements to the potential solutions to the brief. - name: Duncan Davidson - title: Director at Rohallion - url: https://rohallion.agency - image: - url: '%site.assets_url%/assets/images/recommendations/duncan.jpeg' - tags: [subscription, coaching] - - - text: | - We have only worked together for a short while but I can see Oliver is a Drupal expert. - - His technical knowledge means we have been able to make improvements to the sites we manage quickly and efficiently. - - If we have complex issues to contend with in the future I feel confident he will be able to deal with them. - name: Anonymous - title: Marketing Strategist - tags: [subscription] - - - text: | - A fantastic and highly knowledgeable Drupal Developer. Oliver saved a struggling Drupal project with his wealth of Drupal experience. - name: Adam Cuddihy - title: Web Development Manager - url: ~ - image: - url: '%site.assets_url%/assets/images/recommendations/adam.jpeg' - tags: [subscription] - - - text: | - I had the pleasure of working with Oliver whilst building the first version of our drupal based intranet. His knowledge of Drupal and the wider infrastructure required to run a site was really invaluable. - - At the time, we were very new to Drupal, so it gave us a great platform to learn from and expand our own knowledge. - - He's the only external contractor that we've kept in touch with over the years, which goes to show how much we valued his input. - name: Huw Davies - title: Web Dev Manager / DevOps / Team Manager at Admiral Group Plc - url: https://admiral.com - image: - url: '%site.assets_url%/assets/images/recommendations/huw.jpeg' - tags: [subscription] - - - text: | - Oliver really knows his stuff. Whether you are just starting out or looking to take your knowledge to the next level, his patient and clear way of explaining will help get you there. - name: Scott Euser - title: Head of Web Development - url: ~ - image: - url: '%site.assets_url%/assets/images/recommendations/scott-euser.jpg' - tags: [testing, coaching] - - - text: | - I have had the pleasure of working with Oliver on several projects at Microserve. He is a natural innovator and a great mentor who inspires others to explore new technologies and approaches. He is a highly knowledgeable professional with a passion for all things Drupal and the tenacity required to get the job done well. - name: Alan Hatch - title: Senior Drupal Developer at Microserve - url: ~ - image: - url: '%site.assets_url%/assets/images/recommendations/alan.jpeg' - tags: [coaching] - - - text: | - Oliver has been an outstanding contributor to the Drupal Association team. He is a talented developer who writes great code and applies his curiosity and love of learning to every project. He is also a fantastic team member, who gives to the team as much as he gets. - - Oliver is the embodiment of everything good about the Drupal community. - name: Holly Ross - title: Executive Director at the Drupal Association - url: https://www.drupal.org/association - image: - url: '%site.assets_url%/assets/images/recommendations/holly-ross.png' - tags: [subscription] - - - text: | - Oliver is a skilled Drupal developer with a passion for the Drupal community. As his direct supervisor, I was able to watch Oliver grow with the Drupal Association and contribute an amazing amount of effort and integrity to all of his work. - - Everything we have thrown at Oliver, he has approached with an open and flexible mind that has allowed him to work on a wide range of projects and features for Drupal products. - name: Josh Mitchell - title: CTO at Drupal Association - url: https://joshuami.com - image: - url: '%site.assets_url%/assets/images/recommendations/josh-mitchell.png' - tags: [subscription] - - - text: | - Oliver was great to work with. He has expert knowledge with Drupal and delivered exactly what we were looking for on time. He's understanding, friendly and easy to get along with. I would enjoy working with him again in the future. - name: Brian Hartwell - title: Interactive Creative Director - url: ~ - image: ~ - tags: [subscription] - - - text: | - Oliver was fantastic to work with - pro-active and highly responsive, he worked well remotely and as part of a project team. His understanding of the project requirement(s) and ability to translate it into working code was essential and he delivered. - name: Brian Healy - title: Director of Business Development at Tincan - url: ~ - image: - url: '%site.assets_url%/assets/images/recommendations/brian-healy.png' - tags: [subscription] - - - text: | - Oliver is an amazing colleague, he's professional, full of knowledge and I could not recommend him more. - name: Chris Jarvis - title: Developer at Microserve - url: ~ - image: - url: '%site.assets_url%/assets/images/recommendations/chris-jarvis.jpg' - - - text: | - Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and confidentiality at all times. - name: Daniel Easterbrook - title: Digital Strategy Consultant - tags: [subscription] diff --git a/source/_daily_emails/2022-10-17.md b/source/_daily_emails/2022-10-17.md index a570ab03..64d5e97c 100644 --- a/source/_daily_emails/2022-10-17.md +++ b/source/_daily_emails/2022-10-17.md @@ -6,7 +6,7 @@ permalink: 'archive/2022/10/17/14-years-drupalorg' Today I saw that my Drupal.org profile is showing that I’ve been on that website for 14 years. -![A screenshot of my Drupal.org profile showing "On Drupal.org for 14 years 1 hour".]({{site.assets_url}}/assets/images/14-drupalorg.jpg) +![A screenshot of my Drupal.org profile showing "On Drupal.org for 14 years 1 hour".]({{site.assets.url}}/assets/images/14-drupalorg.jpg) Drupal.org is the online home of the open-source Drupal CMS project, and where I registered to ask questions on the forums as I started to learn Drupal. More recently, it’s been where I’ve uploaded and maintain my own contributed projects and contribute patches to others, including Drupal core. diff --git a/source/_daily_emails/2024-01-05.md b/source/_daily_emails/2024-01-05.md index a555acd3..186ef3d3 100644 --- a/source/_daily_emails/2024-01-05.md +++ b/source/_daily_emails/2024-01-05.md @@ -16,11 +16,11 @@ Yesterday, I posted a screenshot from my [automated testing in Drupal email cour Here it is again: -![Screenshot of a lesson from my automated testing email course]({{site.assets_url}}/assets/images/php-neovim-1.png) +![Screenshot of a lesson from my automated testing email course]({{site.assets.url}}/assets/images/php-neovim-1.png) I also posted a screenshot of the accompanying code in my text editor, Neovim, which had a few likes. -![Screenshot of Drupal code in Neovim]({{site.assets_url}}/assets/images/php-neovim-2.png) +![Screenshot of Drupal code in Neovim]({{site.assets.url}}/assets/images/php-neovim-2.png) Since July 2021, I've used Neovim as my daily driver for writing all my code, which I spoke about during my [Working without Workspace talk]. diff --git a/source/_daily_emails/2024-02-23.md b/source/_daily_emails/2024-02-23.md index 57ef86b9..7e4d39fc 100644 --- a/source/_daily_emails/2024-02-23.md +++ b/source/_daily_emails/2024-02-23.md @@ -12,7 +12,7 @@ cta: subscription I've recently been improving my typing. -![A screenshot of a typing test.]({{site.assets_url}}/assets/images/daily-emails/typing.png) +![A screenshot of a typing test.]({{site.assets.url}}/assets/images/daily-emails/typing.png) My speed is usually good, but my accuracy is not where I'd like it to be (it's usually around 95%, and I'd like it to be nearer 99%). diff --git a/source/_includes/about-me.html.twig b/source/_includes/about-me.html.twig index 60f87b8d..1f772867 100644 --- a/source/_includes/about-me.html.twig +++ b/source/_includes/about-me.html.twig @@ -6,7 +6,7 @@
- Picture of Oliver + Picture of Oliver
diff --git a/source/_includes/main-menu.html.twig b/source/_includes/main-menu.html.twig index 9945341f..0733af54 100644 --- a/source/_includes/main-menu.html.twig +++ b/source/_includes/main-menu.html.twig @@ -1,6 +1,6 @@
{% endif %} diff --git a/source/_pages/podcast.md b/source/_pages/podcast.md index 4c32a535..8cd7e049 100644 --- a/source/_pages/podcast.md +++ b/source/_pages/podcast.md @@ -9,7 +9,7 @@ use: {% block content %} A weekly podcast about Drupal, open-source, and related software development topics. -Subscribe at . +Subscribe at {{ site.transistor.feed.url }}. ## Episodes diff --git a/source/_pages/press.md b/source/_pages/press.md index eb07af99..77fadc33 100644 --- a/source/_pages/press.md +++ b/source/_pages/press.md @@ -36,7 +36,7 @@ Oliver is a Software Developer and Drupal expert with {{ macros.yearsExperience ## Photo -![]({{site.assets_url}}/assets/images/social-avatar.jpg) +![]({{site.assets.url}}/assets/images/social-avatar.jpg) [drupal]: https://www.drupal.org/u/opdavies [github]: https://github.com/opdavies diff --git a/source/_talks/deploying-php-fabric.md b/source/_talks/deploying-php-fabric.md index a39252cd..dfce37aa 100644 --- a/source/_talks/deploying-php-fabric.md +++ b/source/_talks/deploying-php-fabric.md @@ -12,7 +12,7 @@ meta: description: "You've built your PHP application, now learn how to deploy it with Fabric." type: website image: - url: '%site.assets_url%/assets/images/talks/deploying-php-fabric.png' + url: '%site.assets.url%/assets/images/talks/deploying-php-fabric.png' width: 2560 height: 1440 type: image/png diff --git a/source/_talks/drupal-8-module-development.md b/source/_talks/drupal-8-module-development.md index 78d6cb1f..8518de08 100644 --- a/source/_talks/drupal-8-module-development.md +++ b/source/_talks/drupal-8-module-development.md @@ -15,7 +15,7 @@ meta: og: title: Getting Started with Drupal 8 Module Development image: - url: '%site.assets_url%/assets/images/talks/dclondon16.png' + url: '%site.assets.url%/assets/images/talks/dclondon16.png' type: "image/png" height: 540 width: 960 diff --git a/source/_talks/drupal-8-php-libraries-drupalorg-api.md b/source/_talks/drupal-8-php-libraries-drupalorg-api.md index dd240905..6f573cbb 100644 --- a/source/_talks/drupal-8-php-libraries-drupalorg-api.md +++ b/source/_talks/drupal-8-php-libraries-drupalorg-api.md @@ -6,7 +6,7 @@ speakerdeck: ratio: "1.77777777777778" url: https://speakerdeck.com/opdavies/having-fun-with-drupal-8-php-libraries-and-the-drupal-dot-org-api image: - url: '%site.assets_url%/assets/images/talks/having-fun-drupalorg-api.png' + url: '%site.assets.url%/assets/images/talks/having-fun-drupalorg-api.png' width: 2000 height: 1125 type: image/png diff --git a/source/_talks/getting-your-data-into-drupal-8.md b/source/_talks/getting-your-data-into-drupal-8.md index eee4fbf0..0318d7fc 100644 --- a/source/_talks/getting-your-data-into-drupal-8.md +++ b/source/_talks/getting-your-data-into-drupal-8.md @@ -15,7 +15,7 @@ meta: description: "How I migrated the Drupal Bristol website onto Drupal 8." type: website image: - url: '%site.assets_url%/assets/images/talks/getting-your-data-into-drupal-8.png' + url: '%site.assets.url%/assets/images/talks/getting-your-data-into-drupal-8.png' width: 2560 height: 1440 type: image/png diff --git a/source/_talks/taking-flight-with-tailwind-css.md b/source/_talks/taking-flight-with-tailwind-css.md index 8f715bbf..d4f81973 100644 --- a/source/_talks/taking-flight-with-tailwind-css.md +++ b/source/_talks/taking-flight-with-tailwind-css.md @@ -100,7 +100,7 @@ meta: description: An introduction to utility CSS and Tailwind. type: website image: - url: '%site.assets_url%/assets/images/talks/taking-flight-tailwind.jpg' + url: '%site.assets.url%/assets/images/talks/taking-flight-tailwind.jpg' width: 2560 height: 1440 type: "image/png" diff --git a/source/_talks/tdd-test-driven-drupal.md b/source/_talks/tdd-test-driven-drupal.md index d14a0587..de9ee8c3 100644 --- a/source/_talks/tdd-test-driven-drupal.md +++ b/source/_talks/tdd-test-driven-drupal.md @@ -9,7 +9,7 @@ video: type: youtube id: 81J0dPvqG-g image: - url: '%site.assets_url%/assets/images/talks/test-driven-drupal-development.png' + url: '%site.assets.url%/assets/images/talks/test-driven-drupal-development.png' width: 2560 height: 1440 type: image/png diff --git a/source/_talks/things-you-should-know-about-php.md b/source/_talks/things-you-should-know-about-php.md index f1ae0568..dcccd4ae 100644 --- a/source/_talks/things-you-should-know-about-php.md +++ b/source/_talks/things-you-should-know-about-php.md @@ -11,7 +11,7 @@ video: meta: og: image: - url: '%site.assets_url%/assets/images/talks/things-you-should-know-about-php.png' + url: '%site.assets.url%/assets/images/talks/things-you-should-know-about-php.png' events: - name: PHP Stoke