parent
faf715a016
commit
db45e19394
6 changed files with 3 additions and 25 deletions
|
@ -2,7 +2,6 @@ const emojiReadTime = require("@11tyrocks/eleventy-plugin-emoji-readtime");
|
|||
const pluginRss = require("@11ty/eleventy-plugin-rss");
|
||||
const metagen = require('eleventy-plugin-metagen');
|
||||
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
|
||||
const pluginPlausible = require('eleventy-plugin-plausible');
|
||||
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("./content/images");
|
||||
|
@ -10,9 +9,6 @@ module.exports = function(eleventyConfig) {
|
|||
eleventyConfig.addPlugin(pluginRss);
|
||||
eleventyConfig.addPlugin(metagen);
|
||||
eleventyConfig.addPlugin(syntaxHighlight);
|
||||
eleventyConfig.addPlugin(pluginPlausible, {
|
||||
domain: 'gaiety.life'
|
||||
});
|
||||
|
||||
eleventyConfig.addCollection("posts", function(collection) {
|
||||
return collection.getFilteredByGlob("content/posts/**/*.md");
|
||||
|
|
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
|
@ -134,9 +134,6 @@
|
|||
},
|
||||
"active": "43acf14268817221",
|
||||
"lastOpenFiles": [
|
||||
"node_modules/eleventy-plugin-plausible/package.json",
|
||||
"node_modules/eleventy-plugin-plausible/README.md",
|
||||
"node_modules/eleventy-plugin-plausible",
|
||||
"images/Screenshot.md",
|
||||
"content/tils/kagi_small_web.md",
|
||||
"images",
|
||||
|
@ -157,6 +154,7 @@
|
|||
"_site/til.xml",
|
||||
"_site/tils/always_generated_ecto_boolean/index.html",
|
||||
"_site/tils/pdf_obsidian_at_page/index.html",
|
||||
"_site/tils/always_generated_ecto_boolean",
|
||||
"_site/images/til-pdf-page.png",
|
||||
"content/tils/asdf_direnv.md",
|
||||
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/README.md",
|
||||
|
@ -177,6 +175,8 @@
|
|||
"node_modules/minimist/README.md",
|
||||
"node_modules/minimist/CHANGELOG.md",
|
||||
"node_modules/@11ty/lodash-custom/README.md",
|
||||
"node_modules/slugify/CHANGELOG.md",
|
||||
"node_modules/markdown-it/node_modules/entities/readme.md",
|
||||
"_site/images/ultimate-dungeon-terrain-3.jpg",
|
||||
"_site/images/ultimate-dungeon-terrain-2.jpg",
|
||||
"_site/images/ultimate-dungeon-terrain-1.jpg"
|
||||
|
|
|
@ -6,8 +6,6 @@ pagination:
|
|||
reverse: true
|
||||
---
|
||||
|
||||
{% plausible %}
|
||||
|
||||
{% extends "baselayout.njk" %}
|
||||
|
||||
{% block main %}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
{% plausible %}
|
||||
|
||||
{% extends "baselayout.njk" %}
|
||||
|
||||
{% block main %}
|
||||
|
|
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -16,7 +16,6 @@
|
|||
"@tailwindcss/typography": "^0.5.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"eleventy-plugin-metagen": "^1.5.2",
|
||||
"eleventy-plugin-plausible": "^1.1.0",
|
||||
"postcss": "^8.4.5",
|
||||
"tailwindcss": "^3.0.12"
|
||||
}
|
||||
|
@ -1960,12 +1959,6 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/eleventy-plugin-plausible": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eleventy-plugin-plausible/-/eleventy-plugin-plausible-1.1.0.tgz",
|
||||
"integrity": "sha512-6zVqKldyvCJ1G0cgBgqIj94XbRQ/orZAPl8UYSWglyqt4scaKh5uTvDFflxaVXn0FoHs3XIAnTyDBCJ4ITFyuw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/emoji-regex": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
||||
|
@ -7219,12 +7212,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"eleventy-plugin-plausible": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eleventy-plugin-plausible/-/eleventy-plugin-plausible-1.1.0.tgz",
|
||||
"integrity": "sha512-6zVqKldyvCJ1G0cgBgqIj94XbRQ/orZAPl8UYSWglyqt4scaKh5uTvDFflxaVXn0FoHs3XIAnTyDBCJ4ITFyuw==",
|
||||
"dev": true
|
||||
},
|
||||
"emoji-regex": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
"@tailwindcss/typography": "^0.5.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"eleventy-plugin-metagen": "^1.5.2",
|
||||
"eleventy-plugin-plausible": "^1.1.0",
|
||||
"postcss": "^8.4.5",
|
||||
"tailwindcss": "^3.0.12"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue