- Notifications
You must be signed in to change notification settings - Fork4
Functional Java website
functionaljava/functionaljava.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
The process for changing or enhancing the site is:
edit the source code in the
gradle
branchclean the build directory, run
gradlew clean
generate the website, run
gradlew bake
, the generated files are inbuild/jbake
view the changes on a local server, run
gradlew 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 the
gradle
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors5
Uh oh!
There was an error while loading.Please reload this page.