Skip to content

Instantly share code, notes, and snippets.

@kartiknair
Created March 10, 2020 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kartiknair/f83bb1b50ec138b7bdc2ac565ef53974 to your computer and use it in GitHub Desktop.
Save kartiknair/f83bb1b50ec138b7bdc2ac565ef53974 to your computer and use it in GitHub Desktop.
const addHomePage = posts => {
fs.writeFile(`${config.dev.outdir}/index.html`, homepage(posts), e => {
if (e) throw e;
console.log(`index.html was created successfully`);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment