static-markdown
Advanced tools
Comparing version 0.0.3 to 0.1.0
@@ -92,6 +92,7 @@ #!/usr/bin/env node | ||
let articlePaths | ||
// find all articles | ||
try { | ||
let articlePaths = await findFiles('pages') | ||
console.log(articlePaths) | ||
articlePaths = await findFiles('pages') | ||
// console.log(articlePaths) | ||
} catch(e) { | ||
@@ -98,0 +99,0 @@ error('Could not find pages/') |
{ | ||
"name": "static-markdown", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "Generate static sites using markdown", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
59078
116