Skip to content

Commit 328fa88

Browse files
committed
#148 Microsite
This enables the usage of sbt-microsites for generating and publishing the documentation. ### Changes * prepare travis-ci for sbt-microsites * enable publishing via travis-ci * include sbt-microsite plugin * add ENSIME files to `.gitignore` * update sbt to 1.0.4 * create minimal README for main project * split up old README into multiple files to create the docs from * some adjustments and refinements
1 parent 36c0210 commit 328fa88

17 files changed

+764
-1248
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ coveralls-token.txt
88
/*.html
99
dump.rdb
1010
logs
11+
.ensime
12+
.ensime_lucene
13+
.ensime_cache

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ cache:
1717
before_cache:
1818
- find $HOME/.sbt -name "*.lock" -type f -delete -print
1919
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete -print
20+
before_install:
21+
- export PATH=${PATH}:./vendor/bundle
22+
install:
23+
- rvm use 2.2.8 --install --fuzzy
24+
- gem update --system
25+
- gem install sass
26+
- gem install jekyll -v 3.2.1

0 commit comments

Comments
 (0)