summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2011-10-09 12:36:35 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2011-10-09 12:36:35 +0200
commitc6a98c37ddfbfb8228d0500a2587d1c61c4b022b (patch)
tree0cc1118bf95d5c6e6b8c2f80fc46bab36d94e415 /web
parentb29406ef014c3fbf604e5f505ec79b68696d0cf8 (diff)
downloadhakyll-c6a98c37ddfbfb8228d0500a2587d1c61c4b022b.tar.gz
Add authors to the tutorials
Diffstat (limited to 'web')
-rw-r--r--web/about.markdown1
-rw-r--r--web/templates/tutorial-item.html2
-rw-r--r--web/tutorials/01-installation.markdown1
-rw-r--r--web/tutorials/02-basics.markdown1
-rw-r--r--web/tutorials/faq.markdown1
5 files changed, 5 insertions, 1 deletions
diff --git a/web/about.markdown b/web/about.markdown
index 4b2d001..a1cab5d 100644
--- a/web/about.markdown
+++ b/web/about.markdown
@@ -30,6 +30,7 @@ who still maintains the package. Contributors:
- [Andy Irving](https://github.com/irv)
- [Benedict Eastaugh](http://extralogical.net/)
+- [Florian Hars](http://github.com/fhars)
- [JD Marble](http://github.com/jdmarble)
- [Nicolas Wu](http://zenzike.com/)
- [Paolo Veronelli](http://github.com/paolino)
diff --git a/web/templates/tutorial-item.html b/web/templates/tutorial-item.html
index 977fb6b..e0d7866 100644
--- a/web/templates/tutorial-item.html
+++ b/web/templates/tutorial-item.html
@@ -1 +1 @@
-<li><a href="$url$">$title$</a></li>
+<li><a href="$url$">$title$</a> by <em>$author$</em></li>
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 5f763e5..fc53626 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -1,5 +1,6 @@
---
title: Installation
+author: Jasper Van der Jeugt
---
Why static websites?
diff --git a/web/tutorials/02-basics.markdown b/web/tutorials/02-basics.markdown
index 5d64986..7acc30f 100644
--- a/web/tutorials/02-basics.markdown
+++ b/web/tutorials/02-basics.markdown
@@ -1,5 +1,6 @@
---
title: The basics
+author: Jasper Van der Jeugt
---
## Let's get started!
diff --git a/web/tutorials/faq.markdown b/web/tutorials/faq.markdown
index f8a3087..ce90042 100644
--- a/web/tutorials/faq.markdown
+++ b/web/tutorials/faq.markdown
@@ -1,5 +1,6 @@
---
title: FAQ
+author: Jasper Van der Jeugt
---
## Does Hakyll support syntax highlighting?