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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2021-11-08 16:18:12 +0300
committerGitHub <noreply@github.com>2021-11-08 16:18:12 +0300
commitaae4856c77583b46f37eefc71abf1cf5690f84ea (patch)
tree31be24ec36345f52ddd274f29a88e55d1a6506eb
parentd3a311db1d1a77c4123ccf0b5250ec1523bf791d (diff)
parent2ae607313aa6ab692541e0ee7beb6dc7bbd81ccd (diff)
Merge pull request #296 from Lednerb/issue/294-fix-hugo-theme-catalogv2.6.0
Issue-294: Fix description in Hugo theme catalog
-rw-r--r--README.md2
-rw-r--r--config.toml3
-rw-r--r--theme.toml7
3 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3d58067..a747e2f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Hugo Themes](https://img.shields.io/badge/Hugo_Themes-@Bilberry-ff4088)](https://themes.gohugo.io/themes/bilberry-hugo-theme/)
[![Build GH-Pages](https://github.com/Lednerb/bilberry-hugo-theme/workflows/Update%20GitHub%20Pages/badge.svg)](https://github.com/Lednerb/bilberry-hugo-theme/deployments/activity_log?environment=github-pages)
-[![Contributors](https://img.shields.io/badge/contributors-33-orange.svg?style=flat-square)](#contributors)
+[![Contributors](https://img.shields.io/badge/contributors-36-orange.svg?style=flat-square)](#contributors)
[![Discord](https://img.shields.io/discord/479643633814077465.svg?style=flat-square&label=Discord%20Chat&colorB=7289da)](https://discord.gg/vZVHJ4j)
This is a premium [Hugo](https://gohugo.io) theme, inspired by the [Lingonberry WordPress](http://www.andersnoren.se/teman/lingonberry-wordpress-theme/) theme from Anders Norén.
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..e08c844
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,3 @@
+[module]
+ [module.hugoVersion]
+ min = "0.53"
diff --git a/theme.toml b/theme.toml
index 3037279..e447d54 100644
--- a/theme.toml
+++ b/theme.toml
@@ -2,16 +2,17 @@ name = "Bilberry Hugo Theme"
license = "MIT"
licenselink = "https://github.com/Lednerb/bilberry-hugo-theme/blob/master/LICENSE.md"
description = "Bilberry is a premium Hugo theme with many great features. This is a Hugo adaptation and further optimization of the Lingonberry WordPress theme by Anders Norén."
-homepage = "https://lednerb.github.io/bilberry-hugo-theme/"
+
+homepage = "https://github.com/Lednerb/bilberry-hugo-theme"
+demosite = "https://lednerb.github.io/bilberry-hugo-theme"
+
tags = ["blog", "personal", "responsive", "commento", "comments", "disabled javascript", "gallery", "code", "coding", "programming", "audio", "video", "algolia", "disqus", "search", "font awesome", "pages", "posts", "multilingual", "highlight.js", "syntax highlighting", "premium", "shortcuts"]
features = ["search", "algolia integration", "post types", "i18n", 'multilingual', 'blog', 'google analytics', 'comments', 'disqus integration', "highlight.js", "syntax highlighting", "premium theme", "shortcuts"]
-min_version = "0.53"
[author]
name = "Lednerb | Sascha Brendel"
homepage = "https://sascha-brendel.de"
-# If porting an existing theme
[original]
name = "Lingonberry"
homepage = "https://andersnoren.se/teman/lingonberry-wordpress-theme/"