initial commit

This commit is contained in:
2020-03-08 17:13:14 +00:00
commit ccd4f72d2d
54 changed files with 4730 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "website",
"version": "1.0.0",
"description": "Static site generation code for my website.",
"main": "index.js",
"dependencies": {
"dayjs": "^1.8.19",
"fs-extra": "^8.1.0",
"gray-matter": "^4.0.2",
"handlebars": "^4.7.2",
"markdown-it": "^10.0.0",
"mustache": "^4.0.0",
"nanoid": "^2.1.10",
"pug": "^2.0.4",
"ramda": "^0.26.1",
"stylus": "^0.54.7"
},
"license": "MIT"
}