Skip to content

Commit

Permalink
Remove examples from this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jun 13, 2011
1 parent 893b366 commit edeef66
Show file tree
Hide file tree
Showing 78 changed files with 8 additions and 1,036 deletions.
15 changes: 6 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
##
## gitignore(5) -- specify ignored files
##

# Ignore swap files and cabal output.
*.hi
*.o
Expand All @@ -15,10 +11,11 @@ tags

# Ignore test builds.
tests/Main
_cache
_store

# Rest of the file: ignore examples
examples/*/_cache
examples/*/_site
examples/*/hakyll
examples/hakyll/reference

web/_cache
web/_site
web/hakyll
web/reference
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generate the docs and copy them to the website dir
haddock:
cabal haddock --hyperlink-source
rm -rf examples/hakyll/reference/
cp -r dist/doc/html/hakyll/ examples/hakyll/reference/
rm -rf web/reference/
cp -r dist/doc/html/hakyll/ web/reference/

# Run the tests
test:
Expand Down
14 changes: 0 additions & 14 deletions examples/README.markdown

This file was deleted.

17 changes: 0 additions & 17 deletions examples/brochure/about.rst

This file was deleted.

21 changes: 0 additions & 21 deletions examples/brochure/code.lhs

This file was deleted.

27 changes: 0 additions & 27 deletions examples/brochure/css/default.css

This file was deleted.

22 changes: 0 additions & 22 deletions examples/brochure/hakyll.hs

This file was deleted.

27 changes: 0 additions & 27 deletions examples/brochure/index.markdown

This file was deleted.

21 changes: 0 additions & 21 deletions examples/brochure/templates/default.html

This file was deleted.

17 changes: 0 additions & 17 deletions examples/feedblog/css/default.css

This file was deleted.

68 changes: 0 additions & 68 deletions examples/feedblog/hakyll.hs

This file was deleted.

23 changes: 0 additions & 23 deletions examples/feedblog/posts/2009-11-05-a-first-post.markdown

This file was deleted.

17 changes: 0 additions & 17 deletions examples/feedblog/posts/2009-11-10-another-post.markdown

This file was deleted.

21 changes: 0 additions & 21 deletions examples/feedblog/posts/2009-11-28-a-third-post.markdown

This file was deleted.

14 changes: 0 additions & 14 deletions examples/feedblog/posts/2009-12-04-this-blog-aint-dead.markdown

This file was deleted.

15 changes: 0 additions & 15 deletions examples/feedblog/posts/2009-12-23-almost-christmas.markdown

This file was deleted.

23 changes: 0 additions & 23 deletions examples/feedblog/templates/default.html

This file was deleted.

Loading

0 comments on commit edeef66

Please sign in to comment.