Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Functional Java website

NotificationsYou must be signed in to change notification settings

functionaljava/functionaljava.github.io

Repository files navigation

logo 600x144

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

The Functional Java code repository is athttps://github.com/functionaljava/functionaljava.

Lifecycle

The process for changing or enhancing the site is:

  • edit the source code in thegradle branch

  • clean the build directory, rungradlew clean

  • generate the website, rungradlew bake, the generated files are inbuild/jbake

  • view the changes on a local server, rungradlew appRun. In a browser, go tohttp://localhost:8820/. ATM, the logo at the top of the index.html page doesn’t display.

  • publish the generated pages to Github. Copy the files from thegradle branch’s directorybuild/jbake to themaster branch’s root directory. Commit the files and push. You should see the changes within a few minutes athttp://www.functionaljava.org/.

The website uses Gradle 4.10.2, JBake 2.3.0 and the Gradle pluginorg.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 fromhttp://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

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp