fix webmentions & css
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "A starter repository for a blog web site using the Eleventy site generator.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "npx @11ty/eleventy --incremental",
|
||||
"build": "npx @11ty/eleventy --incremental --quiet",
|
||||
"build-full": "npx @11ty/eleventy",
|
||||
"build-nocolor": "cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy",
|
||||
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
|
||||
@@ -51,6 +51,7 @@
|
||||
"@fontsource/atkinson-hyperlegible": "^5.0.3",
|
||||
"@zachleat/heading-anchors": "^1.0.1",
|
||||
"dotenv": "^16.3.1",
|
||||
"lodash-es": "^4.17.21"
|
||||
"lodash-es": "^4.17.21",
|
||||
"sanitize-html": "^2.13.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user