about summary refs log tree commit diff
path: root/theme.toml
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..78ff169
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,19 @@
+# SPDX-FileCopyrightText: 2022 Ngô Ngọc Đức Huy <huyngo@disroot.org>
+#
+# SPDX-License-Identifier: MIT
+
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Victor"
+license = "MIT"
+licenselink = "https://git.sr.ht/~huyngo/victor/tree/main/item/LICENSES/MIT.txt"
+description = "A simple book theme for hugo"
+homepage = "https://git.sr.ht/~huyngo/victor"
+tags = ["book", "minimal"]
+features = []
+min_version = "0.41.0"
+
+[author]
+  name = "Ngô Ngọc Đức Huy"
+  homepage = "https://xrvs.net"