From c6a98c37ddfbfb8228d0500a2587d1c61c4b022b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 9 Oct 2011 12:36:35 +0200 Subject: Add authors to the tutorials --- web/about.markdown | 1 + web/templates/tutorial-item.html | 2 +- web/tutorials/01-installation.markdown | 1 + web/tutorials/02-basics.markdown | 1 + web/tutorials/faq.markdown | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) 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 @@ -
  • $title$
  • +
  • $title$ by $author$
  • 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? -- cgit v1.2.3