Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 665 Bytes

README.md

File metadata and controls

executable file
·
15 lines (9 loc) · 665 Bytes

Source code of the future home of the ScalaFX home page. To preview go to http://scalafx.github.io/.

Jekyll site CI

Created with Jekyll.

Source code based on Jekyll site code.

To build the site locally use command:

 bundle exec jekyll serve --safe --watch

Using bundle exec jekyll ... rather than simply jekyll is closer to the way GitHub will build it. It can help detect certain build issues.