summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Boerner <ich@felix-boerner.de>2024-01-09 11:58:25 +0100
committerFelix Boerner <ich@felix-boerner.de>2024-01-09 11:58:25 +0100
commit115b9093423e442e4ecaeb5132585dd1d78cea71 (patch)
tree9af50b7875d7b65deb2ee792ac52eb9ee4c24eb2
parent732d893c138ee43ed87f07c8f4c8dd4b4d020896 (diff)
docs: update theme.toml
-rw-r--r--theme.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/theme.toml b/theme.toml
index 85e3012..2ba5084 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,5 +1,4 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+# Docs: https://github.com/gohugoio/hugoThemesSiteBuilder?tab=readme-ov-file#theme-configuration
name = "Split"
license = "Creative Commons Attribution 3.0 Unported"
@@ -8,12 +7,13 @@ description = "Split is a centrally-divided layout for a professional online pre
homepage = "//github.com/escalate/hugo-split-theme"
tags = ["minimal", "onepage", "one page", "responsive", "personal"]
features = []
-min_version = "0.21"
+min_version = "0.120"
-[author]
- name = "Christian Mendoza / Felix Börner"
+authors = [
+ {name = "Christian Mendoza", homepage = "https://iamchristian.me/ndoza"},
+ {name = "Felix Börner", homepage = "https://www.felix-boerner.de/"}
+]
-# If porting an existing theme
[original]
name = "One Page Love"
homepage = "//onepagelove.com/split"