This commit is contained in:
Cory Dransfeldt 2023-07-13 11:22:40 -07:00
parent 22a5a30438
commit f14930fc66
No known key found for this signature in database
3 changed files with 722 additions and 29 deletions

View file

@ -72,5 +72,8 @@
"**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [ "**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [
"npx markdownlint --config ./markdownlint.config.json --fix" "npx markdownlint --config ./markdownlint.config.json --fix"
] ]
},
"dependencies": {
"@netlify/plugin-lighthouse": "^5.0.0"
} }
} }

View file

@ -65,6 +65,6 @@ Rendering the output is as simple as:
{% endraw %} {% endraw %}
Leaving us with: Leaving us with:
{% image '<https://cdn.coryd.dev/blog/album-releases.jpg>', 'Albums I\'m looking forward to', 'w-full', '600px' %} {% image 'https://cdn.coryd.dev/blog/album-releases.jpg', 'Albums I\'m looking forward to', 'w-full', '600px' %}
[^1]: At this point, a dev playground. [^1]: At this point, a dev playground.

746
yarn.lock

File diff suppressed because it is too large Load diff