Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RCJacH/hugo-webslides.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Trost <galexrt@googlemail.com>2020-04-14 12:31:15 +0300
committerAlexander Trost <galexrt@googlemail.com>2020-04-14 12:31:15 +0300
commit70d277c4a5ab828198b8f6b4c8f726f809bccb51 (patch)
tree98fad423c2775bf2e7dcd1cc7e524fa6a0cfa54b
parent362090ad6a9726f026d57ff5ad703b85df3c989e (diff)
theme: fix homepage link in metadata
Resolves #4 Signed-off-by: Alexander Trost <galexrt@googlemail.com>
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 8c89469..c64ee15 100644
--- a/theme.toml
+++ b/theme.toml
@@ -2,7 +2,7 @@ name = "hugo-webslides"
license = "MIT"
licenselink = "https://github.com/RCjacH/hugo-webslides/blob/master/LICENSE.md"
description = "Hugo-WebSlides - Writing beautiful slides in markdown with Hugo."
-homepage = "http://example.com/"
+homepage = "https://github.com/RCJacH/hugo-webslides"
tags = ["slide", "presentation", "responsive", "landing page"]
features = ["webslides.js", "pre-made template", "shortcodes"]
min_version = 0.56