Fix animated button
This commit is contained in:
parent
f5e030b316
commit
e4c4477f12
2 changed files with 3 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue