tektree blogs, zooming images and a categories list

This commit is contained in:
2022-09-20 18:48:33 +02:00
parent 54e3e0d450
commit 8f25d23a61
28 changed files with 446 additions and 9 deletions

View File

@@ -98,12 +98,18 @@ export default {
options: {
maxWidth: 960,
withWebp: true,
linkImagesToOriginal: false,
showCaptions: ["title"],
},
},
{
resolve: "gatsby-remark-responsive-iframe",
options: { wrapperStyle: "margin-bottom: 1.0725rem" },
},
{
resolve: "gatsby-remark-images-medium-zoom",
options: { background: "rgb(0, 0, 0,50%)" },
},
"gatsby-remark-autolink-headers",
"gatsby-remark-prismjs",
"gatsby-remark-copy-linked-files",