A Boy and His Beans is a Jekyll-powered blog template for publishing jelly bean reviews, with each post structured around a rating and tasting notes.
What is A Boy and His Beans?
A Boy and His Beans is a static website built with Jekyll that catalogues the author's reviews of jelly beans. The live site runs at jellybeans.lol, and the repository metadata describes the project as a collection of jelly bean reviews and ratings. As a Jekyll project, it compiles content files into static HTML pages with no database required. The site is served locally via Jekyll's built-in server, with dependencies installed through Bundler.
Key Features
- Jekyll static site generator — Built on Jekyll, the template compiles content into static HTML with no database or server-side processing.
- Bundler dependency management — Dependencies are installed with
bundle install, and the site is served withbundle exec jekyll serve. - Live-reloading development server — Running
bundle exec jekyll serve --watchstarts a local server athttp://localhost:4000that auto-reloads on file changes. - Focused content niche — The template is scoped entirely to jelly bean reviews, making it a single-purpose blog layout.
- Live production site — The template powers the site at jellybeans.lol, demonstrating a real-world deployment.
- Repository topics — The GitHub repository is tagged with
blog,jekyll,reviews, andwebsite. - License file — A
TERMS.mdfile defines usage terms for the project.
Who is it for?
- Jelly bean enthusiasts — Someone who wants to record ratings and tasting notes for different jelly bean flavors and brands.
- Hobbyist food bloggers — A writer looking for a minimal, static blog to publish food reviews without a CMS.
- Jekyll users — Developers who want a working example of a personal review blog built with Jekyll and Bundler.
What can you do with it?
- Publish structured reviews — Each post can present a jelly bean's rating and written review, organized into an archive.
- Customize the theme — As a Jekyll site, you modify layouts, styles, and content structure through the standard Jekyll directory layout.
- Deploy to any static host — The built HTML can be hosted on GitHub Pages, Netlify, or any static file server.
How does it work?
The README documents three steps to run locally: install Bundler, run bundle install to fetch dependencies, then start the server with bundle exec jekyll serve --watch. After that, the site is available at http://localhost:4000.
FAQ
What is A Boy and His Beans?
A Boy and His Beans is a Jekyll-based blog that publishes jelly bean reviews and ratings. The live site is at jellybeans.lol, and the repository describes it as a collection of jelly bean reviews and ratings.
What framework does it use?
It uses Jekyll, a Ruby-based static site generator. Dependencies are managed with Bundler, and the development server is started with bundle exec jekyll serve.
Does it include a license?
Yes, the repository includes a TERMS.md file that outlines the terms for using the project.
Is there a live demo?
Yes, the site is publicly available at jellybeans.lol.
Can I use it as a template?
The repository is not explicitly described as a template, but its structure is typical for a Jekyll blog and could be adapted for other review niches.





