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"});