Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 751 Bytes

README.adoc

File metadata and controls

29 lines (14 loc) · 751 Bytes

Sean Gilligan’s GitHub User Pages

Source repository for 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

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