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

github.com/themefisher/liva-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-11-04 06:30:02 +0300
committersomrat <monnaf37@gmail.com>2019-11-04 06:30:02 +0300
commit471bd64c56f37b0ac5f53019c1cd8b580d741a5c (patch)
tree9de6a2d6309ffdebcad7564fc8704ac7f3f31765
parentd4813c11dd884b030780fd75f0062108051a4c8c (diff)
remove disqus user name and modify hugo_min_version
-rw-r--r--exampleSite/config.toml2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7773769..5a81388 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,7 +5,7 @@ title = "Liva | Personal blog template"
theme = "liva-hugo"
summaryLength = "10"
paginate = 6
-disqusShortname = "liva"
+disqusShortname = ""
[outputs]
home = ["HTML", "AMP", "RSS", "JSON"]
diff --git a/theme.toml b/theme.toml
index c1138b5..654750d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "Hugo port of the Themefisher’s Liva Template"
homepage = "https://gethugothemes.com/shop/"
tags = ['landing-page', 'fast', 'light', 'white', 'modern', 'themefisher', 'hugo-theme', 'hugo-templates', 'bootstrap', 'blog', 'responsive', 'clean', 'simple', 'creative', 'contact-form', 'custom-themes', 'mobile', 'minimalistic', 'pages', 'resume', 'portfolio', 'google analytics', 'customizable', 'flexbox', 'presentation', 'product', 'theme', 'typography']
features = ['bootstrap','responsive']
-min_version = "0.58"
+min_version = "0.58.0"
[author]
name = "Themefisher"