Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Microsite for Typelevel Scala fork #117

Merged
merged 8 commits into from
Sep 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
layout: home
---

# Typelevel Scala

## What is this repository?
Expand Down
24 changes: 24 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name := "Scala"
version := "1.0"
scalaVersion := "2.11.8"

micrositeName := "Typelevel"
micrositeDescription := "Our fork of the Scala compiler"
micrositeAuthor := "Typelevel contributors"
micrositeHomepage := "http://typelevel.org/scala"
micrositeGithubOwner := "typelevel"
micrositeGithubRepo := "scala"
micrositeBaseUrl := "scala"
micrositeExtraMdFiles := Map(file("README.md") -> "index.md")
micrositeHighlightTheme := "atom-one-light"
micrositePalette := Map(
"brand-primary" -> "#FC4053",
"brand-secondary" -> "#B92239",
"brand-tertiary" -> "#8C192F",
"gray-dark" -> "#464646",
"gray" -> "#7E7E7E",
"gray-light" -> "#E8E8E8",
"gray-lighter" -> "#F6F6F6",
"white-color" -> "#FFFFFF")

enablePlugins(MicrositesPlugin)
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version = 0.13.12
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.2.4")
9 changes: 9 additions & 0 deletions src/main/resources/microsite/css/override.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i);

h1, h2, h3, h4, h5, h6, .brand {
font-family: 'Droid Serif', serif;
}

.technologies {
display: none;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/microsite/img/navbar_brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/microsite/img/poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.