Fix animated button

This commit is contained in:
Devon Campbell 2023-10-03 18:32:31 -05:00
commit e4c4477f12
2 changed files with 3 additions and 2 deletions

View file

@ -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({

View file

@ -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)
<img src="/images/devon.lol-button-03.gif" alt='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.