From add43ba4a99df589c4fefb73c0e8668c8806140c Mon Sep 17 00:00:00 2001
From: Olivier Roques <olivier@oroques.dev>
Date: Sun, 2 Aug 2020 10:49:13 +0200
Subject: Add README.md

---
 exampleSite/config.toml | 4 ++--
 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"
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"
 
-- 
cgit v1.2.3