Add post about PVGttM

Add support for `status` prop on posts (draft or hidden)
Fix fonts
This commit is contained in:
2023-07-21 00:12:16 -04:00
parent b0751f0cb4
commit 5af4cb886f
19 changed files with 360 additions and 309 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "iew-site-builder",
"version": "0.9.1",
"version": "0.9.2",
"description": "",
"main": "index.js",
"scripts": {
@@ -11,7 +11,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"chokidar": "^3.4.3",
@@ -20,6 +20,7 @@
"json5": "^2.1.3",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.3",
"network-address": "^1.1.2",
"serve-handler": "^6.1.3"
},