Started adding personal page support. Pages render but not well.
Showing
... | ... | @@ -9,13 +9,16 @@ |
"author": "Aral Balkan", | ||
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"http-auth": "2.2.8", | ||
"bcrypt": "0.8.4", | ||
"bluebird": "2.9.34", | ||
"fs-extra": "0.22.1", | ||
"body-parser": "1.6.5", | ||
"event-stream": "3.3.1", | ||
"express": "4.8.3", | ||
"fs-extra": "0.22.1", | ||
"fs-extra-as-promised": "^2.0.0", | ||
"fs-extra-promise": "git://github.com:aral/fs-extra-promise.git", | ||
"gaze": "0.5.x", | ||
"http-auth": "2.2.8", | ||
"indie-set": "0.0.7", | ||
"level-live-stream": "1.4.9", | ||
"level-sublevel": "6.4.6", | ||
... | ... | @@ -25,16 +28,13 @@ |
"moment-timezone": "0.3.0", | ||
"path": "0.4.9", | ||
"path-extra": "^0.3.0", | ||
"readdirp": "1.3.0", | ||
"slug": "0.8.0", | ||
"superagent": "0.18.2", | ||
"superagent-as-promised": "2.0.0", | ||
"thrush": "0.0.5", | ||
"write-stream": "^0.4.3", | ||
"ws": "0.4.32", | ||
"event-stream": "3.3.1", | ||
"readdirp": "1.3.0", | ||
"fs-extra-promise": "git://github.com:aral/fs-extra-promise.git" | ||
"ws": "0.4.32" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "1.8.0", | ||
... | ... |
views/person/about.html
0 → 100644
views/person/index.html
0 → 100644
Please register or sign in to comment