From 4402b4ea8302ee53d2d28ea3ef6aa8b57b0fcff7 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Sat, 28 May 2022 14:53:35 -0500 Subject: [PATCH] Update converter.js --- code/converter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/code/converter.js b/code/converter.js index 6e9e1d0..28c1398 100644 --- a/code/converter.js +++ b/code/converter.js @@ -31,3 +31,4 @@ json.forEach((v, i) => { fs.writeFileSync(`${path}/story/human-readable/${v.id}.md`, mdTemp, {encoding: "utf8"}); }) fs.writeFileSync(`${path}/story/human-readable.md`, fullMd, {encoding: "utf8"}); +fs.writeFileSync(`${path}/story/index.md`, "# The full, unbroken story of the Dizzy AU.\n[See it on GitHub Pages.](https://meowcatheorange.github.io/Dizzy-AU/index)\n\n" + fullMd, {encoding: "utf8"});