From a910cd7eb48885ee985a589b1ca3a2c34fe60798 Mon Sep 17 00:00:00 2001 From: dzello Date: Tue, 17 Jul 2018 17:08:16 +0200 Subject: [PATCH] Change homepage of the theme Using a subdomain so that I can deploy the exampleSite directly instead of having to serve it from underneath that site that lives at dzello.com --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index fda9c20..3a2b1b8 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ name = "reveal-hugo" license = "MIT" licenselink = "https://github.com/dzello/reveal-hugo/blob/master/LICENSE" -homepage = "https://dzello.com/reveal-hugo/" +homepage = "https://reveal-hugo.dzello.com/" tags = ["presentation", "revealjs"] features = ["presentation"]