Skip to content

Commit

Permalink
Add upgrade-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Jan 12, 2022
1 parent d9e1db5 commit 1e8617a
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ const markdownIt = require("markdown-it")();
const markdownItAnchor = require("markdown-it-anchor");
const cheerio = require("cheerio");
const pluginRss = require("@11ty/eleventy-plugin-rss");
const UpgradeHelper = require("@11ty/eleventy-upgrade-help");

module.exports = function(eleventyConfig) {
eleventyConfig.addPlugin(UpgradeHelper);
};

const paths = {
input: "src",
Expand Down
135 changes: 135 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dependencies": {
"@11ty/eleventy": "1.0.0",
"@11ty/eleventy-plugin-rss": "1.1.2",
"@11ty/eleventy-upgrade-help": "1.0.1",
"@snowpack/plugin-optimize": "0.2.13",
"@snowpack/plugin-postcss": "1.4.3",
"@snowpack/plugin-run-script": "2.3.0",
Expand Down

0 comments on commit 1e8617a

Please sign in to comment.