hugo-theme-wondermod/theme.toml

52 lines
1.1 KiB
TOML
Raw Normal View History

2018-01-08 17:28:39 +01:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
2022-07-23 04:18:44 +02:00
name = "WonderMod"
2018-01-08 17:28:39 +01:00
license = "MIT"
2022-07-23 04:18:44 +02:00
licenselink = "https://github.com/Wonderfall/hugo-WonderMod/blob/master/LICENSE"
2020-10-06 12:11:44 +02:00
description = "A fast, clean, responsive Hugo theme"
2022-07-23 04:18:44 +02:00
homepage = "https://github.com/Wonderfall/hugo-WonderMod"
2020-10-06 12:11:44 +02:00
tags = [
"responsive",
"simple",
"clean",
"light",
"dark",
"blog",
"minimalist",
2020-12-13 15:31:54 +01:00
"highlight.js",
"search"
2020-10-06 12:11:44 +02:00
]
features = [
"responsive",
"single-column",
"blog",
"cover-image",
"table-of-contents",
"opengraph",
"highlight.js",
"favicon",
"archive",
"share-icons",
"cover",
"multilingual",
"social-icons",
"minified-assets",
"theme-toggle",
"menu-location-indicator",
2020-12-13 15:31:54 +01:00
"scroll-to-top",
"search"
2020-10-06 12:11:44 +02:00
]
min_version = "0.112.4"
2018-01-08 17:28:39 +01:00
[author]
2022-07-23 04:18:44 +02:00
name = "Wonderfall"
homepage = "https://github.com/Wonderfall"
2018-01-08 17:28:39 +01:00
# If porting an existing theme
[original]
2022-07-23 04:18:44 +02:00
name = "PaperMod"
author = "Aditya Telange"
homepage = "https://github.com/adityatelange"
repo = "https://github.com/adityatelange/hugo-PaperMod"