diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/examples.markdown | 9 | ||||
-rw-r--r-- | web/releases.markdown | 14 | ||||
-rw-r--r-- | web/templates/default.html | 1 |
3 files changed, 23 insertions, 1 deletions
diff --git a/web/examples.markdown b/web/examples.markdown index 8e61a9f..61659f5 100644 --- a/web/examples.markdown +++ b/web/examples.markdown @@ -9,6 +9,11 @@ interesting resource to learn from as well. If you're using Hakyll for your site, and the source code is available, please notify me so I can add you to this list. This list has no particular ordering. +Note that there is also a [Hakyll CSS garden] which has some themes you can use +directly with the default Hakyll site. + +[Hakyll CSS garden]: http://katychuang.com/hakyll-cssgarden/gallery/ + ## Hakyll 4 - <http://jaspervdj.be/>, @@ -135,6 +140,10 @@ this list. This list has no particular ordering. [source](https://github.com/xoltar/xoltar.org) - <http://sigkill.dk/> [literate source](http://sigkill.dk/programs/sigkill.html) +- <http://curry-club-augsburg.de/>, + [source](https://github.com/curry-club-aux/curry-club-augsburg.de) +- <http://ismailmustafa.com/>, + [source](https://github.com/ismailmustafa/ismailmustafa.github.io/tree/hakyll) ## Hakyll 3.X diff --git a/web/releases.markdown b/web/releases.markdown index 7783ffa..01bf499 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,20 @@ title: Releases # Releases +## Hakyll 4.7.5.1 + +- Bump pandoc and pandoc-citeproc dependencies to 1.16 and 0.9 respectively + +## Hakyll 4.7.5.0 + +- Expose templating engine +- Fix bug in feed context precedence (contribution by Yuriy Syrovetskiy) +- Bump http-types dependency to 0.9 + +## Hakyll 4.7.4.0 + +- Expose `getItemModificationTime` + ## Hakyll 4.7.3.1 - Bump pandoc-citeproc dependency to 0.8 diff --git a/web/templates/default.html b/web/templates/default.html index 891261f..b9fd2ed 100644 --- a/web/templates/default.html +++ b/web/templates/default.html @@ -35,7 +35,6 @@ <a href="/tutorials/faq.html">faq</a> <a href="/examples.html">examples</a> <a href="/releases.html">releases</a> - <a href="/hakyll3">Hakyll 3.X</a> <!-- Flattr button --> <h1>Donate</h1> |