Update JS front matter name, use cross-env where available, adds build-nocolor script

This commit is contained in:
Zach Leatherman
2024-07-16 09:38:01 -05:00
parent c1d0bf9301
commit 499ca5e655
4 changed files with 10 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
---node
---js
const title = "This is a fifth post (draft)";
const date = "2023-01-23";
const draft = true;

View File

@@ -1,4 +1,4 @@
---node
---js
// <script>
const pagination = {
data: "collections",