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,8 +1,8 @@
# Mystic Site Builder (2022 Edition)
# It's Eric Woodward (dotcom)
Micro static site generator in Node.js
A custom-built static site generator in Node.js used to create the website https://www.itsericwoodward.com (and https://itsericwoodward.com, for good measure).
Based on the ideas in this post: https://medium.com/douglas-matoso-english/build-static-site-generator-nodejs-8969ebe34b22
Based (at least in part) on the ideas in this post: https://medium.com/douglas-matoso-english/build-static-site-generator-nodejs-8969ebe34b22
## Setup
@@ -10,10 +10,11 @@ Based on the ideas in this post: https://medium.com/douglas-matoso-english/build
$ npm i
$ npm run build
$ npm run serve
$ npm run watch
```
Go to http://localhost:5000 to see the generated site.
## How to use
If you want to use NanoGen to generate your own site, just fork this repository and add your content to the `src` folder.
If you want to use this as the basis for generating your own site, just fork this repository and update the content in the `src` folder.