removed comments
This commit is contained in:
parent
643994d04f
commit
80855580a1
|
@ -6,9 +6,7 @@ const fs = require('fs-extra');
|
|||
const moment = require('moment');
|
||||
const YAML = require('yaml');
|
||||
|
||||
// A hacky sort of "class" to contain methods for each section
|
||||
const BUILD_SECTION = {
|
||||
// TODO: Make more of these YAML-based functions
|
||||
header: () => readFile('md/_header.md').replace('{{DATE}}', moment().format('MMMM Do YYYY').replace(/ /g, '%20')),
|
||||
index: () => readFile('md/_index.md'),
|
||||
contributing: () => readFile('md/_contributing.md'),
|
||||
|
|
Loading…
Reference in New Issue