Personal blog
-
Ruby: 2.7 or newer recommended (e.g.
rbenv install 3.2.0thenrbenv local 3.2.0). -
Install and run:
bundle install bundle exec jekyll serveThen open http://localhost:4000.
- Create a repo (e.g.
dlresende.github.iofor a user site, or any repo with Pages enabled). - Push this directory to the repo.
- In the repo Settings → Pages, set source to the default branch (e.g.
main). GitHub will build the Jekyll site automatically.
All articles from the WordPress blog have been migrated to Markdown in _posts/ with Jekyll front matter (title, date, layout). Permalinks follow the same pattern as before: /:year/:month/:day/:title/.