Live reloading is working! Still need to incorporate cleanly.

This commit is contained in:
spf13
2014-05-16 11:48:59 -04:00
parent 296d218e67
commit 60ed5bda2b
3 changed files with 110 additions and 1 deletions

View File

@@ -3,5 +3,6 @@
<link href="/static/css/hugofont.css" rel="stylesheet"/>
<link href='http://fonts.googleapis.com/css?family=Arbutus+Slab&family=Cabin:600&family=Source+Code+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/monokai_sublime.css">
<script src="/static/js/livereload.js?host=localhost&port=1313"></script>
<script src="/static/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>