summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 23:29:42 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 23:29:42 +0100
commit6307ecd094c0ab2f937909dacdce08f8a4bb7780 (patch)
treeae1d2a8c19d55e711ae24e05af022d0cd6249d84 /web
parent3f13de078743f876df5adf64e021b7214d12e3f4 (diff)
downloadhakyll-6307ecd094c0ab2f937909dacdce08f8a4bb7780.tar.gz
Start simple init program
Diffstat (limited to 'web')
-rw-r--r--web/philosophy.markdown28
-rw-r--r--web/templates/default.html1
2 files changed, 0 insertions, 29 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.
diff --git a/web/templates/default.html b/web/templates/default.html
index 53add69..8a5059d 100644
--- a/web/templates/default.html
+++ b/web/templates/default.html
@@ -26,7 +26,6 @@
<a href="/index.html">home</a>
<a href="/tutorials.html">tutorials</a>
<a href="/reference.html">reference</a>
- <a href="/philosophy.html">philosophy</a>
<a href="/about.html">about</a>
<a href="/tutorials/faq.html">faq</a>
<a href="/examples.html">examples</a>