git ssb

3+

ev / sdash



Commit 49c5f3b073d6460cf13ba1fb6930e02abc090c10

add blog and fbts

Ev Bogue committed on 8/24/2016, 6:56:51 PM
Parent: 68800fb402b2c3c75ba347d8e573be85045bdd13

Files changed

index.jschanged
views/index.jadechanged
index.jsView
@@ -65,8 +65,9 @@
6565 app.use(express.static('static'));
6666 app.use(express.static('./../books/build'));
6767 app.use(express.static('./../site/build'));
6868 app.use(express.static('./../site/static'));
69 +app.use(express.static('./../farsmith'));
6970 app.use(express.static('./../boot'));
7071
7172 app.listen('7000');
7273
views/index.jadeView
@@ -28,5 +28,5 @@
2828 img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar')
2929 p <a href='http://evbogue.com/' target='_parent'>@#{name}</a> pushed a git commit to #{gits.value.content.repo}<br />
3030 span.date #{moment(gits.value.timestamp).fromNow()}
3131 hr
32- p(style='font-size: .8em') <a href='mailto:ev@evbogue.com'>ev@evbogue.com</a> | <a href='/minimalist'>The Art of Being Minimalist</a> | <a href='/node'>Minimal Node</a> | <a href='https://gitmx.com/%408Qee0I%2FDwI5DHSCi3p5fsl6FyLGArrnDz3ox9qZr5Qc%3D.ed25519'>GitMX</a> | Mexico City
32 + p(style='font-size: .8em') <a href='mailto:ev@evbogue.com'>ev@evbogue.com</a> | <a href='/minimalist'>The Art of Being Minimalist</a> | <a href='/node'>Minimal Node</a> | <a href='https://gitmx.com/%408Qee0I%2FDwI5DHSCi3p5fsl6FyLGArrnDz3ox9qZr5Qc%3D.ed25519'>GitMX</a> | <a href='/blog'>Blog</a> | Mexico City

Built with git-ssb-web