Skip to content

Commit 1d0ead9

Browse files
committed
Merge pull request #20 from haskell-distributed/fixes-fd
Fix glitches when generating the site
2 parents d998e81 + feab297 commit 1d0ead9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "static/templates/*"]
22
lsi: false
3-
auto: true
4-
pygments: true
3+
highlighter: pygments
54
safe: true
65
markdown: kramdown
76

_posts/2014-03-28-network-transport-zeromq.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ layout: post
33
category: announcements
44
tags: [announcement, distributed-process]
55
title: "[ANNOUNCE] network-transport-zeromq-0.1"
6-
teaser: I'm happy to announce a new network-transport backend based on the 0MQ
7-
brokerless protocol
6+
teaser: I'm happy to announce a new network-transport backend based on the 0MQ brokerless protocol
87
author: Alexander Vershilov
98
link: https://groups.google.com/forum/#!topic/parallel-haskell/1Yu1VkI7YkY
109
---

tutorials/1ch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and [GitHub](https://github.com).
2626

2727
Starting a new Cloud Haskell project using `stack` is as easy as
2828

29-
{% highlight shell %}
29+
{% highlight bash %}
3030
$ stack new
3131
{% endhighlight %}
3232

0 commit comments

Comments
 (0)