mirror of
https://github.com/len0rd/personal-website.git
synced 2026-01-20 08:40:44 -05:00
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:
parent
ec4931db34
commit
a6c07ac706
9 changed files with 462 additions and 6 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue