diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-15 18:17:12 +0100 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-15 18:17:12 +0100 |
| commit | cb79c45d040f38b6d49abf2298250c19e5d9cea7 (patch) | |
| tree | 8bed36969d08bc4bd00841ffcd0cde1270195587 /web/tutorials/03-compilers.markdown | |
| parent | e633df17dd72703a541c46d829096dfe40b75e50 (diff) | |
| download | hakyll-cb79c45d040f38b6d49abf2298250c19e5d9cea7.tar.gz | |
Finish first tutorial... I think
Diffstat (limited to 'web/tutorials/03-compilers.markdown')
| -rw-r--r-- | web/tutorials/03-compilers.markdown | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/tutorials/03-compilers.markdown b/web/tutorials/03-compilers.markdown new file mode 100644 index 0000000..59fa0da --- /dev/null +++ b/web/tutorials/03-compilers.markdown @@ -0,0 +1,12 @@ +--- +title: Using and writing Compilers +author: Jasper Van der Jeugt +--- + +Identifier, Item, Compiler +-------------------------- + +Three important, related types are `Identifier`, `Item` and `Compiler`. + +- `Identifier` is a string-like value which uniquely identifies a single item + for your webpage |
