Update example links

This commit is contained in:
Jasper Van der Jeugt 2011-06-13 08:51:25 +02:00
parent edeef66180
commit 176605a1ff
2 changed files with 15 additions and 6 deletions

View file

@ -5,8 +5,11 @@ title: Examples
## Simple examples
A number of simple examples are available in the GitHub repository. They can be
found [here](https://github.com/jaspervdj/hakyll/tree/master/examples). The
README located in that directory explains which example does what.
found [here](https://github.com/jaspervdj/hakyll-examples). The README located
in that directory explains which example does what. You can fetch the entire
directory using
git clone git://github.com/jaspervdj/hakyll-examples.git
## People using Hakyll

View file

@ -39,10 +39,16 @@ Let's get started!
------------------
We're going to discuss a small brochure site to start with. You can find all
code and files necessary to build this site [right here](/examples/brochure.zip)
-- feel free to look at them as we go trough the tutorial, in fact, it might be
very learnful to have a closer look at the files as we discuss them. There's a
number of files we will use:
code and files necessary to build this site
[right here](http://github.com/jaspervdj/hakyll-examples/tree/master/brochure)
-- feel free to look at them as we go trough the tutorial. To fetch all examples
in order to play with them locally, use:
git clone git://github.com/jaspervdj/hakyll-examples.git
or nagivate to the download menu on GitHub.
Now, for this first tutorial, there's a number of files we will use:
about.rst A simple page written in RST format
code.lhs Another page with some code (which can be highlighted)