From fdd683ce882e104464c2b072363f80785a4abc61 Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Tue, 28 Nov 2023 21:33:39 +0100 Subject: [PATCH] fuckstalkerware wip talk --- .eleventy.js | 3 + src/decks.njk | 6 +- src/decks/fuckstalkerware.md | 306 ++++++++++++++++++ src/decks/test.md | 9 - .../img/decks/fuckstalkerware/adminer.jpg | Bin 0 -> 90216 bytes .../fuckstalkerware/spyhide-gps-world.jpg | Bin 0 -> 282283 bytes 6 files changed, 314 insertions(+), 10 deletions(-) create mode 100644 src/decks/fuckstalkerware.md delete mode 100644 src/decks/test.md create mode 100644 src/static/img/decks/fuckstalkerware/adminer.jpg create mode 100644 src/static/img/decks/fuckstalkerware/spyhide-gps-world.jpg diff --git a/.eleventy.js b/.eleventy.js index 632349d..bf7e144 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -45,6 +45,9 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy({ "node_modules/reveal.js/dist/reveal.css": "reveal.js/reveal.css" }); eleventyConfig.addPassthroughCopy({ "node_modules/reveal.js/dist/reveal.esm.js": "reveal.js/reveal.esm.js" }); eleventyConfig.addPassthroughCopy({ "node_modules/reveal.js/plugin/markdown/markdown.esm.js": "reveal.js/plugin/markdown/markdown.esm.js" }); + eleventyConfig.addPassthroughCopy({ "node_modules/reveal.js/plugin/highlight/highlight.esm.js": "reveal.js/plugin/highlight/highlight.esm.js" }); + eleventyConfig.addPassthroughCopy({ "node_modules/reveal.js/plugin/highlight/monokai.css": "reveal.js/plugin/highlight/monokai.css" }); + eleventyConfig.addPassthroughCopy({ "node_modules/reveal.js/plugin/notes/notes.esm.js": "reveal.js/plugin/notes/notes.esm.js" }); eleventyConfig.addFilter("date_to_datetime", async (obj) => { if (!obj) { diff --git a/src/decks.njk b/src/decks.njk index f61e939..3d46142 100644 --- a/src/decks.njk +++ b/src/decks.njk @@ -26,13 +26,17 @@ permalink: /decks/{{ pagination.items[0].fileSlug }}/index.html {% bounce { path: '/reveal.js/reveal.css', check_path: 'node_modules/reveal.js/dist/reveal.css' } %} {% bounce { path: '/css/reveal-maia.css', check_path: 'src/css' } %} + + {% bounce { path: '/reveal.js/plugin/highlight/monokai.css', check_path: 'node_modules/reveal.js/plugin/highlight/monokai.css' } %}