summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-13 11:39:37 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-13 15:12:28 -0700
commit453625e75b527e78b7a34891df849f0118e6043c (patch)
treecb93d2f3bda8d709b153defb4ff514638acbc241 /index.md
parent3fb5acc2109e196b70cbaa0f11573955ffd671a8 (diff)
downloadscala-453625e75b527e78b7a34891df849f0118e6043c.tar.gz
scala-453625e75b527e78b7a34891df849f0118e6043c.tar.bz2
scala-453625e75b527e78b7a34891df849f0118e6043c.zip
wip: jekyllify
Diffstat (limited to 'index.md')
-rw-r--r--index.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.md b/index.md
new file mode 100644
index 0000000000..824fc81fff
--- /dev/null
+++ b/index.md
@@ -0,0 +1,13 @@
+---
+title: Scala Language Reference
+layout: default
+---
+
+<ul>
+ {% for post in site.pages %}
+ <li>
+ <a href="{{ post.url }}">{{ post.title }}</a>
+ </li>
+ {% endfor %}
+</ul>
+