README.adoc
November 30, 2022 ยท View on GitHub
= Sean Gilligan's GitHub User Pages
Source repository for http://msgilligan.github.io[msgilligan.github.io].
- Source files are in
sourcebranch. - Generated files are in
masterbranch and displayed with GitHub Pages.
== GitHub Actions Auto-Deployment
- https://github.com/msgilligan/msgilligan.github.io/deployments[Deployment History]
- https://github.com/msgilligan/msgilligan.github.io/blob/source/.github/workflows/gradle.yml[gradle.yml] workflow file.
== Local Build Instructions
=== Prerequisites
. Install JDK 11
To render the JBake static site:
./gradlew bake
The site will be generated in build/jbake.
NOTE:: The file feed.xml is updated every time the bake target is built, even if there were no other changes.