summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/examples.markdown2
-rw-r--r--web/releases.markdown6
2 files changed, 8 insertions, 0 deletions
diff --git a/web/examples.markdown b/web/examples.markdown
index 045175a..f4a3c71 100644
--- a/web/examples.markdown
+++ b/web/examples.markdown
@@ -162,6 +162,8 @@ directly with the default Hakyll site.
[source](https://github.com/jjduhamel/blog)
- <http://alexanderlobov.ru/>,
[source](https://github.com/alexanderlobov/homepage)
+- <http://rahul.nu/>,
+ [source](https://github.com/rp/rp.github.io/tree/dev)
## Hakyll 3.X
diff --git a/web/releases.markdown b/web/releases.markdown
index 599524b..1d8602d 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,12 @@ title: Releases
# Releases
+## Hakyll 4.9.3.0
+
+- Add a `Hakyll.Web.Redirect` module (contribution by gwern)
+- Expose `Hakyll.Commands`
+- Fix the exit code behaviour of `./site check`
+
## Hakyll 4.9.2.0
- Fix integer fields in YAML metadata (Fix by Nikolaos S. Papaspyrou)