blob: d755a438155711a8fd944bb27f55c7bd45796eef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Mypaper"
license = "MIT"
licenselink = "https://github.com/nsfisis/nsfisis.github.io/blob/main/themes/mypaper/LICENSE"
description = "My modified version of paper theme"
homepage = "https://github.com/nsfisis/nsfisis.github.io/tree/main/themes/mypaper"
tags = ["Responsive", "Simple", "Clean", "Light", "White", "Blog"]
features = ["Responsive", "One Column", "Blog"]
min_version = "0.57.1"
[[authors]]
name = "nanxiaobei"
homepage = "https://mrlee.me/"
[[authors]]
name = "nsfisis"
homepage = "https://blog.nsfisis.dev"
# If porting an existing theme
[original]
name = "paper"
homepage = "https://github.com/nanxiaobei/hugo-paper/"
repo = "https://github.com/nanxiaobei/hugo-paper/"
|