diff --git a/scripts/server b/scripts/server index e8391de81..c3bdfa918 100755 --- a/scripts/server +++ b/scripts/server @@ -49,7 +49,6 @@ serveData = (request, response)-> response.sendFile request.path, root:DATA_ROOT app.get '/data/*', serveData - app.get '/craft/*', serveIndex app.get '/login', serveIndex app.get '*.html', serveIndex @@ -62,3 +61,4 @@ app.get '*', (request, response)-> server = app.listen 8000, '127.0.0.1', -> console.log "listening at: #{server.address().address}:#{server.address().port}" + diff --git a/src/jade/templates/home_page.jade b/src/jade/templates/home_page.jade index b8f680ea2..2b0d2861b 100644 --- a/src/jade/templates/home_page.jade +++ b/src/jade/templates/home_page.jade @@ -39,6 +39,14 @@ .section h2 What's new? .panel + h3 2015-07-25 + .entry + p. + You may have noticed things have been very quiet with the site for the past month... well I'm + afraid that's because I haven't been working on it. Instead, I've been hunting for a new job. + Now that I've got that all squared away (I'll be starting at Looker in Santa Cruz on Monday), + I'll have nights and weekends to continue working on the site. Thanks for being patient! + h3 2015-06-12 .entry p.