A script for pulling in multiple .md files, making modifications and re-exporting as .docx
npm install
node index.js
A script for reporting on the types of and number of blocks in a site.
node block-report.js [project] [site] [index] [cached]
- project (Optional): The project name or directory. Default is set to
'bacom-blog'
. - site (Optional): The base URL of the site. Default is set to
'https://main--business-website--adobe.hlx.page'
. - index (Optional): The specific index or endpoint. Default is set to
'/blog/query-index.json?limit=3000'
. - cached (Optional): Boolean flag to enable or disable caching. Default is set to
true
.