Skip to content

Commit

Permalink
feat: use @photogabble/eleventy-plugin-interlinker
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Mar 3, 2023
1 parent d1c34c7 commit a934da5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (eleventyConfig) {
// Install Plugins
//

eleventyConfig.addPlugin(require('./utils/interlink-plugin'), {
eleventyConfig.addPlugin(require('@photogabble/eleventy-plugin-interlinker'), {
defaultLayout: 'layouts/embed.liquid'
});

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@photogabble/eleventy-plugin-blogtimes": "^1.0.0",
"@photogabble/eleventy-plugin-font-subsetting": "^1.0.0",
"@photogabble/eleventy-plugin-tag-normaliser": "^1.0.0",
"@photogabble/eleventy-plugin-word-stats": "^1.0.0",
"@photogabble/eleventy-plugin-font-subsetting": "^1.0.0",
"@photogabble/eleventy-plugin-interlinker": "github:photogabble/eleventy-plugin-interlinker",
"autoprefixer": "^10.4.8",
"chalk": "^4.1.1",
"characterset": "^2.0.0",
Expand Down
25 changes: 0 additions & 25 deletions utils/interlink-plugin/index.d.ts

This file was deleted.

218 changes: 0 additions & 218 deletions utils/interlink-plugin/index.js

This file was deleted.

0 comments on commit a934da5

Please sign in to comment.