From e4c4477f128db3ad43b0fefbd16305bf837e6bc3 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Tue, 3 Oct 2023 18:32:31 -0500 Subject: [PATCH] Fix animated button --- .eleventy.js | 3 ++- src/about.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index b335335..eb8ab7e 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -20,6 +20,7 @@ module.exports = function(eleventyConfig) { "node_modules/simpledotcss/simple.css": "css/simple.css", }); eleventyConfig.addPassthroughCopy({ "src/robots.txt": "robots.txt" }); + eleventyConfig.addPassthroughCopy({ "assets/images/about/devon.lol-button-03.gif": "images/devon.lol-button-03.gif" }); eleventyConfig.addFilter("buildPageTitle", function(title) { if (this.page.url === '/') { @@ -54,7 +55,7 @@ module.exports = function(eleventyConfig) { }); - const markdownLibrary = markdownIt() + const markdownLibrary = markdownIt({ html: true }) .use(markdownItAnchor, { slugify }) .use( markdownItObsidian({ diff --git a/src/about.md b/src/about.md index d0ec605..f33bad2 100644 --- a/src/about.md +++ b/src/about.md @@ -26,6 +26,6 @@ If you want to link to my site, you can use these buttons! ![A button with "Devon.Lol" in green text giving off a neon glow on top of a purple background with shapes on top of it in green, a lighter purple, pink, and blue. The background is inspired by the funky carpeting at the arcades of the 90s.](./assets/images/about/devon.lol-button-01.png) ![A button with a purple border and a character from Earthbound glowing green on top of a black background. To his right, "Devon.Lol" is written in pink and glows blue.](./assets/images/about/devon.lol-button-02.png) -![A button resembling a dialog box from the SNES RPG Earthbound. "Devon.LoL" is written inside in white.](./assets/images/about/devon.lol-button-03.gif) +A button resembling a dialog box from the SNES RPG Earthbound. "Devon.LoL" is written inside in white. Feel free to skip the buttons too if you prefer. I personally prefer when links to other sites have some context, so text links are even better. Any link is appreciated.