/scalajp

Web Site for ScalaJP

Primary LanguageCSS

scalajp

Web Site for ScalaJP

To Update ScalaJP Web Site

Since the contents of http://jp.scala-users.org is under this repository, anyone can send pull requests to fix/modify the contents.

  1. Install gems. Using bundler is recommended.

    $ bundle install

  2. Modify contents.

  3. Start jekyll and confirm the result of modification. In default, you can see the result by http://localhost:4000

    $ bundle exec jekyll serve

  4. If there are no problems, send the pull request.