diff options
-rw-r--r-- | exampleSite/config.toml | 4 | ||||
-rw-r--r-- | theme.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7c66ee4..f21848e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,10 +1,10 @@ title = "Researcher" -baseURL = "https://ojroques.github.io" +baseURL = "https://example.com" theme = "researcher" [params] author = "Olivier Roques" - description = "A Hugo template." + description = "A single column, monospace, resume theme for Hugo." favicon = "favicon.ico" [params.footer] text = "By Olivier Roques" @@ -1,7 +1,7 @@ name = "Researcher" license = "GPL-3.0" licenselink = "https://github.com/ojroques/hugo-researcher/blob/master/LICENSE" -description = "A single column, monospace, resume template for Hugo." +description = "A single column, monospace, resume theme for Hugo." homepage = "https://github.com/ojroques/hugo-researcher" min_version = "0.42.0" |