Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Customizable, monochromatic and minimalist Hugo theme for personal blogs.
Colordrop is a customizable, monochromatic, minimal Hugo theme for personal blogs that produces static sites with one accent color and optional Pagefind search.
Colordrop is a Hugo theme designed for personal blogging. It takes Markdown content and a Hugo site configuration as inputs and outputs a static website with a clean, two-color palette, an optional logo, and an optional search index. The theme is developed by the GitHub user humrochagf and is distributed through the public repository at github.com/humrochagf/colordrop.
hugo builds the site, running npx -y pagefind --site public generates the search index used by the theme's search UI.Colordrop suits personal bloggers and developers who want a minimal, no-frills Hugo site. Personal bloggers can write posts in Markdown and publish a clean, monochrome blog. Hugo developers can install the theme as a submodule, customize the two color variables to match a brand, and wire up search without building a backend. Design-conscious writers can use the single-accent-color approach to keep the focus on content rather than layout.
First, install the theme by adding it as a git submodule or extracting a release into the themes folder and setting the theme name to "colordrop" in the Hugo config. Then, customize parameters like colors, logo, and description in the config file. After writing content, build with Hugo extended and optionally run the Pagefind index generation command to enable search.
Colordrop is free to use. The theme is distributed under a public GitHub repository, with releases available from the tags page.
Yes, Colordrop is an open-source Hugo theme. You can download the code from the GitHub repository or the releases page at no cost.
Yes, via Pagefind. After a normal Hugo build, run npx -y pagefind --site public to generate the search index. The theme includes a search UI that uses this index.
Add the repository as a git submodule from github.com/humrochagf/colordrop into themes/colordrop, or download a release and extract it to the same path. Then set the theme name in your config file to "colordrop" using YAML or TOML.
Yes. Set the themeColor and themeInverseColor parameters in your Hugo config. For instance, themeColor "#000000" and themeInverseColor "#ffffff" create a black-on-white scheme; any hex values are accepted.
Yes. Because the theme uses Sass to compile styles, you need the extended edition of Hugo. Building with the standard edition will result in a Sass compilation error.