aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-08-02 10:49:13 +0200
committerOlivier Roques <olivier@oroques.dev>2020-08-02 10:49:13 +0200
commitadd43ba4a99df589c4fefb73c0e8668c8806140c (patch)
tree01fe1abb074e3f81347c807f24e80a5834f1f1e4
parent4e9588cbc8ed480a3f59a82dd80c4efd16cf5def (diff)
Add README.md
-rw-r--r--exampleSite/config.toml4
-rw-r--r--theme.toml2
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"
diff --git a/theme.toml b/theme.toml
index 9e51836..6e68702 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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"