Minimal, responsive, and fast theme for personal sites or blogs.
  • HTML 54.9%
  • CSS 37.3%
  • Shell 5.2%
  • JavaScript 2.6%
Find a file
2026-05-06 22:30:38 -07:00
assets Tune palette to AAA contrast across themes 2026-05-06 22:18:39 -07:00
exampleSite Expand example content 2026-05-06 22:30:38 -07:00
i18n Initial 2026-03-22 22:02:09 -07:00
layouts Allow rss.limit param to override feed cap 2026-05-06 21:45:02 -07:00
tools Simplify Hugo stderr prefixing in build script 2026-05-06 17:52:22 -07:00
.gitattributes Bump minimum Hugo version to v0.161.0 2026-05-06 17:32:13 -07:00
.gitignore Initial 2026-03-22 22:02:09 -07:00
.gitlab-ci.yml Revert "Run pages pipeline on every push to main" 2026-05-06 18:08:14 -07:00
LICENSE.txt Initial 2026-03-22 22:02:09 -07:00
README.md Update README contribution section 2026-05-06 22:21:12 -07:00
theme.toml Migrate to GitLab pages 2026-04-06 11:21:18 -07:00

Grizzly Hugo Theme

Overview

Minimal, responsive, and fast Hugo theme for personal sites or blogs.

Requirements

This theme is built to work with Hugo v0.161.0 or later.

hugo version

Installation

Follow Hugo's quick start guide to create an empty website. Then clone Grizzly into the themes directory as a Git submodule.

git submodule add https://gitlab.com/brycekwon/hugo-grizzly themes/hugo-grizzly

Finally, append a line to the site configuration file:

echo 'theme = "hugo-grizzly"' >> hugo.toml

For more information, please check out the exampleSite created here.

Contributions

You may send patches, issues, vulnerabilities, or pull requests to code@brycekwon.com. While I host code on platforms like GitHub and GitLab, I prefer not to use their issue trackers or pull request tooling.

Contributions of any kind are welcome. Patches and pull requests will be credited with proper authorship, and bug reports or vulnerability disclosures will be credited via the Reported-by commit trailer, unless you request otherwise. Significant changes may be adjusted, deferred, or declined to keep the project aligned with its goals.

License

This project is licensed under the MIT License.