From 7bab999c2ba46394db5dbce779eac992aafb61a0 Mon Sep 17 00:00:00 2001 From: gorhgorh Date: Wed, 30 Mar 2016 15:25:39 +0200 Subject: [PATCH 1/3] cleanup --- package.json | 5 +++-- server.js | 15 --------------- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 server.js diff --git a/package.json b/package.json index d6d67ac..c5601d5 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,14 @@ }, "homepage": "https://github.com/squatconf/website", "dependencies": { - "ecstatic": "^1.4.0", "handlebars": "^4.0.5", - "nodemon": "^1.9.1", "remarkable": "^1.6.2" }, "scripts": { "build": "node ./scripts/build.js", "watch": "nodemon -w src -e md,hbs -x npm run build" + }, + "devDependencies": { + "nodemon": "^1.9.1" } } diff --git a/server.js b/server.js deleted file mode 100644 index 7e97549..0000000 --- a/server.js +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env node - -var ecstatic = require('ecstatic') - , port = 8000 - , app = require('http').createServer( - ecstatic({ root: __dirname + '/public' }) - ).listen(port, function () { - console.log('Listening on http://localhost:' + port) - }) -; - -process.on('uncaughtException', function (err) { - console.error('Error at:', new Date) - console.error(err.stack) -}) From 496c1e616112108ec9b717648558bedbeda4ffaf Mon Sep 17 00:00:00 2001 From: gorhgorh Date: Wed, 30 Mar 2016 16:10:09 +0200 Subject: [PATCH 2/3] useless comment !!! (check caddy rebuild) --- src/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.hbs b/src/index.hbs index 1a62964..c324dc4 100644 --- a/src/index.hbs +++ b/src/index.hbs @@ -131,5 +131,5 @@ - + From 2d2fc4f0cbd08e1c814b8b37024a893ad8c29ef6 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Sun, 10 Apr 2016 23:56:05 +0200 Subject: [PATCH 3/3] link to main Talks page and not pull requests --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index 0261081..e6107d4 100644 --- a/src/index.md +++ b/src/index.md @@ -47,4 +47,4 @@ if you tell before so that we have an idea on how many people need accomodation. ## I want to give a talk! -Please see [our talks repository](https://git.cryto.net/Squatconf/Talks/pulls) to propose a talk. +Please see [our talks repository](https://git.cryto.net/Squatconf/Talks) to propose a talk.