summaryrefslogtreecommitdiff
path: root/_config.yml
blob: 9ea9998ef33067667c532653c5542b2a93a15ea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# pygments option has been renamed to highlighter.
# pygments: true
highlighter: pygments
markdown: kramdown
kramdown:
  entity_output: symbol
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
# 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: /

shark_url: http://shark.cs.berkeley.edu