---
title: Jekyll
kind: note
description: Link Notes The default static site generator supported by GitHub Pages. FAQ Update Jekyll Which Ruby version is used by Github Pages? See human-readable or programmatic version
words: 27
readingMinutes: 1
created: '2024-08-17T18:22:24+02:00'
updated: '2026-06-29T20:34:03+02:00'
website: https://jekyllrb.com/
---
## Link

<https://jekyllrb.com/>

## Notes
- The default static site generator supported by [GitHub](/notes/github) Pages.
## FAQ
### Update Jekyll
```sh
rm Gemfile.lock
bundle update
git add Gemfile.lock
git commit -m "fix: update dependencies"
git push
```
### Which Ruby version is used by [Github](/notes/github) Pages?
- See [human-readable](https://pages.github.com/versions/) or [programmatic](https://pages.github.com/versions.json) version
