Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalistic responsive grid portfolio theme built on Jekyll for showcasing projects.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
The Jekyll Grid Portfolio Theme is a minimalistic, responsive grid portfolio theme for Jekyll, designed to turn a collection of Markdown files into a static portfolio website.
The Jekyll Grid Portfolio Theme is an open-source Jekyll template that generates a responsive grid-style portfolio site. It takes content written in Markdown or HTML (the standard Jekyll formats) and outputs a fully static website that can be hosted anywhere. The theme is built and maintained by Jonathan Matthey, and it powers his personal site at jonathanmatthey.com. As a Jekyll theme, it runs on a Ruby-based static site generator, requiring no database or server-side processing when deployed.
_config.yml.bundle i, bundle exec jekyll serve) start a local preview server; the README documents this workflow.JonathanMatthey/jonathanmatthey.com, and had 30 stars at the time of writing.The README documents a standard Jekyll setup process: clone the repository with git clone, install dependencies with bundle i, and run the development server with bundle exec jekyll serve. Once running, the site is generated from the theme's layouts and your content files, and is viewable at the local Jekyll address. For production, the generated _site directory can be uploaded to any static hosting service.
