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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-06-23 00:48:49 +0300
committerDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-06-23 00:48:49 +0300
commitc7e5de9b4876979b58d04316d540d78874cacdf6 (patch)
tree43fb5b5cd365e285c54d5fc6b372bdee8411f7ca
parent57c04e2d26b77efa9c7f5001ea38f529cb62a046 (diff)
Update metadata in theme.toml
-rw-r--r--theme.toml17
1 files changed, 9 insertions, 8 deletions
diff --git a/theme.toml b/theme.toml
index c749c24..ee896ef 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,18 +1,19 @@
name = "Icarus"
license = "MIT"
-licenselink = "//github.com/digitalcraftsman/hugo-icarus-theme/blob/master/LICENSE.md"
-description = "The blog theme you may fall in love with, coming to Hugo. "
-homepage = "//github.com/digitalcraftsman/hugo-icarus-theme"
+licenselink = "https://gitlab.com/toryanderson/hugo-icarus/-/blob/master/LICENSE.md"
+description = "A responsive and customizable theme for bloggers. "
+homepage = "https://gitlab.com/toryanderson/hugo-icarus/-/tree/master"
tags = ["syntax highlighting", "maxthjax", "rss", "gallery", "widgets", "google analytics"]
features = ["syntax highlighting", "maxthjax", "rss", "gallery", "widgets", "google analytics"]
-min_version = 0.20
+min_version = "0.72.0"
-[author]
- name = "Digitalcraftsman"
- homepage = "//github.com/digitalcraftsman"
+authors = [
+ {name = "Tory Anderson", homepage = "https://gitlab.com/toryanderson"},
+ {name = "Digitalcraftsman", homepage = "https://github.com/digitalcraftsman"}
+]
# If porting an existing theme
[original]
name = "Ruipeng Zhang"
homepage = "http://blog.zhangruipeng.me"
- repo = "//github.com/ppoffice/hexo-theme-icarus"
+ repo = "https://github.com/ppoffice/hexo-theme-icarus"