https://github.com/geeknees/awesome-irb-theme
https://github.com/geeknees/awesome-irb-theme
List: awesome-irb-theme
hacktoberfest ruby
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geeknees/awesome-irb-theme
- Owner: geeknees
- Created: 2024-07-12T12:12:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-05T12:50:21.000Z (9 months ago)
- Last Synced: 2025-10-05T14:44:38.872Z (9 months ago)
- Topics: hacktoberfest, ruby
- Language: JavaScript
- Homepage: https://geeknees.github.io/awesome-irb-theme/
- Size: 3.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Awesome IRB Theme
This repository contains the sources for the **awesome-irb-theme** website. The site showcases color themes for Ruby's interactive console (IRB) with preview images and links to each theme.
The site is built with [Jekyll](https://jekyllrb.com/) and uses the "minima" theme. Each IRB theme is represented as a blog post under the `_posts` directory and includes a screenshot preview.
## Running Locally
To build or preview the site on your machine, first install dependencies and then run Jekyll:
```bash
bundle install
bundle exec jekyll serve
```
This will start a local server at `http://localhost:4000` by default.
For additional details about project setup, see [docs/DETAILS.md](docs/DETAILS.md).