summaryrefslogtreecommitdiff
path: root/web/tutorials/02-basics.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-15 20:01:16 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-15 20:01:16 +0100
commit9b081b60a26a58aad890252cd561ddc1a5a34385 (patch)
tree71a0aa254cdbb82e38b9057dbf36f28b8cca8071 /web/tutorials/02-basics.markdown
parentcb79c45d040f38b6d49abf2298250c19e5d9cea7 (diff)
downloadhakyll-9b081b60a26a58aad890252cd561ddc1a5a34385.tar.gz
Write a little bit
Diffstat (limited to 'web/tutorials/02-basics.markdown')
-rw-r--r--web/tutorials/02-basics.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/tutorials/02-basics.markdown b/web/tutorials/02-basics.markdown
index b4c5e22..46d85a6 100644
--- a/web/tutorials/02-basics.markdown
+++ b/web/tutorials/02-basics.markdown
@@ -99,6 +99,8 @@ some common examples:
- `copyFileCompiler` is self-explanatory, the output is exactly the same as the
input;
+- `getResourceBody` just gets you the content as a `String`, so you can perform
+ other manipulations afterwards;
- `compressCssCompiler` performs some simple build-in compression
transformations for CSS;
- `pandocCompiler` reads markdown, reStructuredText, or another input format and