Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (8 loc) · 935 Bytes

File metadata and controls

17 lines (8 loc) · 935 Bytes

Development

Note on locking gems

For this simple demo project with few dependencies, leaving out the Gemfile.lock file altogether is reasonable.

Note that Gemfile.lock must remain as file ignored by git to avoid build errors. This because an install locally with bundle will put bundler as a line in Gemfile.lock, while bundler use will cause an error on the remote build as its not available (at least in the container used by the chosen GitHub Action here.

Alternatively, keep the file either build will a global (user-level) Jekyll. Or keep building a Gemfile.lock remember to manually remove the bundler reference.

Excluding

The Makefile, LICENSE and README.md files in the root do not have to be excluded, as this site is setup to build from a subdirectory. Otherwise they would have to be added to the ignore list.

The Gemfile and Gemfile.lock are always ignored by Jekyll 4.