Update site settings

This commit is contained in:
Oliver Davies 2024-02-28 00:40:07 +00:00
parent 645bd2997c
commit 91486faed4
22 changed files with 304 additions and 299 deletions

View file

@ -6,7 +6,7 @@ permalink: 'archive/2022/10/17/14-years-drupalorg'
Today I saw that my Drupal.org profile is showing that Ive 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, its been where Ive uploaded and maintain my own contributed projects and contribute patches to others, including Drupal core.

View file

@ -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].

View file

@ -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%).

View file

@ -6,7 +6,7 @@
<div class="mt-4">
<div class="flex space-x-4">
<div class="flex flex-col flex-shrink-0 justify-start">
<img src="{{ site.assets_url }}/assets/images/social-avatar.jpg" alt="Picture of Oliver" class="my-0 w-16 h-16 rounded-full ring-2 ring-grey dark:ring-white">
<img src="{{ site.assets.url }}/assets/images/social-avatar.jpg" alt="Picture of Oliver" class="my-0 w-16 h-16 rounded-full ring-2 ring-gray dark:ring-white">
</div>
<div class="prose prose-p:text-black prose-a:font-light prose-a:text-blue-primary prose-p:text-lg prose-blockquote:border-blue-primary dark:marker:text-white prose-li:my-1 prose-li:text-lg prose-figcaption:text-white prose-li:text-black marker:text-black dark:prose-p:text-white dark:prose-invert dark:prose-a:text-blue-400 dark:prose-blockquote:border-blue-400 dark:prose-li:text-white hover:prose-a:no-underline prose-h2:text-xl prose-code:font-normal prose-h2:mb-4 prose-ul:my-3 dark:prose-hr:border-grey-400 prose-code:before:content-[''] prose-code:after:content-['']">

View file

@ -1,6 +1,6 @@
<nav class="flex flex-wrap justify-center -mb-3">
{% for link in site.menu_links %}
<a class="mx-3 mb-3 text-base underline md:text-lg dark:text-white hover:no-underline link dark:hover:text-blue-400 hover:text-grey-900" href="{{ link.url }}">
<a class="mx-3 mb-3 text-base underline md:text-lg dark:text-white hover:no-underline link dark:hover:text-blue-400 hover:text-gray-900" href="{{ link.url }}">
{{ link.title }}
</a>
{% endfor %}

View file

@ -42,7 +42,7 @@
{% if testimonial.image %}
<span class="order-first flex-shrink-0">
<img class="size-16 rounded-full ring-2 ring-grey-500 dark:ring-white" alt="Photo of {{ testimonial.name }}" src="{{ testimonial.image.url }}" />
<img class="size-16 rounded-full ring-2 ring-gray-500 dark:ring-white" alt="Photo of {{ testimonial.name }}" src="{{ testimonial.image.url }}" />
</span>
{% endif %}
</footer>

View file

@ -6,16 +6,16 @@
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300&display=swap" rel="stylesheet" />
<link href="{{ site.assets_url }}/build/tailwind.css?v={{ site.assets_version }}" rel="stylesheet">
<link href="{{ site.assets.url }}/build/tailwind.css?v={{ site.assets.version }}" rel="stylesheet">
<link rel="canonical" href="{{ site.url }}{{ page.url|trim('/', 'right') }}" />
<meta name="author" content="Oliver Davies" />
<meta name="generator" content="Sculpin (https://sculpin.io)" />
<meta name="keywords" content="Drupal Developer, Drupal Consultant, Drupal Architect, Drupal Strategist, Drupal Trainer, Triple Certified Drupal Expert, Public Speaker, Workshop Trainer, Technical Lead, Technical Coach, Software Development Coach, Automated Testing, Test-Driven Development" />
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@opdavies">
<meta name="twitter:image" content="{{ site.assets_url }}/assets/images/od-logo.jpg" />
<meta name="twitter:image" content="{{ site.assets.url }}/assets/images/od-logo.jpg" />
<meta name="twitter:site" content="@opdavies">
<meta property="og:image" name="image" content="{{ site.assets_url }}/assets/images/od-logo.jpg" />
<meta property="og:image" name="image" content="{{ site.assets.url }}/assets/images/od-logo.jpg" />
<meta property="og:site_name" content="Oliver Davies" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ site.url }}{{ page.url|trim('/', 'right') }}" />

View file

@ -23,7 +23,7 @@
frameborder="no"
scrolling="no"
seamless=""
src="https://share.transistor.fm/e/{{ page.transistor.id }}">
src="{{ site.transistor.share.url }}/{{ page.transistor.id }}">
</iframe>
</div>
{% endif %}

View file

@ -9,7 +9,7 @@ use:
{% block content %}
A weekly podcast about Drupal, open-source, and related software development topics.
Subscribe at <https://feeds.transistor.fm/beyond-blocks>.
Subscribe at <a href="{{ site.transistor.feed.url }}">{{ site.transistor.feed.url }}</a>.
## Episodes

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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