summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/examples.markdown4
-rw-r--r--web/tutorials/faq.markdown2
2 files changed, 3 insertions, 3 deletions
diff --git a/web/examples.markdown b/web/examples.markdown
index ad1fadb..6def57b 100644
--- a/web/examples.markdown
+++ b/web/examples.markdown
@@ -21,6 +21,8 @@ this list. This list has no particular ordering.
[source](https://github.com/bneijt/bneijt.nl)
- <http://brianshourd.com/>,
[source](https://github.com/brianshourd/brianshourd.com)
+- <http://variadic.me>,
+ [source](https://github.com/eakron/variadic.me)
## Hakyll 3.X
@@ -46,8 +48,6 @@ this list. This list has no particular ordering.
[source](https://github.com/deepakjois/website)
- <http://sigkill.dk/>,
[literate source](http://sigkill.dk/programs/sigkill.html)
-- <http://variadic.me>,
- [source](https://github.com/eakron/variadic.me)
- <http://orftz.com>,
[source](https://github.com/orftz/orftz.com)
- <http://citationneeded.me/>,
diff --git a/web/tutorials/faq.markdown b/web/tutorials/faq.markdown
index ad6dbd8..63f310f 100644
--- a/web/tutorials/faq.markdown
+++ b/web/tutorials/faq.markdown
@@ -49,7 +49,7 @@ blocks][pandoc-code-blocks] and [inline code][pandoc-inline-code].
If you execute a `./site build`, Hakyll will build your site incrementally.
However, we can not detect if you edited `site.hs`. In this case, you first want
-to compile it again `site.hs` again, and then do a `./site rebuild`.
+to compile `site.hs` again, and then do a `./site rebuild`.
After rebuilding your site, all files will look as "modified" to the filesystem.
This means that when you upload your site, it will usually transfer all files --