Remove assets URL as it's not used
This commit is contained in:
parent
db29e71760
commit
69ca351f6e
14 changed files with 42 additions and 42 deletions
|
@ -6,7 +6,7 @@ permalink: 'daily/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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -16,11 +16,11 @@ Yesterday, I posted a screenshot from my [automated testing in Drupal email cour
|
|||
|
||||
Here it is again:
|
||||
|
||||

|
||||

|
||||
|
||||
I also posted a screenshot of the accompanying code in my text editor, Neovim, which had a few likes.
|
||||
|
||||

|
||||

|
||||
|
||||
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].
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ cta: subscription
|
|||
|
||||
I've recently been improving my typing.
|
||||
|
||||

|
||||

|
||||
|
||||
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%).
|
||||
|
||||
|
|
|
@ -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-[3px] ring-blue-primary dark:ring-white">
|
||||
<img src="/assets/images/social-avatar.jpg" alt="Picture of Oliver" class="my-0 w-16 h-16 rounded-full ring-[3px] ring-blue-primary dark:ring-white">
|
||||
</div>
|
||||
|
||||
<div class="{{ site.prose_classes }}">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link href="{{ site.assets.url }}/build/tailwind.css?v={{ site.assets.version }}" rel="stylesheet">
|
||||
<link href="/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)">
|
||||
|
@ -12,10 +12,10 @@
|
|||
|
||||
<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="/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="/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') }}">
|
||||
|
|
|
@ -8,7 +8,7 @@ speakerdeck:
|
|||
meta:
|
||||
og:
|
||||
image:
|
||||
url: '%site.assets.url%/assets/images/talks/deploying-php-fabric.png'
|
||||
url: '/assets/images/talks/deploying-php-fabric.png'
|
||||
width: 2560
|
||||
height: 1440
|
||||
type: image/png
|
||||
|
|
|
@ -12,7 +12,7 @@ video:
|
|||
meta:
|
||||
og:
|
||||
image:
|
||||
url: '%site.assets.url%/assets/images/talks/dclondon16.png'
|
||||
url: '/assets/images/talks/dclondon16.png'
|
||||
type: "image/png"
|
||||
height: 540
|
||||
width: 960
|
||||
|
|
|
@ -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: '/assets/images/talks/having-fun-drupalorg-api.png'
|
||||
width: 2000
|
||||
height: 1125
|
||||
type: image/png
|
||||
|
|
|
@ -11,7 +11,7 @@ video:
|
|||
meta:
|
||||
og:
|
||||
image:
|
||||
url: '%site.assets.url%/assets/images/talks/getting-your-data-into-drupal-8.png'
|
||||
url: '/assets/images/talks/getting-your-data-into-drupal-8.png'
|
||||
width: 2560
|
||||
height: 1440
|
||||
type: image/png
|
||||
|
|
|
@ -12,7 +12,7 @@ video:
|
|||
meta:
|
||||
og:
|
||||
image:
|
||||
url: '%site.assets.url%/assets/images/talks/taking-flight-tailwind.jpg'
|
||||
url: '/assets/images/talks/taking-flight-tailwind.jpg'
|
||||
width: 2560
|
||||
height: 1440
|
||||
type: "image/png"
|
||||
|
|
|
@ -9,7 +9,7 @@ video:
|
|||
type: youtube
|
||||
id: 81J0dPvqG-g
|
||||
image:
|
||||
url: '%site.assets.url%/assets/images/talks/test-driven-drupal-development.png'
|
||||
url: '/assets/images/talks/test-driven-drupal-development.png'
|
||||
width: 2560
|
||||
height: 1440
|
||||
type: image/png
|
||||
|
|
|
@ -11,7 +11,7 @@ video:
|
|||
meta:
|
||||
og:
|
||||
image:
|
||||
url: '%site.assets.url%/assets/images/talks/things-you-should-know-about-php.png'
|
||||
url: '/assets/images/talks/things-you-should-know-about-php.png'
|
||||
events:
|
||||
- name: Swansea Software Development Meetup (SSDC)
|
||||
location: Swansea, UK
|
||||
|
|
|
@ -37,7 +37,7 @@ Oliver is a Software Developer and Drupal expert with {{ macros.yearsOfExperienc
|
|||
|
||||
## Photo
|
||||
|
||||

|
||||

|
||||
|
||||
[drupal]: https://www.drupal.org/u/opdavies
|
||||
[github]: https://github.com/opdavies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue