summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-23 21:05:35 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-23 21:05:35 +0000
commitc8c76fa427a913c4f5aa6174da642073d438196b (patch)
tree1d6f7a2cfb59e629304e39406e7e02a2285b697f /_config.yml
parentd8e8b4acf52b638ed27c73d31f8e0dc0a2bba38e (diff)
downloadspark-website-c8c76fa427a913c4f5aa6174da642073d438196b.tar.gz
spark-website-c8c76fa427a913c4f5aa6174da642073d438196b.tar.bz2
spark-website-c8c76fa427a913c4f5aa6174da642073d438196b.zip
Update readme, don't copy readme and don't remove site dir when compiling with jekyll, add some svn ignores
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 82a24f02e..20ba68659 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,6 +2,8 @@ pygments: true
markdown: kramdown
permalink: none
destination: site
+exclude: README.md
+keep_files: ['docs', '.svn']
# The recommended way of viewing the website on your local machine is via jekyll using
# a webserver, e.g. with a command like: jekyll serve --watch --trace