Parse portfolio markdown and expose it as json

This commit is contained in:
2019-08-16 16:19:39 +02:00
parent 87777ad19f
commit b8675e5a8c
5 changed files with 87 additions and 19 deletions

View File

@ -13,6 +13,8 @@
},
"dependencies": {
"compression": "^1.7.1",
"front-matter": "^3.0.2",
"marked": "^0.7.0",
"polka": "^0.5.0",
"sirv": "^0.4.0"
},