This repository holds a vibe-coded Jekyll blog for tinkering with Codex.
- Clone the repository and enable GitHub Pages in the repository settings.
- Set the source branch to
mainand the root directory. - Commit your posts to the
_postsdirectory.
To preview the site locally, install Jekyll and run:
bundle exec jekyll serveThen navigate to http://localhost:4000.