Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Jekyll port of the Cayman theme, a clean, responsive GitHub Pages theme.
Jekyll Cayman Theme is a Jekyll port of Jason Long's Cayman theme, a clean, responsive theme built for GitHub Pages. This template takes a standard Jekyll site structure and produces a mobile-friendly static website that can be hosted on GitHub Pages or any Jekyll-compatible host.
The Jekyll Cayman Theme is an open-source Jekyll theme forked from the classic Cayman theme by Jason Long. It is distributed on GitHub at pietromenna/jekyll-cayman-theme and can be downloaded as a ZIP archive, unzipped, and run as a regular Jekyll folder. The theme is designed for GitHub Pages, where it is also available as an option in the Automatic Page Generator. It is licensed under the Creative Commons Attribution 4.0 International license.
_config.yml, so pages, posts, and data files behave normally.baseurl option in _config.yml lets you host the site under a subpath like https://pietromenna.github.io/jekyll-cayman-theme.bundle exec jekyll serve starts a local server at http://localhost:4000 and auto-regenerates on changes.Start by downloading the theme ZIP from the GitHub repository and unzipping it. Then run bundle install to pull the required gems, followed by jekyll serve to launch a local server. For deployment, set the baseurl in _config.yml if the site will live under a subpath, and push the contents to GitHub Pages.
Yes, the theme is open source and licensed under Creative Commons Attribution 4.0 International, so you can use, modify, and share it with attribution.
Download the ZIP from the GitHub repository, unzip it, run bundle install inside the folder, and then run jekyll serve to preview locally.
Yes, the theme is designed for GitHub Pages and is also offered as an option in GitHub's Automatic Page Generator. You can also copy the template manually.
Edit the baseurl value in _config.yml. If your site is at https://pietromenna.github.io/jekyll-cayman-theme, set baseurl: "/jekyll-cayman-theme"; if it is at the domain root, leave it empty.
Yes, the repository at https://github.com/pietromenna/jekyll-cayman-theme accepts bug reports and pull requests. To develop locally, run bundle install and then bundle exec jekyll serve.
