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:
authorRCJacH <RCJacH@outlook.com>2019-08-09 11:53:09 +0300
committerRCJacH <RCJacH@outlook.com>2019-08-09 11:54:07 +0300
commit25bf3e7eaea04290275c87907bffeec1dfc7078e (patch)
tree268485a8cc711c2f8f5f445f427262a75cda9d61
parent9a9eed77a0a5e7e6ce2933eb8e739da1ea1dba53 (diff)
# edit tags and feature
-rw-r--r--exampleSite/config.toml2
-rw-r--r--theme.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 661021b..1da32bf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,7 +5,7 @@ disableKinds = ["sitemap", "RSS"]
theme = "hugo-webslides"
themeDir = "../.."
tags = ["slide", "presentation", "responsive", "landing page"]
-features = ["slide"]
+features = ["webslides.js", "pre-made template", "shortcodes"]
[params]
author = "RCJacH"
diff --git a/theme.toml b/theme.toml
index e94b115..ae907db 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,8 +3,8 @@ license = "MIT"
licenselink = "https://github.com/RCjacH/hugo-webslides/blob/master/LICENSE.md"
description = ""
homepage = "http://example.com/"
-tags = ["presentation", "webslidesjs"]
-features = ["presentation"]
+tags = ["slide", "presentation", "responsive", "landing page"]
+features = ["webslides.js", "pre-made template", "shortcodes"]
[author]
name = "RCJacH"