ManchesterJavaCommunity / manchesterjavacommunity.github.io

Manchester Java Community
https://manchesterjavacommunity.org
4 stars 3 forks source link
java jug manchester meetup

Manchester Java Community Website

This repository contains the source code for the Manchester Java Community that is hosted at https://manchesterjavacommunity.org.

Please check for current issues and existing PRs; we will probably accept drive-by pull requests but someone might already be working on something.

How to build the site

Required:

Install JBake

Unix

curl -s "https://get.sdkman.io" | bash
sdk install jbake

Windows

Build and launch the site

Clone the repo:

git clone https://github.com/ManchesterJavaCommunity/manchesterjavacommunity.github.io.git

Make your amazing changes.

Build the site.

jbake -b

Serve up the content to check all okay; will start a webserver on http://localhost:8820.

jbake -s

Further excellent documentation for JBake can be found at https://jbake.org/docs/latest.