added layouts, some base content
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "eleventy",
|
||||
"version": "1.0.0",
|
||||
"description": "A static site generator",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@11ty/eleventy-plugin-handlebars": "^1.0.0",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.2",
|
||||
"markdown-it": "^14.1.0",
|
||||
"sass": "^1.80.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user