Skip to content

Commit

Permalink
Revert "Installed eleventy-plugin-mathjax plugin...I think? I'm doing…
Browse files Browse the repository at this point in the history
… it via the Github web editor, so I didn't install the NPM package locally"

This reverts commit fb7579d.
  • Loading branch information
Justus Grunow committed Aug 2, 2024
1 parent 07003f3 commit f2ba4c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
var moment = require('moment');
const syntaxHighlight = require('@11ty/eleventy-plugin-syntaxhighlight');
const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
const mathjaxPlugin = require("eleventy-plugin-mathjax");

module.exports = function(eleventyConfig) {
eleventyConfig.addPlugin(syntaxHighlight);
eleventyConfig.addPlugin(eleventyNavigationPlugin);
eleventyConfig.addPlugin(mathjaxPlugin);

eleventyConfig.setTemplateFormats([
"md",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.2",
"node-fetch": "^2.6.1",
"eleventy-plugin-mathjax": "^2.0.4"
"node-fetch": "^2.6.1"
}
}

0 comments on commit f2ba4c9

Please sign in to comment.