Researcher
A simple monospaced resume theme for Hugo. It was ported from Jekyll theme ankitsultana/researcher in ojroques/hugo-researcher. This repository contains a fork tailored specifically for https://www.rgdd.se.
Installation
Add the theme to your site's themes
directory:
git submodule add git@git.rgdd.se:www-theme themes/www-theme
Update the theme option in config.toml
:
theme = "www-theme"
Development
Development branches can be installed with git submodule add -b BRANCH
.
To try changes locally using the example site, run:
hugo server -s exampleSite --themesDir=../../
Configuration
See exampleSite/config.toml for an example.