Skip to content

gwsmelo/functionaljava.github.io

 
 

Repository files navigation

Functional Java Website

logo 600x144

This is the code repository for the Functional Java website which is available at http://www.functionaljava.org/.

Lifecycle

The process for changing or enhancing the site is:

The website uses Gradle 4.10.2, JBake 2.3.0 and the Gradle plugin org.jbake.site version 1.2.0. The project uses the Gradle wrapper, so it can be run if Gradle is not installed using the ./gradlew command. Useful gradle targets are:

  • clean - Removes all generated files

  • bake - create the website locally

  • appRun - run the server to preview the website (accessible from http://localhost:8820)

  • publish - commit the website to the master branch to make available publicly accessible on the website. As of Feb 2022, publishing to Github didn’t work.

About

Functional Java website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.3%
  • CSS 7.7%