summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-07-14 23:37:56 +0100
committerSean Owen <sowen@cloudera.com>2016-07-14 23:37:56 +0100
commit26f68164348745ed702d28ad3d69de307c8193d2 (patch)
tree1a5aca1a7d60da2dbb5118a584ef0faa8adea471
parent6ba4d6bf543ba8abce7519495d356165a11831a2 (diff)
downloadspark-website-26f68164348745ed702d28ad3d69de307c8193d2.tar.gz
spark-website-26f68164348745ed702d28ad3d69de307c8193d2.tar.bz2
spark-website-26f68164348745ed702d28ad3d69de307c8193d2.zip
Fix Jekyll build to accommodate content/ symlink in new Spark site build
-rw-r--r--_config.yml4
l---------site/docs/1.4.1/1.5.01
2 files changed, 2 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index dfe223308..cf7c69471 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,7 +4,7 @@ kramdown:
entity_output: symbol
permalink: none
destination: site
-exclude: ['README.md']
+exclude: ['README.md','content']
keep_files: ['docs']
# The recommended way of viewing the website on your local machine is via jekyll using
@@ -12,5 +12,5 @@ keep_files: ['docs']
# To compile the website such that it is viewable in a sane way via a file browser
# replace '/' here with the url that represents the website root dir in your file browser.
# E.g. on OS X this might be:
-#url: file:///Users/andyk/Development/spark/website/site/
+#url: file:///Users/andyk/Development/spark-website/content/
url: /
diff --git a/site/docs/1.4.1/1.5.0 b/site/docs/1.4.1/1.5.0
deleted file mode 120000
index 3e1ad720b..000000000
--- a/site/docs/1.4.1/1.5.0
+++ /dev/null
@@ -1 +0,0 @@
-1.5.0 \ No newline at end of file