Skip to content

Blogging

Andy Gill edited this page May 25, 2015 · 2 revisions

We use blogger.com, which is syndicated on planet.haskell.org.

Links

Mods

We've added code highlighting, using prismjs. Specifically:

<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!

Others

Clone this wiki locally