Implement blog as part of main site

This commit is contained in:
2023-01-16 03:24:51 -06:00
parent 385641aa95
commit b9a406e553
706 changed files with 24765 additions and 5 deletions

View File

@@ -10,16 +10,21 @@
"dependencies": {
"@atao60/fse-cli": "^0.1.7",
"@extollo/lib": "^0.14.10",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.9",
"@types/xml2js": "^0.4.11",
"any-date-parser": "^1.5.3",
"copyfiles": "^2.4.1",
"feed": "^4.2.2",
"gotify": "^1.1.0",
"gray-matter": "^4.0.3",
"marked": "^4.2.12",
"ts-expose-internals": "^4.5.4",
"ts-node": "^10.9.1",
"ts-patch": "^2.0.1",
"ts-to-zod": "^1.8.0",
"typescript": "^4.3.2",
"xml2js": "^0.4.23",
"zod": "^3.11.6"
},
"scripts": {