Skip to content

dylanclark/hugo-researcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Researcher

Note from dylanclark: This fork of hugo-researcher exists to change the font from Inconsolata to Noto-Sans and change the accent color from red to blue

A simple monospaced resume theme for Hugo. It was ported from Jekyll theme ankitsultana/researcher.

Screenshot

thumbnail

Installation

This theme uses Sass to generate CSS files so make sure you have the extended Hugo version installed.

Add the theme to your site's themes directory:

git submodule add https://github.com/ojroques/hugo-researcher.git themes/researcher

Update the theme option in config.toml:

theme = "researcher"

Configuration

A self-explanatory configuration file is present in exampleSite/config.toml, along the files of a demo website.

You can enable KaTeX (math typesetting) by including math: true in your content files. Or you can enable it globally by setting math to true in your project config.

License

GPL-3.0 License

About

A simple resume theme for Hugo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.6%
  • SCSS 36.4%