Use eleventy-navigation
plugin for navigation menu
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"build": "npx eleventy",
|
||||
"watch": "npx eleventy --watch",
|
||||
"serve": "npx eleventy --serve",
|
||||
"debug": "DEBUG=* npx eleventy"
|
||||
},
|
||||
"repository": {
|
||||
@ -23,6 +24,7 @@
|
||||
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^0.9.0",
|
||||
"@11ty/eleventy-navigation": "^0.1.0",
|
||||
"@11ty/eleventy-plugin-rss": "^1.0.7",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
|
||||
"luxon": "^1.12.0",
|
||||
|
Reference in New Issue
Block a user