Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Cayman is a clean, responsive Hugo theme ported from the Jekyll Cayman Theme, now archived and read-only.
Cayman is a clean, responsive Hugo theme ported from the original Jekyll Cayman Theme, now archived and read-only after being maintained on GitHub by zwbetz-gh.
Cayman is a Hugo theme that turns a Hugo site's Markdown content into a clean, responsive static website. It runs on Hugo version 0.81.0 or higher and is a direct port of Jason Long's Jekyll Cayman Theme, which it credits explicitly. The theme is available under a Creative Commons Attribution 4.0 International license, and its demo is deployed at https://cayman-hugo-theme.netlify.com/.
git submodule add https://github.com/zwbetz-gh/cayman-hugo-theme.git themes/cayman-hugo-theme from the root of your site.git submodule update --remote --merge from your site root.exampleSite directory contains working config.toml and config.yaml files you can copy and edit, plus a demo you can run locally with hugo server --themesDir ../...static directory.After adding the theme as a git submodule and copying either config.toml or config.yaml from the exampleSite into your site root, you edit the configuration to set your site's title, tagline, and header background colors. Because the theme uses Hugo Pipes, run Hugo with the extended binary only when changing SCSS-based style parameters; otherwise the standard Hugo binary works. You can preview the bundled example site by running hugo server --themesDir ../.. from the exampleSite folder.
No. The repository is archived and read-only, so no further updates or bug fixes are planned. You can still use the theme as-is, but you'll need to fork it if you want to make changes.
Hugo version 0.81.0 or higher is required. The extended version of Hugo is only necessary if you want to edit style-related parameters because the theme compiles SCSS through Hugo Pipes.
From the root of your site, run: git submodule add https://github.com/zwbetz-gh/cayman-hugo-theme.git themes/cayman-hugo-theme. Then copy the example configuration files into your site.
Yes. The configuration includes parameters for header background colors, and the README suggests using uigradients.com to find gradient color combinations that suit your site.
The theme is released under the Creative Commons Attribution 4.0 International license, so you can use and modify it with attribution.