✨feature: First working version with dummy content
Some checks failed
build-site / build (push) Failing after 6m4s
Some checks failed
build-site / build (push) Failing after 6m4s
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "dev-notes-ssg",
|
||||
"version": "0.1.0",
|
||||
"description": "Lightweight static site generator for personal dev notes",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "node bin/build.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"gray-matter": "^4.0.3",
|
||||
"highlight.js": "^11.9.0",
|
||||
"markdown-it": "^14.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user