Blogging - ku-fpg/blackboard GitHub Wiki
We use blogger.com, which is syndicated on planet.haskell.org.
- https://www.blogger.com/blogger.g?blogID=2897973558498152636#overview/src=dashboard
- http://ku-fpg.blogspot.com/
We've added code highlighting, using prismjs. Specifically:
- Goto http://prismjs.com/download.html, and download the standard prism.js and prim.css, with the Haskell customization.
- You can serve them, if needed from /projects/csdl/htdocs/content/prism.js, etc, which appears as http://www.ittc.ku.edu/csdl/content/prism.js
- Upload the js file. I used
<script type='text/javascript' src="http://www.ittc.ku.edu/csdl/content/prism.js">
</script>
right before </body>.
- Upload the css. There was an option on blogger to include custom css, so I C&P'd prism.css.
To use
<pre><code class="language-javascript">
{"a":1,"b":true}
</code></pre>
Thats it!