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

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Mehl <mail@mehl.mx>2020-10-30 17:21:09 +0300
committerMax Mehl <mail@mehl.mx>2020-10-30 17:21:09 +0300
commitf777b6e980a77bc2e64ae7cd42a497022c4b3a87 (patch)
treede7838f09da3fd286663024ee2fcc33c8fa695b8
parent50ad93f8cd05566d4a68b475df5bbdf4812dd37a (diff)
add Vimux to authors
-rw-r--r--theme.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index eaeb7d1..bf73467 100644
--- a/theme.toml
+++ b/theme.toml
@@ -7,9 +7,11 @@ tags = ["blog", "responsive", "customizable", "widgets", "rss"]
features = ["blog", "responsive", "widgets", "rss", "wordpress"]
min_version = "0.48"
-[author]
- name = "Max Mehl"
- homepage = "https://mehl.mx"
+# If the theme has multiple authors
+authors = [
+ {name = "Max Mehl", homepage = "https://mehl.mx"},
+ {name = "Vimux", homepage = "https://github.com/vimux"}
+]
# If porting an existing theme
[original]