summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-23 17:17:53 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-23 17:17:53 +0000
commit81d6089b47ec4d3e7fe17074f3b5fadec8070071 (patch)
tree1401e9f4bc6e1b9f4596ebecc5b7332d9ed96f3a /_config.yml
parent71bac61ea11df8144a9a3d2be75ef996517b136d (diff)
downloadspark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.tar.gz
spark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.tar.bz2
spark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.zip
Initial port of Spark website from spark-project.org wordpress to Jekyll.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 000000000..82a24f02e
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,12 @@
+pygments: true
+markdown: kramdown
+permalink: none
+destination: site
+
+# 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
+# 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: /