about summary refs log tree commit diff
path: root/theme.toml
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2022-12-03 19:36:58 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2022-12-03 19:36:58 +0700
commit890252ec5e659b439165e0d18ca991ef1bfad9ee (patch)
tree4e3a82a9ca9ee188b6f0f8941fb797bd8e20c3b2 /theme.toml
parent00fa316382900709b209fd1bc96caa50b5c95c30 (diff)
downloadvictor-890252ec5e659b439165e0d18ca991ef1bfad9ee.tar.gz
Add basic layout
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"