Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
usedhondacivic committed Dec 12, 2023
1 parent c90697e commit 00b3f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var md = require('markdown-it')({ html: true }).use(tm, {
katexOptions: { macros: { "\\RR": "\\mathbb{R}" } }
});


// Grab the templates
const index_template = fs.readFileSync(path.resolve(__dirname, 'templates/index.html'), 'utf8');
const homepage_entry_template = fs.readFileSync(path.resolve(__dirname, 'templates/homepage_entry.html'), 'utf8');
Expand Down Expand Up @@ -112,4 +111,5 @@ glob("projects/*/*.md", function (er, files) {
fsExtra.copySync(path.resolve(__dirname, "global_assets"), path.resolve(__dirname, "docs/global_assets"));
// Write CNAME to the docs folder
fs.writeFileSync(path.resolve(__dirname, "docs/CNAME"), "michael-crum.com");
})
})

0 comments on commit 00b3f6b

Please sign in to comment.