Update landing page with news
This commit is contained in:
+1
-1
@@ -49,7 +49,6 @@ serveData = (request, response)->
|
|||||||
response.sendFile request.path, root:DATA_ROOT
|
response.sendFile request.path, root:DATA_ROOT
|
||||||
|
|
||||||
app.get '/data/*', serveData
|
app.get '/data/*', serveData
|
||||||
|
|
||||||
app.get '/craft/*', serveIndex
|
app.get '/craft/*', serveIndex
|
||||||
app.get '/login', serveIndex
|
app.get '/login', serveIndex
|
||||||
app.get '*.html', serveIndex
|
app.get '*.html', serveIndex
|
||||||
@@ -62,3 +61,4 @@ app.get '*', (request, response)->
|
|||||||
|
|
||||||
server = app.listen 8000, '127.0.0.1', ->
|
server = app.listen 8000, '127.0.0.1', ->
|
||||||
console.log "listening at: #{server.address().address}:#{server.address().port}"
|
console.log "listening at: #{server.address().address}:#{server.address().port}"
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,14 @@
|
|||||||
.section
|
.section
|
||||||
h2 What's new?
|
h2 What's new?
|
||||||
.panel
|
.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
|
h3 2015-06-12
|
||||||
.entry
|
.entry
|
||||||
p.
|
p.
|
||||||
|
|||||||
Reference in New Issue
Block a user