aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d9aaa2f73c17157ea4329bd6e05b5b222bc2e9e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Researcher

A simple monospaced resume theme for Hugo. It was ported from Jekyll theme
[ankitsultana/researcher](https://github.com/ankitsultana/researcher) in
[ojroques/hugo-researcher](https://github.com/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](./exampleSite/config.toml) for an example.

## License

[GPL-3.0 License](./LICENSE)