emaballarin / hugo-researcher

[TWEAK] A simple resume theme for Hugo, with reasonably non-upstreamable personal tweaks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Researcher

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

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/emaballarin/hugo-researcher.git themes/researcher
# if your website is not managed by git:
# git clone https://github.com/emaballarin/hugo-researcher.git themes/researcher

Update the theme option in config.toml:

theme = "researcher"

License

GPL-3.0 License

About

[TWEAK] A simple resume theme for Hugo, with reasonably non-upstreamable personal tweaks

License:GNU General Public License v3.0


Languages

Language:HTML 68.9%Language:SCSS 31.1%