Merge branch 'main' into v2

# Conflicts:
#	.eleventy.js
#	package.json
#	tags-list.njk
This commit is contained in:
Zach Leatherman
2022-07-13 12:46:03 -05:00
10 changed files with 98 additions and 57 deletions

View File

@ -1,6 +1,6 @@
{
"name": "eleventy-base-blog",
"version": "6.0.0",
"version": "7.0.0",
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"scripts": {
"build": "npx @11ty/eleventy",
@ -28,7 +28,7 @@
"@11ty/eleventy": "^2.0.0-canary.12",
"@11ty/eleventy-navigation": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"luxon": "^2.4.0",
"markdown-it-anchor": "^8.6.4"
}