This is the repository used to build and publish the official JAVAFEST website.
We use Hugo to build and render the site.
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo server -D
Using PowerShell
docker run --rm -it -v ${PWD}:/src -p 1313:1313 klakegg/hugo server -D
Using Command Prompt
docker run --rm -it -v C:\path\to\your\project:/src -p 1313:1313 klakegg/hugo server -D
./hugow --get-extended --get-latest
./hugow server
Please refer to the below official instructions to install locally and run the server.
Official Hugo installation instructions
hugo server
main
branch. Before starting your work make sure it's up to date with current main
branch.main
branch containing issue number and issue title.If you can't handle some parts of the issue then please ask for help in the comment. If you have any problems during the implementation of some complex issue, feel free to implement just a part of it.
The site code is released under the Apache v2.0 License. Check LICENSE for more details.