Move assets to an S3 bucket

This commit is contained in:
Oliver Davies 2024-01-11 20:52:18 +00:00
parent 9480ddb5e5
commit 0bf1abbd6b
171 changed files with 37 additions and 35 deletions

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.url}}/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.url}}/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].