basic prestart md -> html working with showdown. currently just have a test file in there, and this isnt used anywhere. next up is converting old posts and writing new ones

This commit is contained in:
len0rd 2018-07-30 22:02:00 -04:00
parent ec4931db34
commit a6c07ac706
9 changed files with 462 additions and 6 deletions

View file

@ -2,7 +2,7 @@ const PORT = 8090;
var express = require('express');
var app = express();
console.log('Hello');
console.log('Starting express server');
// set the view engine to ejs
app.set('view engine', 'ejs');