hugo-theme-minima/theme.toml

22 lines
773 B
TOML
Raw Normal View History

2021-07-18 10:34:01 +02:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Minima"
license = "MIT"
licenselink = "https://github.com/mivinci/minima/blob/master/LICENSE"
2022-01-30 07:14:39 +01:00
description = "A Hugo port of Hexo Minima"
2021-07-18 10:34:01 +02:00
homepage = "https://github.com/mivinci/hugo-theme-minima"
tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio", "dark"]
2022-01-30 08:12:29 +01:00
features = ["Dark mode", "KaTeX", "Mermaid", "VSCode-style code highlighting", "External link post"]
2021-07-18 10:34:01 +02:00
min_version = "0.41.0"
[author]
name = "XJJ"
homepage = "https://xjj.pub"
# If porting an existing theme
[original]
name = "Minima"
homepage = "https://adisaktijrs.github.io/minima"
repo = "https://github.com/adisaktijrs/hexo-theme-minima"