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 source branch.
  • Generated files are in master branch and displayed with GitHub Pages.

== GitHub Actions Auto-Deployment

== 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.