about summary refs log tree commit diff
path: root/theme.toml
blob: 78ff169134376893c6685eed63a337ae2a841ec7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"