aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing/getting-started.md
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-10-05 17:39:21 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-10-06 16:39:40 +0200
commitd6583e52da599a6067f12950b7df575b31b3fbee (patch)
tree6423f06e0e6adb49fa41fb8cc4136df10b72cb3b /docs/contributing/getting-started.md
parent6777edc4f8bbd14a82a282740545d91af4d2f7b5 (diff)
downloaddotty-d6583e52da599a6067f12950b7df575b31b3fbee.tar.gz
dotty-d6583e52da599a6067f12950b7df575b31b3fbee.tar.bz2
dotty-d6583e52da599a6067f12950b7df575b31b3fbee.zip
Add Jekyll as static site generator
Diffstat (limited to 'docs/contributing/getting-started.md')
-rw-r--r--docs/contributing/getting-started.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/contributing/getting-started.md b/docs/contributing/getting-started.md
index c01f380ae..92afd02f3 100644
--- a/docs/contributing/getting-started.md
+++ b/docs/contributing/getting-started.md
@@ -1,3 +1,8 @@
+---
+layout: default
+title: "Getting Started"
+---
+
Getting Started
===============
@@ -29,6 +34,7 @@ git clone -b dotty-library https://github.com/DarkDimius/scala.git scala-scala
# Run it with the proper classpath
./bin/dotr HelloWorld
```
+
Starting a REPL
---------------
```bash