1
0
Files
www.taylors.life/themes/hugo-theme-minos/theme.toml
Eric Taylor 9a313c53a8 Move theme from subrepo into the main repo
the theme is customized for this site so having it
as a sub repo dosent make sense
2025-12-24 11:05:37 -05:00

22 lines
665 B
TOML

# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
name = "Minos"
license = "MIT"
licenselink = "https://github.com/carsonip/hugo-theme-minos/blob/master/LICENSE.md"
description = "A simple and retro styled theme ported from Hexo"
homepage = "https://github.com/carsonip/hugo-theme-minos"
tags = ["blog", "minimal"]
features = ["blog", ""]
min_version = 0.20
[author]
name = "Carson Ip"
homepage = "https://github.com/carsonip"
# If porting an existing theme
[original]
name = "Minos"
homepage = "https://github.com/ppoffice/hexo-theme-minos"
repo = "https://github.com/ppoffice/hexo-theme-minos"