"
+
+intellijUrls:
+ - os: linux
+ url: https://www.jetbrains.com/idea
+ - os: unix
+ url: https://www.jetbrains.com/idea
+ - os: osx
+ url: https://www.jetbrains.com/idea
+ - os: windows
+ url: https://www.jetbrains.com/idea
+
+sbtUrls:
+ - os: linux
+ url: http://www.scala-sbt.org/download.html
+ - os: unix
+ url: http://www.scala-sbt.org/download.html
+ - os: osx
+ url: http://www.scala-sbt.org/download.html
+ - os: windows
+ url: http://www.scala-sbt.org/download.html
\ No newline at end of file
diff --git a/_data/footer.yml b/_data/footer.yml
new file mode 100644
index 000000000..2f7693d60
--- /dev/null
+++ b/_data/footer.yml
@@ -0,0 +1,56 @@
+- title: Documentation
+ class: documentation
+ links:
+ - title: Getting Started
+ url: /documentation/getting-started/
+ - title: API
+ url: "http://www.scala-lang.org/api/current/index.html"
+ - title: Overviews/Guides
+ url: "http://docs.scala-lang.org/overviews"
+ - title: Tutorials
+ url: "http://docs.scala-lang.org/tutorials/"
+ - title: Language Specification
+ url: "http://scala-lang.org/files/archive/spec/2.12/"
+- title: Download
+ class: download
+ links:
+ - title: Current Version
+ url: "/download/"
+ - title: All versions
+ url: "/download/all/"
+- title: Community
+ class: community
+ links:
+ - title: Community
+ url: "/community/"
+ - title: Mailing Lists
+ url: "/community/index.html#mailing-lists"
+ - title: Chat Rooms & More
+ url: "/community/index.html#chat-rooms"
+ - title: Libraries and Tools
+ url: "/community/index.html#community-libraries-and-tools"
+ - title: "The Scala Center"
+ url: https://scala.epfl.ch/
+- title: Contribute
+ class: contribute
+ links:
+ - title: How to help
+ url: "/contribute/"
+ - title: Report an Issue
+ url: "/contribute/bug-reporting-guide/"
+- title: Scala
+ class: scala
+ links:
+ - title: Blog
+ url: "/blog/"
+ - title: Code of Conduct
+ url: "/conduct/"
+ - title: License
+ url: "/license/"
+- title: Social
+ class: social
+ links:
+ - title: GitHub
+ url: "https://github.com/scala/scala"
+ - title: Twitter
+ url: "https://twitter.com/scala_lang"
\ No newline at end of file
diff --git a/_data/nav-header.yml b/_data/nav-header.yml
new file mode 100644
index 000000000..5c8455ed2
--- /dev/null
+++ b/_data/nav-header.yml
@@ -0,0 +1,10 @@
+- title: Documentation
+ url: /documentation/
+- title: Download
+ url: /download/
+- title: Community
+ url: /community/
+- title: Contribute
+ url: /contribute/
+- title: Blog
+ url: /blog/
\ No newline at end of file
diff --git a/_data/scala-supporters.yml b/_data/scala-supporters.yml
new file mode 100644
index 000000000..a858769b9
--- /dev/null
+++ b/_data/scala-supporters.yml
@@ -0,0 +1,35 @@
+supporters:
+ - name: EPFL
+ logo: /resources/img/frontpage/epfl-logo.png
+ url: https://www.epfl.ch
+ - name: IBM
+ logo: /resources/img/frontpage/ibm-logo.png
+ url: http://www.ibm.com
+ - name: Verizon
+ logo: /resources/img/frontpage/verizon-logo.png
+ url: http://www.verizon.com
+ - name: Goldman Sachs
+ logo: /resources/img/frontpage/goldman-logo.png
+ url: http://www.goldmansachs.com
+ - name: Nitro
+ logo: /resources/img/frontpage/nitro-logo.png
+ url: https://www.gonitro.com
+ - name: 47 Degrees
+ logo: /resources/img/frontpage/47deg-logo.png
+ url: http://www.47deg.com/
+ - name: SAP
+ logo: /resources/img/frontpage/sap-logo.png
+ url: http://www.sap.com
+ - name: TAPAD
+ logo: /resources/img/frontpage/tapad-logo.png
+ url: http://www.tapad.com
+ - name: Your company
+ logo: /resources/img/frontpage/company-logo.png
+ url: https://scala.epfl.ch/individual-membership.html
+maintainers:
+ - name: Scala Center
+ logo: /resources/img/frontpage/scalacenter-logo.png
+ url: https://scala.epfl.ch/
+ - name: Lightbend
+ logo: /resources/img/frontpage/lightbend-logo.png
+ url: http://www.lightbend.com/
\ No newline at end of file
diff --git a/_data/tutorials.yml b/_data/tutorials.yml
new file mode 100644
index 000000000..07c3be4d7
--- /dev/null
+++ b/_data/tutorials.yml
@@ -0,0 +1,12 @@
+- title: Introduction
+ url: http://docs.scala-lang.org/tutorials/tour/tour-of-scala.html
+- title: Unified Types
+ url: http://docs.scala-lang.org/tutorials/tour/unified-types.html
+- title: Traits
+ url: http://docs.scala-lang.org/tutorials/tour/traits.html
+- title: Higher-order Functions
+ url: http://docs.scala-lang.org/tutorials/tour/anonymous-function-syntax.html
+- title: Case Classes
+ url: http://docs.scala-lang.org/tutorials/tour/case-classes.html
+- title: Pattern Matching
+ url: http://docs.scala-lang.org/tutorials/tour/pattern-matching.html
\ No newline at end of file
diff --git a/download/_posts/2007-05-21-2.5.0.final.md b/_downloads/2007-05-21-2.5.0.final.md
similarity index 100%
rename from download/_posts/2007-05-21-2.5.0.final.md
rename to _downloads/2007-05-21-2.5.0.final.md
diff --git a/download/_posts/2007-06-13-2.5.1.final.md b/_downloads/2007-06-13-2.5.1.final.md
similarity index 100%
rename from download/_posts/2007-06-13-2.5.1.final.md
rename to _downloads/2007-06-13-2.5.1.final.md
diff --git a/download/_posts/2007-09-11-2.6.0.final.md b/_downloads/2007-09-11-2.6.0.final.md
similarity index 100%
rename from download/_posts/2007-09-11-2.6.0.final.md
rename to _downloads/2007-09-11-2.6.0.final.md
diff --git a/download/_posts/2007-12-19-2.6.1.final.md b/_downloads/2007-12-19-2.6.1.final.md
similarity index 100%
rename from download/_posts/2007-12-19-2.6.1.final.md
rename to _downloads/2007-12-19-2.6.1.final.md
diff --git a/download/_posts/2008-03-06-2.7.0.final.md b/_downloads/2008-03-06-2.7.0.final.md
similarity index 100%
rename from download/_posts/2008-03-06-2.7.0.final.md
rename to _downloads/2008-03-06-2.7.0.final.md
diff --git a/download/_posts/2008-05-05-2.7.1.final.md b/_downloads/2008-05-05-2.7.1.final.md
similarity index 100%
rename from download/_posts/2008-05-05-2.7.1.final.md
rename to _downloads/2008-05-05-2.7.1.final.md
diff --git a/download/_posts/2008-11-10-2.7.2.final.md b/_downloads/2008-11-10-2.7.2.final.md
similarity index 100%
rename from download/_posts/2008-11-10-2.7.2.final.md
rename to _downloads/2008-11-10-2.7.2.final.md
diff --git a/download/_posts/2009-01-13-2.7.3.final.md b/_downloads/2009-01-13-2.7.3.final.md
similarity index 100%
rename from download/_posts/2009-01-13-2.7.3.final.md
rename to _downloads/2009-01-13-2.7.3.final.md
diff --git a/download/_posts/2009-04-24-2.7.4.final.md b/_downloads/2009-04-24-2.7.4.final.md
similarity index 100%
rename from download/_posts/2009-04-24-2.7.4.final.md
rename to _downloads/2009-04-24-2.7.4.final.md
diff --git a/download/_posts/2009-06-02-2.7.5.final.md b/_downloads/2009-06-02-2.7.5.final.md
similarity index 100%
rename from download/_posts/2009-06-02-2.7.5.final.md
rename to _downloads/2009-06-02-2.7.5.final.md
diff --git a/download/_posts/2009-09-10-2.7.6.final.md b/_downloads/2009-09-10-2.7.6.final.md
similarity index 100%
rename from download/_posts/2009-09-10-2.7.6.final.md
rename to _downloads/2009-09-10-2.7.6.final.md
diff --git a/download/_posts/2009-12-28-2.7.7.final.md b/_downloads/2009-12-28-2.7.7.final.md
similarity index 100%
rename from download/_posts/2009-12-28-2.7.7.final.md
rename to _downloads/2009-12-28-2.7.7.final.md
diff --git a/download/_posts/2010-07-14-2.8.0.final.md b/_downloads/2010-07-14-2.8.0.final.md
similarity index 100%
rename from download/_posts/2010-07-14-2.8.0.final.md
rename to _downloads/2010-07-14-2.8.0.final.md
diff --git a/download/_posts/2010-11-09-2.8.1.final.md b/_downloads/2010-11-09-2.8.1.final.md
similarity index 100%
rename from download/_posts/2010-11-09-2.8.1.final.md
rename to _downloads/2010-11-09-2.8.1.final.md
diff --git a/download/_posts/2011-05-12-2.9.0.final.md b/_downloads/2011-05-12-2.9.0.final.md
similarity index 100%
rename from download/_posts/2011-05-12-2.9.0.final.md
rename to _downloads/2011-05-12-2.9.0.final.md
diff --git a/download/_posts/2011-05-25-2.9.0.1.md b/_downloads/2011-05-25-2.9.0.1.md
similarity index 100%
rename from download/_posts/2011-05-25-2.9.0.1.md
rename to _downloads/2011-05-25-2.9.0.1.md
diff --git a/download/_posts/2011-08-31-2.9.1.final.md b/_downloads/2011-08-31-2.9.1.final.md
similarity index 100%
rename from download/_posts/2011-08-31-2.9.1.final.md
rename to _downloads/2011-08-31-2.9.1.final.md
diff --git a/download/_posts/2011-09-27-2.8.2.final.md b/_downloads/2011-09-27-2.8.2.final.md
similarity index 100%
rename from download/_posts/2011-09-27-2.8.2.final.md
rename to _downloads/2011-09-27-2.8.2.final.md
diff --git a/download/_posts/2012-03-04-2.9.1-1.md b/_downloads/2012-03-04-2.9.1-1.md
similarity index 100%
rename from download/_posts/2012-03-04-2.9.1-1.md
rename to _downloads/2012-03-04-2.9.1-1.md
diff --git a/download/_posts/2012-04-13-2.9.2.md b/_downloads/2012-04-13-2.9.2.md
similarity index 100%
rename from download/_posts/2012-04-13-2.9.2.md
rename to _downloads/2012-04-13-2.9.2.md
diff --git a/download/_posts/2013-02-28-2.9.3.md b/_downloads/2013-02-28-2.9.3.md
similarity index 100%
rename from download/_posts/2013-02-28-2.9.3.md
rename to _downloads/2013-02-28-2.9.3.md
diff --git a/download/_posts/2013-03-13-2.10.1.md b/_downloads/2013-03-13-2.10.1.md
similarity index 100%
rename from download/_posts/2013-03-13-2.10.1.md
rename to _downloads/2013-03-13-2.10.1.md
diff --git a/download/_posts/2013-03-14-2.11.0-M2.md b/_downloads/2013-03-14-2.11.0-M2.md
similarity index 100%
rename from download/_posts/2013-03-14-2.11.0-M2.md
rename to _downloads/2013-03-14-2.11.0-M2.md
diff --git a/download/_posts/2013-05-29-2.11.0-M3.md b/_downloads/2013-05-29-2.11.0-M3.md
similarity index 100%
rename from download/_posts/2013-05-29-2.11.0-M3.md
rename to _downloads/2013-05-29-2.11.0-M3.md
diff --git a/download/_posts/2013-05-31-2.10.2-RC2.md b/_downloads/2013-05-31-2.10.2-RC2.md
similarity index 100%
rename from download/_posts/2013-05-31-2.10.2-RC2.md
rename to _downloads/2013-05-31-2.10.2-RC2.md
diff --git a/download/_posts/2013-06-06-2.10.2.md b/_downloads/2013-06-06-2.10.2.md
similarity index 100%
rename from download/_posts/2013-06-06-2.10.2.md
rename to _downloads/2013-06-06-2.10.2.md
diff --git a/download/_posts/2013-07-11-2.11.0-M4.md b/_downloads/2013-07-11-2.11.0-M4.md
similarity index 100%
rename from download/_posts/2013-07-11-2.11.0-M4.md
rename to _downloads/2013-07-11-2.11.0-M4.md
diff --git a/download/_posts/2013-09-18-2.10.3-RC2.md b/_downloads/2013-09-18-2.10.3-RC2.md
similarity index 100%
rename from download/_posts/2013-09-18-2.10.3-RC2.md
rename to _downloads/2013-09-18-2.10.3-RC2.md
diff --git a/download/_posts/2013-09-24-2.10.3-RC3.md b/_downloads/2013-09-24-2.10.3-RC3.md
similarity index 100%
rename from download/_posts/2013-09-24-2.10.3-RC3.md
rename to _downloads/2013-09-24-2.10.3-RC3.md
diff --git a/download/_posts/2013-09-27-2.11.0-M5.md b/_downloads/2013-09-27-2.11.0-M5.md
similarity index 100%
rename from download/_posts/2013-09-27-2.11.0-M5.md
rename to _downloads/2013-09-27-2.11.0-M5.md
diff --git a/download/_posts/2013-10-01-2.10.3.md b/_downloads/2013-10-01-2.10.3.md
similarity index 100%
rename from download/_posts/2013-10-01-2.10.3.md
rename to _downloads/2013-10-01-2.10.3.md
diff --git a/download/_posts/2013-11-27-2.11.0-M7.md b/_downloads/2013-11-27-2.11.0-M7.md
similarity index 100%
rename from download/_posts/2013-11-27-2.11.0-M7.md
rename to _downloads/2013-11-27-2.11.0-M7.md
diff --git a/download/_posts/2013-12-20-2.10.4-RC1.md b/_downloads/2013-12-20-2.10.4-RC1.md
similarity index 100%
rename from download/_posts/2013-12-20-2.10.4-RC1.md
rename to _downloads/2013-12-20-2.10.4-RC1.md
diff --git a/download/_posts/2014-01-28-2.11.0-M8.md b/_downloads/2014-01-28-2.11.0-M8.md
similarity index 100%
rename from download/_posts/2014-01-28-2.11.0-M8.md
rename to _downloads/2014-01-28-2.11.0-M8.md
diff --git a/download/_posts/2014-02-04-2.10.4-RC2.md b/_downloads/2014-02-04-2.10.4-RC2.md
similarity index 100%
rename from download/_posts/2014-02-04-2.10.4-RC2.md
rename to _downloads/2014-02-04-2.10.4-RC2.md
diff --git a/download/_posts/2014-02-25-2.10.4-RC3.md b/_downloads/2014-02-25-2.10.4-RC3.md
similarity index 100%
rename from download/_posts/2014-02-25-2.10.4-RC3.md
rename to _downloads/2014-02-25-2.10.4-RC3.md
diff --git a/download/_posts/2014-03-06-2.11.0-RC1.md b/_downloads/2014-03-06-2.11.0-RC1.md
similarity index 100%
rename from download/_posts/2014-03-06-2.11.0-RC1.md
rename to _downloads/2014-03-06-2.11.0-RC1.md
diff --git a/download/_posts/2014-03-20-2.11.0-RC3.md b/_downloads/2014-03-20-2.11.0-RC3.md
similarity index 100%
rename from download/_posts/2014-03-20-2.11.0-RC3.md
rename to _downloads/2014-03-20-2.11.0-RC3.md
diff --git a/download/_posts/2014-03-24-2.10.4.md b/_downloads/2014-03-24-2.10.4.md
similarity index 100%
rename from download/_posts/2014-03-24-2.10.4.md
rename to _downloads/2014-03-24-2.10.4.md
diff --git a/download/_posts/2014-04-08-2.11.0-RC4.md b/_downloads/2014-04-08-2.11.0-RC4.md
similarity index 100%
rename from download/_posts/2014-04-08-2.11.0-RC4.md
rename to _downloads/2014-04-08-2.11.0-RC4.md
diff --git a/download/_posts/2014-04-21-2.11.0.md b/_downloads/2014-04-21-2.11.0.md
similarity index 100%
rename from download/_posts/2014-04-21-2.11.0.md
rename to _downloads/2014-04-21-2.11.0.md
diff --git a/download/_posts/2014-05-21-2.11.1.md b/_downloads/2014-05-21-2.11.1.md
similarity index 100%
rename from download/_posts/2014-05-21-2.11.1.md
rename to _downloads/2014-05-21-2.11.1.md
diff --git a/download/_posts/2014-07-24-2.11.2.md b/_downloads/2014-07-24-2.11.2.md
similarity index 100%
rename from download/_posts/2014-07-24-2.11.2.md
rename to _downloads/2014-07-24-2.11.2.md
diff --git a/download/_posts/2014-10-30-2.11.4.md b/_downloads/2014-10-30-2.11.4.md
similarity index 100%
rename from download/_posts/2014-10-30-2.11.4.md
rename to _downloads/2014-10-30-2.11.4.md
diff --git a/download/_posts/2015-01-14-2.11.5.md b/_downloads/2015-01-14-2.11.5.md
similarity index 100%
rename from download/_posts/2015-01-14-2.11.5.md
rename to _downloads/2015-01-14-2.11.5.md
diff --git a/download/_posts/2015-03-05-2.10.5.md b/_downloads/2015-03-05-2.10.5.md
similarity index 100%
rename from download/_posts/2015-03-05-2.10.5.md
rename to _downloads/2015-03-05-2.10.5.md
diff --git a/download/_posts/2015-03-05-2.11.6.md b/_downloads/2015-03-05-2.11.6.md
similarity index 100%
rename from download/_posts/2015-03-05-2.11.6.md
rename to _downloads/2015-03-05-2.11.6.md
diff --git a/download/_posts/2015-05-05-2.12.0-M1.md b/_downloads/2015-05-05-2.12.0-M1.md
similarity index 100%
rename from download/_posts/2015-05-05-2.12.0-M1.md
rename to _downloads/2015-05-05-2.12.0-M1.md
diff --git a/download/_posts/2015-06-23-2.11.7.md b/_downloads/2015-06-23-2.11.7.md
similarity index 100%
rename from download/_posts/2015-06-23-2.11.7.md
rename to _downloads/2015-06-23-2.11.7.md
diff --git a/download/_posts/2015-07-14-2.12.0-M2.md b/_downloads/2015-07-14-2.12.0-M2.md
similarity index 100%
rename from download/_posts/2015-07-14-2.12.0-M2.md
rename to _downloads/2015-07-14-2.12.0-M2.md
diff --git a/download/_posts/2015-09-18-2.10.6.md b/_downloads/2015-09-18-2.10.6.md
similarity index 100%
rename from download/_posts/2015-09-18-2.10.6.md
rename to _downloads/2015-09-18-2.10.6.md
diff --git a/download/_posts/2015-10-06-2.12.0-M3.md b/_downloads/2015-10-06-2.12.0-M3.md
similarity index 100%
rename from download/_posts/2015-10-06-2.12.0-M3.md
rename to _downloads/2015-10-06-2.12.0-M3.md
diff --git a/download/_posts/2016-03-08-2.11.8.md b/_downloads/2016-03-08-2.11.8.md
similarity index 100%
rename from download/_posts/2016-03-08-2.11.8.md
rename to _downloads/2016-03-08-2.11.8.md
diff --git a/download/_posts/2016-04-11-2.12.0-M4.md b/_downloads/2016-04-11-2.12.0-M4.md
similarity index 100%
rename from download/_posts/2016-04-11-2.12.0-M4.md
rename to _downloads/2016-04-11-2.12.0-M4.md
diff --git a/download/_posts/2016-06-29-2.12.0-M5.md b/_downloads/2016-06-29-2.12.0-M5.md
similarity index 100%
rename from download/_posts/2016-06-29-2.12.0-M5.md
rename to _downloads/2016-06-29-2.12.0-M5.md
diff --git a/download/_posts/2016-09-06-2.12.0-RC1.md b/_downloads/2016-09-06-2.12.0-RC1.md
similarity index 100%
rename from download/_posts/2016-09-06-2.12.0-RC1.md
rename to _downloads/2016-09-06-2.12.0-RC1.md
diff --git a/download/_posts/2016-10-18-2.12.0-RC2.md b/_downloads/2016-10-18-2.12.0-RC2.md
similarity index 100%
rename from download/_posts/2016-10-18-2.12.0-RC2.md
rename to _downloads/2016-10-18-2.12.0-RC2.md
diff --git a/download/_posts/2016-11-03-2.12.0.md b/_downloads/2016-11-03-2.12.0.md
similarity index 100%
rename from download/_posts/2016-11-03-2.12.0.md
rename to _downloads/2016-11-03-2.12.0.md
diff --git a/download/_posts/2016-12-05-2.12.1.md b/_downloads/2016-12-05-2.12.1.md
similarity index 100%
rename from download/_posts/2016-12-05-2.12.1.md
rename to _downloads/2016-12-05-2.12.1.md
diff --git a/events/_posts/2013-02-15-OutdatedEvent.md b/_events/2013-02-15-OutdatedEvent.md
similarity index 100%
rename from events/_posts/2013-02-15-OutdatedEvent.md
rename to _events/2013-02-15-OutdatedEvent.md
diff --git a/events/_posts/2013-03-02-TestEvent.md b/_events/2013-03-02-TestEvent.md
similarity index 100%
rename from events/_posts/2013-03-02-TestEvent.md
rename to _events/2013-03-02-TestEvent.md
diff --git a/events/_posts/2013-03-12-AnotherEvent.md b/_events/2013-03-12-AnotherEvent.md
similarity index 100%
rename from events/_posts/2013-03-12-AnotherEvent.md
rename to _events/2013-03-12-AnotherEvent.md
diff --git a/events/_posts/2013-07-08-lambda-jam-chicago.md b/_events/2013-07-08-lambda-jam-chicago.md
similarity index 100%
rename from events/_posts/2013-07-08-lambda-jam-chicago.md
rename to _events/2013-07-08-lambda-jam-chicago.md
diff --git a/events/_posts/2013-08-02-svss.md b/_events/2013-08-02-svss.md
similarity index 100%
rename from events/_posts/2013-08-02-svss.md
rename to _events/2013-08-02-svss.md
diff --git a/events/_posts/2013-09-18-strange-loop.md b/_events/2013-09-18-strange-loop.md
similarity index 100%
rename from events/_posts/2013-09-18-strange-loop.md
rename to _events/2013-09-18-strange-loop.md
diff --git a/events/_posts/2013-09-22-cufp.md b/_events/2013-09-22-cufp.md
similarity index 100%
rename from events/_posts/2013-09-22-cufp.md
rename to _events/2013-09-22-cufp.md
diff --git a/events/_posts/2013-09-25-icfp.md b/_events/2013-09-25-icfp.md
similarity index 100%
rename from events/_posts/2013-09-25-icfp.md
rename to _events/2013-09-25-icfp.md
diff --git a/events/_posts/2013-10-19-pnwscala.md b/_events/2013-10-19-pnwscala.md
similarity index 100%
rename from events/_posts/2013-10-19-pnwscala.md
rename to _events/2013-10-19-pnwscala.md
diff --git a/events/_posts/2013-10-24-scala-io.md b/_events/2013-10-24-scala-io.md
similarity index 100%
rename from events/_posts/2013-10-24-scala-io.md
rename to _events/2013-10-24-scala-io.md
diff --git a/events/_posts/2013-10-26-splash.md b/_events/2013-10-26-splash.md
similarity index 100%
rename from events/_posts/2013-10-26-splash.md
rename to _events/2013-10-26-splash.md
diff --git a/events/_posts/2013-11-11-devoxx-beligum.md b/_events/2013-11-11-devoxx-beligum.md
similarity index 100%
rename from events/_posts/2013-11-11-devoxx-beligum.md
rename to _events/2013-11-11-devoxx-beligum.md
diff --git a/events/_posts/2013-12-2-scala-exchange.md b/_events/2013-12-2-scala-exchange.md
similarity index 100%
rename from events/_posts/2013-12-2-scala-exchange.md
rename to _events/2013-12-2-scala-exchange.md
diff --git a/events/_posts/2013-12-3-code-mesh.md b/_events/2013-12-3-code-mesh.md
similarity index 100%
rename from events/_posts/2013-12-3-code-mesh.md
rename to _events/2013-12-3-code-mesh.md
diff --git a/events/_posts/2014-01-11-data-days-texas.md b/_events/2014-01-11-data-days-texas.md
similarity index 100%
rename from events/_posts/2014-01-11-data-days-texas.md
rename to _events/2014-01-11-data-days-texas.md
diff --git a/events/_posts/2014-02-27-lambda-days.md b/_events/2014-02-27-lambda-days.md
similarity index 100%
rename from events/_posts/2014-02-27-lambda-days.md
rename to _events/2014-02-27-lambda-days.md
diff --git a/events/_posts/2014-03-01-nescala.md b/_events/2014-03-01-nescala.md
similarity index 100%
rename from events/_posts/2014-03-01-nescala.md
rename to _events/2014-03-01-nescala.md
diff --git a/events/_posts/2014-03-14-fp-exchange.md b/_events/2014-03-14-fp-exchange.md
similarity index 100%
rename from events/_posts/2014-03-14-fp-exchange.md
rename to _events/2014-03-14-fp-exchange.md
diff --git a/events/_posts/2014-04-05-scalar.md b/_events/2014-04-05-scalar.md
similarity index 100%
rename from events/_posts/2014-04-05-scalar.md
rename to _events/2014-04-05-scalar.md
diff --git a/events/_posts/2014-04-07-react.md b/_events/2014-04-07-react.md
similarity index 100%
rename from events/_posts/2014-04-07-react.md
rename to _events/2014-04-07-react.md
diff --git a/events/_posts/2014-04-22-phillyete.md b/_events/2014-04-22-phillyete.md
similarity index 100%
rename from events/_posts/2014-04-22-phillyete.md
rename to _events/2014-04-22-phillyete.md
diff --git a/events/_posts/2014-05-12-flatmap-oslo.md b/_events/2014-05-12-flatmap-oslo.md
similarity index 100%
rename from events/_posts/2014-05-12-flatmap-oslo.md
rename to _events/2014-05-12-flatmap-oslo.md
diff --git a/events/_posts/2014-06-24-uberconf.md b/_events/2014-06-24-uberconf.md
similarity index 100%
rename from events/_posts/2014-06-24-uberconf.md
rename to _events/2014-06-24-uberconf.md
diff --git a/events/_posts/2014-09-05-scala-downunder.md b/_events/2014-09-05-scala-downunder.md
similarity index 100%
rename from events/_posts/2014-09-05-scala-downunder.md
rename to _events/2014-09-05-scala-downunder.md
diff --git a/events/_posts/2014-09-06-scala-matsuri.md b/_events/2014-09-06-scala-matsuri.md
similarity index 100%
rename from events/_posts/2014-09-06-scala-matsuri.md
rename to _events/2014-09-06-scala-matsuri.md
diff --git a/events/_posts/2014-09-15-scalasummit.md b/_events/2014-09-15-scalasummit.md
similarity index 100%
rename from events/_posts/2014-09-15-scalasummit.md
rename to _events/2014-09-15-scalasummit.md
diff --git a/events/_posts/2014-09-17-strange-loop.md b/_events/2014-09-17-strange-loop.md
similarity index 100%
rename from events/_posts/2014-09-17-strange-loop.md
rename to _events/2014-09-17-strange-loop.md
diff --git a/events/_posts/2014-09-22-scalapeno.md b/_events/2014-09-22-scalapeno.md
similarity index 100%
rename from events/_posts/2014-09-22-scalapeno.md
rename to _events/2014-09-22-scalapeno.md
diff --git a/events/_posts/2014-10-23-scala-io.md b/_events/2014-10-23-scala-io.md
similarity index 100%
rename from events/_posts/2014-10-23-scala-io.md
rename to _events/2014-10-23-scala-io.md
diff --git a/events/_posts/2014-12-08-scalax.md b/_events/2014-12-08-scalax.md
similarity index 100%
rename from events/_posts/2014-12-08-scalax.md
rename to _events/2014-12-08-scalax.md
diff --git a/events/_posts/2015-01-30-nescala.md b/_events/2015-01-30-nescala.md
similarity index 100%
rename from events/_posts/2015-01-30-nescala.md
rename to _events/2015-01-30-nescala.md
diff --git a/events/_posts/2015-02-26-lambda-days.md b/_events/2015-02-26-lambda-days.md
similarity index 100%
rename from events/_posts/2015-02-26-lambda-days.md
rename to _events/2015-02-26-lambda-days.md
diff --git a/events/_posts/2015-03-16-scaladaysSF.md b/_events/2015-03-16-scaladaysSF.md
similarity index 100%
rename from events/_posts/2015-03-16-scaladaysSF.md
rename to _events/2015-03-16-scaladaysSF.md
diff --git a/events/_posts/2015-04-07-phillyete.md b/_events/2015-04-07-phillyete.md
similarity index 100%
rename from events/_posts/2015-04-07-phillyete.md
rename to _events/2015-04-07-phillyete.md
diff --git a/events/_posts/2015-04-11-scalar.md b/_events/2015-04-11-scalar.md
similarity index 100%
rename from events/_posts/2015-04-11-scalar.md
rename to _events/2015-04-11-scalar.md
diff --git a/events/_posts/2015-04-27-flatmap-oslo.md b/_events/2015-04-27-flatmap-oslo.md
similarity index 100%
rename from events/_posts/2015-04-27-flatmap-oslo.md
rename to _events/2015-04-27-flatmap-oslo.md
diff --git a/events/_posts/2015-05-22-lambdaconf.md b/_events/2015-05-22-lambdaconf.md
similarity index 100%
rename from events/_posts/2015-05-22-lambdaconf.md
rename to _events/2015-05-22-lambdaconf.md
diff --git a/events/_posts/2015-06-08-scaladaysAMS.md b/_events/2015-06-08-scaladaysAMS.md
similarity index 100%
rename from events/_posts/2015-06-08-scaladaysAMS.md
rename to _events/2015-06-08-scaladaysAMS.md
diff --git a/events/_posts/2015-07-06-curryon.md b/_events/2015-07-06-curryon.md
similarity index 100%
rename from events/_posts/2015-07-06-curryon.md
rename to _events/2015-07-06-curryon.md
diff --git a/events/_posts/2015-07-15-lambdajam.md b/_events/2015-07-15-lambdajam.md
similarity index 100%
rename from events/_posts/2015-07-15-lambdajam.md
rename to _events/2015-07-15-lambdajam.md
diff --git a/events/_posts/2015-08-10-jvmls.md b/_events/2015-08-10-jvmls.md
similarity index 100%
rename from events/_posts/2015-08-10-jvmls.md
rename to _events/2015-08-10-jvmls.md
diff --git a/events/_posts/2015-08-13-scalabythebay.md b/_events/2015-08-13-scalabythebay.md
similarity index 100%
rename from events/_posts/2015-08-13-scalabythebay.md
rename to _events/2015-08-13-scalabythebay.md
diff --git a/events/_posts/2015-08-31-icfp.md b/_events/2015-08-31-icfp.md
similarity index 100%
rename from events/_posts/2015-08-31-icfp.md
rename to _events/2015-08-31-icfp.md
diff --git a/events/_posts/2015-09-03-cufp.md b/_events/2015-09-03-cufp.md
similarity index 100%
rename from events/_posts/2015-09-03-cufp.md
rename to _events/2015-09-03-cufp.md
diff --git a/events/_posts/2015-09-20-scalaworld.md b/_events/2015-09-20-scalaworld.md
similarity index 100%
rename from events/_posts/2015-09-20-scalaworld.md
rename to _events/2015-09-20-scalaworld.md
diff --git a/events/_posts/2015-09-25-scalaupnorth.md b/_events/2015-09-25-scalaupnorth.md
similarity index 100%
rename from events/_posts/2015-09-25-scalaupnorth.md
rename to _events/2015-09-25-scalaupnorth.md
diff --git a/events/_posts/2015-10-08-applyscala.md b/_events/2015-10-08-applyscala.md
similarity index 100%
rename from events/_posts/2015-10-08-applyscala.md
rename to _events/2015-10-08-applyscala.md
diff --git a/events/_posts/2015-10-24-lambda-world.md b/_events/2015-10-24-lambda-world.md
similarity index 100%
rename from events/_posts/2015-10-24-lambda-world.md
rename to _events/2015-10-24-lambda-world.md
diff --git a/events/_posts/2015-12-10-scalax15.md b/_events/2015-12-10-scalax15.md
similarity index 100%
rename from events/_posts/2015-12-10-scalax15.md
rename to _events/2015-12-10-scalax15.md
diff --git a/events/_posts/2016-01-30-scala-matsuri.md b/_events/2016-01-30-scala-matsuri.md
similarity index 100%
rename from events/_posts/2016-01-30-scala-matsuri.md
rename to _events/2016-01-30-scala-matsuri.md
diff --git a/events/_posts/2016-02-11-scalasphere.md b/_events/2016-02-11-scalasphere.md
similarity index 100%
rename from events/_posts/2016-02-11-scalasphere.md
rename to _events/2016-02-11-scalasphere.md
diff --git a/events/_posts/2016-02-19-scala-downunder.md b/_events/2016-02-19-scala-downunder.md
similarity index 100%
rename from events/_posts/2016-02-19-scala-downunder.md
rename to _events/2016-02-19-scala-downunder.md
diff --git a/events/_posts/2016-03-02-typelevel.md b/_events/2016-03-02-typelevel.md
similarity index 100%
rename from events/_posts/2016-03-02-typelevel.md
rename to _events/2016-03-02-typelevel.md
diff --git a/events/_posts/2016-03-04-nescala.md b/_events/2016-03-04-nescala.md
similarity index 100%
rename from events/_posts/2016-03-04-nescala.md
rename to _events/2016-03-04-nescala.md
diff --git a/events/_posts/2016-04-08-scalaua.md b/_events/2016-04-08-scalaua.md
similarity index 100%
rename from events/_posts/2016-04-08-scalaua.md
rename to _events/2016-04-08-scalaua.md
diff --git a/events/_posts/2016-04-09-lxscala.md b/_events/2016-04-09-lxscala.md
similarity index 100%
rename from events/_posts/2016-04-09-lxscala.md
rename to _events/2016-04-09-lxscala.md
diff --git a/events/_posts/2016-04-11-philly-ete.md b/_events/2016-04-11-philly-ete.md
similarity index 100%
rename from events/_posts/2016-04-11-philly-ete.md
rename to _events/2016-04-11-philly-ete.md
diff --git a/events/_posts/2016-04-16-scalar.md b/_events/2016-04-16-scalar.md
similarity index 100%
rename from events/_posts/2016-04-16-scalar.md
rename to _events/2016-04-16-scalar.md
diff --git a/events/_posts/2016-05-02-flatmap-oslo.md b/_events/2016-05-02-flatmap-oslo.md
similarity index 100%
rename from events/_posts/2016-05-02-flatmap-oslo.md
rename to _events/2016-05-02-flatmap-oslo.md
diff --git a/events/_posts/2016-05-04-typelevel.md b/_events/2016-05-04-typelevel.md
similarity index 100%
rename from events/_posts/2016-05-04-typelevel.md
rename to _events/2016-05-04-typelevel.md
diff --git a/events/_posts/2016-05-09-scaladays-nyc.md b/_events/2016-05-09-scaladays-nyc.md
similarity index 100%
rename from events/_posts/2016-05-09-scaladays-nyc.md
rename to _events/2016-05-09-scaladays-nyc.md
diff --git a/events/_posts/2016-05-14-scala-italy.md b/_events/2016-05-14-scala-italy.md
similarity index 100%
rename from events/_posts/2016-05-14-scala-italy.md
rename to _events/2016-05-14-scala-italy.md
diff --git a/events/_posts/2016-05-26-lambdaconf.md b/_events/2016-05-26-lambdaconf.md
similarity index 100%
rename from events/_posts/2016-05-26-lambdaconf.md
rename to _events/2016-05-26-lambdaconf.md
diff --git a/events/_posts/2016-06-15-scaladays-berlin.md b/_events/2016-06-15-scaladays-berlin.md
similarity index 100%
rename from events/_posts/2016-06-15-scaladays-berlin.md
rename to _events/2016-06-15-scaladays-berlin.md
diff --git a/events/_posts/2016-07-18-curryon.md b/_events/2016-07-18-curryon.md
similarity index 100%
rename from events/_posts/2016-07-18-curryon.md
rename to _events/2016-07-18-curryon.md
diff --git a/events/_posts/2016-09-03-scalapolis.md b/_events/2016-09-03-scalapolis.md
similarity index 100%
rename from events/_posts/2016-09-03-scalapolis.md
rename to _events/2016-09-03-scalapolis.md
diff --git a/events/_posts/2016-09-11-scalaworld.md b/_events/2016-09-11-scalaworld.md
similarity index 100%
rename from events/_posts/2016-09-11-scalaworld.md
rename to _events/2016-09-11-scalaworld.md
diff --git a/events/_posts/2016-09-30-lambdaworld.md b/_events/2016-09-30-lambdaworld.md
similarity index 100%
rename from events/_posts/2016-09-30-lambdaworld.md
rename to _events/2016-09-30-lambdaworld.md
diff --git a/events/_posts/2016-10-04-reactivesummit2016.md b/_events/2016-10-04-reactivesummit2016.md
similarity index 100%
rename from events/_posts/2016-10-04-reactivesummit2016.md
rename to _events/2016-10-04-reactivesummit2016.md
diff --git a/events/_posts/2016-10-27-scalaio.md b/_events/2016-10-27-scalaio.md
similarity index 100%
rename from events/_posts/2016-10-27-scalaio.md
rename to _events/2016-10-27-scalaio.md
diff --git a/events/_posts/2016-10-30-scala2016.md b/_events/2016-10-30-scala2016.md
similarity index 100%
rename from events/_posts/2016-10-30-scala2016.md
rename to _events/2016-10-30-scala2016.md
diff --git a/events/_posts/2016-11-11-scala-bythebay.md b/_events/2016-11-11-scala-bythebay.md
similarity index 100%
rename from events/_posts/2016-11-11-scala-bythebay.md
rename to _events/2016-11-11-scala-bythebay.md
diff --git a/events/_posts/2016-11-25-bee-scala.md b/_events/2016-11-25-bee-scala.md
similarity index 100%
rename from events/_posts/2016-11-25-bee-scala.md
rename to _events/2016-11-25-bee-scala.md
diff --git a/events/_posts/2016-11-25-scalawave.md b/_events/2016-11-25-scalawave.md
similarity index 100%
rename from events/_posts/2016-11-25-scalawave.md
rename to _events/2016-11-25-scalawave.md
diff --git a/events/_posts/2016-12-08-scalax16.md b/_events/2016-12-08-scalax16.md
similarity index 100%
rename from events/_posts/2016-12-08-scalax16.md
rename to _events/2016-12-08-scalax16.md
diff --git a/events/_posts/2016-12-10-fby.md b/_events/2016-12-10-fby.md
similarity index 100%
rename from events/_posts/2016-12-10-fby.md
rename to _events/2016-12-10-fby.md
diff --git a/events/_posts/2017-01-08-winterretreat.md b/_events/2017-01-08-winterretreat.md
similarity index 100%
rename from events/_posts/2017-01-08-winterretreat.md
rename to _events/2017-01-08-winterretreat.md
diff --git a/events/_posts/2017-01-24-scalabytheschuylkill.md b/_events/2017-01-24-scalabytheschuylkill.md
similarity index 100%
rename from events/_posts/2017-01-24-scalabytheschuylkill.md
rename to _events/2017-01-24-scalabytheschuylkill.md
diff --git a/events/_posts/2017-02-09-lambda-days.md b/_events/2017-02-09-lambda-days.md
similarity index 100%
rename from events/_posts/2017-02-09-lambda-days.md
rename to _events/2017-02-09-lambda-days.md
diff --git a/events/_posts/2017-02-18-kats-conf.md b/_events/2017-02-18-kats-conf.md
similarity index 100%
rename from events/_posts/2017-02-18-kats-conf.md
rename to _events/2017-02-18-kats-conf.md
diff --git a/events/_posts/2017-02-25-scala-matsuri.md b/_events/2017-02-25-scala-matsuri.md
similarity index 100%
rename from events/_posts/2017-02-25-scala-matsuri.md
rename to _events/2017-02-25-scala-matsuri.md
diff --git a/events/_posts/2017-03-02-scalasphere.md b/_events/2017-03-02-scalasphere.md
similarity index 100%
rename from events/_posts/2017-03-02-scalasphere.md
rename to _events/2017-03-02-scalasphere.md
diff --git a/events/_posts/2017-03-23-typelevel.md b/_events/2017-03-23-typelevel.md
similarity index 100%
rename from events/_posts/2017-03-23-typelevel.md
rename to _events/2017-03-23-typelevel.md
diff --git a/events/_posts/2017-03-24-nescala.md b/_events/2017-03-24-nescala.md
similarity index 100%
rename from events/_posts/2017-03-24-nescala.md
rename to _events/2017-03-24-nescala.md
diff --git a/events/_posts/2017-04-07-scalar.md b/_events/2017-04-07-scalar.md
similarity index 100%
rename from events/_posts/2017-04-07-scalar.md
rename to _events/2017-04-07-scalar.md
diff --git a/events/_posts/2017-04-07-scalaua.md b/_events/2017-04-07-scalaua.md
similarity index 100%
rename from events/_posts/2017-04-07-scalaua.md
rename to _events/2017-04-07-scalaua.md
diff --git a/events/_posts/2017-04-18-scaladays-chicago.md b/_events/2017-04-18-scaladays-chicago.md
similarity index 100%
rename from events/_posts/2017-04-18-scaladays-chicago.md
rename to _events/2017-04-18-scaladays-chicago.md
diff --git a/events/_posts/2017-05-03-flatmap-oslo.md b/_events/2017-05-03-flatmap-oslo.md
similarity index 100%
rename from events/_posts/2017-05-03-flatmap-oslo.md
rename to _events/2017-05-03-flatmap-oslo.md
diff --git a/events/_posts/2017-05-13-scala-italy.md b/_events/2017-05-13-scala-italy.md
similarity index 100%
rename from events/_posts/2017-05-13-scala-italy.md
rename to _events/2017-05-13-scala-italy.md
diff --git a/events/_posts/2017-05-25-lambdaconf.md b/_events/2017-05-25-lambdaconf.md
similarity index 100%
rename from events/_posts/2017-05-25-lambdaconf.md
rename to _events/2017-05-25-lambdaconf.md
diff --git a/events/_posts/2017-05-30-scaladays-cph.md b/_events/2017-05-30-scaladays-cph.md
similarity index 100%
rename from events/_posts/2017-05-30-scaladays-cph.md
rename to _events/2017-05-30-scaladays-cph.md
diff --git a/events/_posts/2017-06-03-typelevel.md b/_events/2017-06-03-typelevel.md
similarity index 100%
rename from events/_posts/2017-06-03-typelevel.md
rename to _events/2017-06-03-typelevel.md
diff --git a/events/_posts/2017-06-20-scala-swarm.md b/_events/2017-06-20-scala-swarm.md
similarity index 100%
rename from events/_posts/2017-06-20-scala-swarm.md
rename to _events/2017-06-20-scala-swarm.md
diff --git a/events/_posts/2017-07-01-scalaupnorth.md b/_events/2017-07-01-scalaupnorth.md
similarity index 100%
rename from events/_posts/2017-07-01-scalaupnorth.md
rename to _events/2017-07-01-scalaupnorth.md
diff --git a/events/_posts/2017-09-18-scalaworld.md b/_events/2017-09-18-scalaworld.md
similarity index 100%
rename from events/_posts/2017-09-18-scalaworld.md
rename to _events/2017-09-18-scalaworld.md
diff --git a/events/_posts/2017-10-18-reactivesummit.md b/_events/2017-10-18-reactivesummit.md
similarity index 100%
rename from events/_posts/2017-10-18-reactivesummit.md
rename to _events/2017-10-18-reactivesummit.md
diff --git a/events/_posts/2017-11-09-funcconf.md b/_events/2017-11-09-funcconf.md
similarity index 100%
rename from events/_posts/2017-11-09-funcconf.md
rename to _events/2017-11-09-funcconf.md
diff --git a/events/_posts/2017-12-14-scalax17.md b/_events/2017-12-14-scalax17.md
similarity index 100%
rename from events/_posts/2017-12-14-scalax17.md
rename to _events/2017-12-14-scalax17.md
diff --git a/events/README.md b/_events/README.md
similarity index 100%
rename from events/README.md
rename to _events/README.md
diff --git a/_includes/blog-list.html b/_includes/blog-list.html
new file mode 100644
index 000000000..a82eeccc4
--- /dev/null
+++ b/_includes/blog-list.html
@@ -0,0 +1,75 @@
+{% comment %}Use the include variable 'category' to select the category to show (included in blog-categories.yml), or assign it to "all" if you want to show all posts.{% endcomment %}
+
+
+
{% endif %}
+ {% if post.tags %}
+ {% for tag in post.tags %}
+
+
{{tag}}
+
+ {% endfor %}
+ {% endif %}
+
+ {% if forloop.last %}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+
+
\ No newline at end of file
diff --git a/_includes/bullet-concurrency-distribution.html b/_includes/bullet-concurrency-distribution.html
deleted file mode 100644
index 74945dd10..000000000
--- a/_includes/bullet-concurrency-distribution.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
- Concurrent/Distributed
-
val x = future { someExpensiveComputation() }
-val y = future { someOtherExpensiveComputation() }
-val z = for (a <- x; b <- y) yield a*b
-for (c <- z) println("Result: " + c)
-println("Meanwhile, the main thread goes on!")
-
-
-
-
Go Concurrent or Distributed with Futures & Promises
-
In Scala, futures and promises can be used to process data asynchronously, making it easier to parallelize or even distribute your application.
-
-In this example, the future{} construct evaluates its argument asynchronously, and returns
-a handle to the asynchronous result as a Future[Int].
-For-comprehensions can be used to register new callbacks (to post new things to do) when the future is
-completed, i.e., when the computation is finished.
-And since all this is executed asynchronously, without blocking, the main
-program thread can continue doing other work in the meantime.
-
In Scala, functions are values, and can be defined as anonymous functions
- with a concise syntax.
-
-
-
- Scala
-
val people: Array[Person]
-
-// Partition `people` into two arrays `minors` and `adults`.
-// Use the higher-order function `(_.age < 18)` as a predicate for partitioning.
-val (minors, adults) = people partition (_.age < 18)
-
-
- Java
-
List<Person> people;
-
-List<Person> minors = new ArrayList<Person>(people.size());
-List<Person> adults = new ArrayList<Person>(people.size());
-for (Person person : people) {
- if (person.getAge() < 18)
- minors.add(person);
- else
- adults.add(person);
-}
-
-
-
-
- In the Scala example on the left, the partition method, available on all
- collection types (including Array), returns two new collections
- of the same type. Elements from the original collection are partitioned
- according to a predicate, which is given as a lambda, i.e., an anonymous
- function. The _ stands for the parameter to the lambda, i.e.,
- the element that is being tested. This particular lambda can also be written
- as (x => x.age < 18).
-
-
The same program is implemented in Java on the right.
-
\ No newline at end of file
diff --git a/_includes/bullet-pattern-matching.html b/_includes/bullet-pattern-matching.html
deleted file mode 100644
index 3120870c9..000000000
--- a/_includes/bullet-pattern-matching.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
- Pattern matching
-
// Define a set of case classes for representing binary trees.
-sealed abstract class Tree
-case class Node(elem: Int, left: Tree, right: Tree) extends Tree
-case object Leaf extends Tree
-
-// Return the in-order traversal sequence of a given tree.
-def inOrder(t: Tree): List[Int] = t match {
- case Node(e, l, r) => inOrder(l) ::: List(e) ::: inOrder(r)
- case Leaf => List()
-}
-
-
-
-
Switch on the structure of your data
-
In Scala, case classes are used to represent structural data
-types. They implicitly equip the class with meaningful toString,
-equals and hashCode methods, as well as the
-ability to be deconstructed with pattern matching.
-
-In this example, we define a small set of case classes that represent binary
-trees of integers (the generic version is omitted for simplicity here).
-In inOrder, the match construct chooses the right
-branch, depending on the type of t, and at the same time
-deconstructs the arguments of a Node.
-
diff --git a/_includes/column-list-of-items.html b/_includes/column-list-of-items.html
new file mode 100644
index 000000000..eb9e1600b
--- /dev/null
+++ b/_includes/column-list-of-items.html
@@ -0,0 +1,18 @@
+{% comment %}
+ Layouts using this include should pass an include variable called 'collection' referencing a collection carrying the data (i.e.: contribute_community_tickets, contribute_resources...)
+{% endcomment %}
+
\ No newline at end of file
diff --git a/_includes/contributions-projects-list.html b/_includes/contributions-projects-list.html
new file mode 100644
index 000000000..5a4c9bdbe
--- /dev/null
+++ b/_includes/contributions-projects-list.html
@@ -0,0 +1,36 @@
+{% comment %}
+ Layouts using this include should pass an include variable called 'collection' referencing a collection carrying the data
+{% endcomment %}
+
\ No newline at end of file
diff --git a/_includes/disqus.html b/_includes/disqus.html
deleted file mode 100644
index e72683c73..000000000
--- a/_includes/disqus.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- comments powered by Disqus
diff --git a/_includes/disqus.txt b/_includes/disqus.txt
deleted file mode 100644
index 9650dfa5f..000000000
--- a/_includes/disqus.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-blog comments powered by Disqus
\ No newline at end of file
diff --git a/_includes/download-resource-list.html b/_includes/download-resource-list.html
new file mode 100644
index 000000000..017af455a
--- /dev/null
+++ b/_includes/download-resource-list.html
@@ -0,0 +1,31 @@
+
Other resources
+
+
You can find the installer download links for other operating systems, as well as documentation and source code archives for Scala {{page.release_version}} below.