Markdown display fixes + error pages

This commit is contained in:
NGPixel
2016-12-05 21:42:41 -05:00
parent f7ce81e8c9
commit 593481c7e1
11 changed files with 48 additions and 26 deletions

View File

@@ -91,7 +91,7 @@ var job = new cron({
});
fs.walk(repoPath).on('data', function (item) {
if(path.extname(item.path) === '.md') {
if(path.extname(item.path) === '.md' && path.basename(item.path) !== 'README.md') {
let entryPath = entries.parsePath(entries.getEntryPathFromFullPath(item.path));
let cachePath = entries.getCachePath(entryPath);