Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple monospaced resume theme for Hugo, ported from the Jekyll theme researcher.
Hugo Researcher is a minimal, monospaced resume theme for the Hugo static site generator, ported from the Jekyll theme of the same name.
Hugo Researcher is a Hugo theme that renders Markdown content files into a single-page resume or CV website with a monospaced typeface. It takes your content written in Markdown (such as contact details, education, publications, and experience) and produces a clean, text-focused layout. The theme requires the extended Hugo version because it generates CSS from Sass. It is distributed through the GitHub repository ojroques/hugo-researcher and is a port of the Jekyll theme ankitsultana/researcher.
git submodule add https://github.com/ojroques/hugo-researcher.git themes/researcher) or cloned directly into the themes directory.math: true in a content file's front matter, or globally by setting math to true in the project config. A bundled math shortcode prevents Hugo's newline handling from breaking block equations.exampleSite folder contains a self-explanatory config.toml and demo content to get started immediately.Researchers and academics who want a simple online CV that can display mathematical formulas. Developers building a Hugo site who prefer a minimalist, monospaced aesthetic for a personal page. Job seekers who need a lightweight, single-page resume that is easy to deploy as a static site.
Install the theme by adding it to your site's themes directory, set theme = "researcher" in config.toml, and write your resume content in Markdown. If you need math, set math: true in the relevant content file or globally in your config. Build the site with Hugo extended to compile the Sass and generate the static resume page.
The theme is free — it is open source under the GPL-3.0 License.
The original researcher theme by ankitsultana runs on Jekyll and offers the same monospaced resume layout if you are using Jekyll instead of Hugo.
Yes, the extended Hugo version is required because the theme uses Sass to generate CSS files. The standard Hugo binary does not include the Sass compiler.
Set math: true in the front matter of a content file, or set math to true in your project configuration to enable KaTeX globally. The theme includes a math shortcode to prevent newline-related parsing issues with block equations.
Yes, Hugo Researcher is open source under the GPL-3.0 License. You can freely use, modify, and redistribute it under the terms of that license.
Add it as a git submodule with git submodule add https://github.com/ojroques/hugo-researcher.git themes/researcher, or clone the repository into your themes directory if your site is not managed by git.