Update converter.js
This commit is contained in:
parent
9a3018569e
commit
4402b4ea83
1 changed files with 1 additions and 0 deletions
|
@ -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/${v.id}.md`, mdTemp, {encoding: "utf8"});
|
||||||
})
|
})
|
||||||
fs.writeFileSync(`${path}/story/human-readable.md`, fullMd, {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"});
|
||||||
|
|
Loading…
Reference in a new issue