diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-05 23:29:42 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-05 23:29:42 +0100 |
commit | 6307ecd094c0ab2f937909dacdce08f8a4bb7780 (patch) | |
tree | ae1d2a8c19d55e711ae24e05af022d0cd6249d84 /web/philosophy.markdown | |
parent | 3f13de078743f876df5adf64e021b7214d12e3f4 (diff) | |
download | hakyll-6307ecd094c0ab2f937909dacdce08f8a4bb7780.tar.gz |
Start simple init program
Diffstat (limited to 'web/philosophy.markdown')
-rw-r--r-- | web/philosophy.markdown | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/web/philosophy.markdown b/web/philosophy.markdown deleted file mode 100644 index 056472b..0000000 --- a/web/philosophy.markdown +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Philosophy ---- - -# Small-to-medium sites - -Hakyll was written to be used for small-to-medium sites. You can do some -advanced things with it, but don't use it to build a big online shop. - -# Hakyll.hs - -It should be possible to put all configuration in one file, so data and -configuration can be strictly separated. In addition, we think this file should -never exceed a 100 lines of code. - -# High-level - -Hakyll tries to provide as many high-level functions as possible for common -tasks, while the lower-level functions should also be accessible. If you think -you're writing something that can be used for many sites, please send a patch, -or your `hakyll.hs`, and we will see what we can do. - -# Well-documented - -A key to being easy-to-use is documentation. That's why we try to provide as -many working examples as possible. If you ever create a site using hakyll, -please consider open-sourcing it, as people might be able to learn from your -code. |