X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/9e355758760cfa0c3d34759d22875c9d82ddd971..e54f8139d084e0c8b2ad67e084cbeda3a2e35c90:/lib/blog.js diff --git a/lib/blog.js b/lib/blog.js index 50ebbf2..27a440e 100644 --- a/lib/blog.js +++ b/lib/blog.js @@ -81,7 +81,7 @@ module.exports = class Blog { await this._copyPost(postLocation); await this._writeMetadata(metadata); - await this._generate(); + await this.generate(); } /** @@ -100,7 +100,7 @@ module.exports = class Blog { // Parses markdown for each page, copies assets and generates index. - async _generate() { + async generate() { internals.debuglog('Generating output');