Skip to content

Commit

Permalink
Wild stab in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianparker committed Oct 28, 2023
1 parent c803d86 commit 82b9b35
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function (eleventyConfig) {
// output everything from the static folder at root of output
eleventyConfig.addPassthroughCopy({ static: "/" });
eleventyConfig.addPassthroughCopy({ "content/posts/img/": "/" });

// can use the shortcode 'md' in a page to render markdown copy as HTML in place
eleventyConfig.addFilter("md", function (content = "") {
return markdownIt({ html: true }).render(content);
Expand Down
File renamed without changes
Binary file added content/img/IMG_7118.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/img/IMG_7120.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/img/IMG_7121.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/posts/Generosity-Customer-Experience-Superpower.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ We were! Much to our delight, the charming young man was named Finn, and he was
Next we met Arabella, one of the winemakers, and their family dog met ours, and before we could pinch ourselves to make sure we weren't dreaming, we met Simon, the chief winemaker, and we were following him through the vines taking in a masterclass in viticulture. We spent a good half an hour soaking up decades of experience and wisdom, and Simon was very gracious in putting up with our simple questions without ever making us feel silly.

<figure>
{% image "IMG_1513.jpg", "Wandering The Farm vineyard being taught about chardonnay by a master winemaker", "(min-width: 30em) 50vw, 100vw" %}
{% image "img/IMG_1513.JPG", "Wandering The Farm vineyard being taught about chardonnay by a master winemaker", "(min-width: 30em) 50vw, 100vw" %}
<figcaption>Wandering The Farm vineyard being taught about chardonnay by a master winemaker</figcaption>
</figure>

Expand Down
Binary file added img/IMG_1513.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/IMG_7118.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/IMG_7120.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/IMG_7121.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82b9b35

Please sign in to comment.