This repository contains the source code for my personal blog/website (Jekyll), published at pabloreyes.es.
I mainly write about technology, business culture, and personal finance, plus notes and resources I want to keep around.
- Ruby
3.2.3(see.ruby-version/.tool-versions) - Bundler
Note: GitHub Pages/Jekyll and some native gems tend to break on Ruby 3.3.x (for example eventmachine), which is why this repo sticks to 3.2.x.
If you use asdf:
asdf install
asdf exec bundle installasdf exec bundle exec jekyll serve --livereloadasdf exec bundle exec jekyll buildThis repo uses jekyll 4.4.1 (see Gemfile). Since GitHub Pages doesn’t always track the latest Jekyll versions, deployment is done via GitHub Actions.
- Workflow:
.github/workflows/pages.yml - Recommended setting: Settings → Pages → Source → GitHub Actions
See LICENSE (Apache-2.0).