gohugo-theme-bree/theme.toml

54 lines
976 B
TOML

name = "Bree"
license = "MIT"
licenselink = "https://git.dog/br/gohugo-theme-bree/src/branch/master/LICENSE"
description = "Bree - theme used for the Bitflip Research blog. Based on Ed."
# The home page of the theme, where the source can be found.
homepage = "https://git.dog/br/gohugo-theme-bree/"
# If you have a running demo of the theme.
demosite = "https://br.ee"
tags = [
"blog",
"clean",
"customizable",
"bree",
"light",
"minimal",
"minimalist",
"multilingual",
"responsive",
"simple"
]
# The theme's features:
features = [
"blog",
"clean",
"contact form",
"favicon",
"jsonfeed",
"minimal",
"minimalist",
"mobile",
"multilingual",
"opengraph",
"posts",
"responsive",
"rss",
"shortcodes",
"simple"
]
min_version = "0.95.0"
[author]
name = "Bitflip Research"
homepage = "https://br.ee"
[original]
name = "Serghei Iakovlev"
homepage = "https://serghei.blog/"
repo = "https://github.com/sergeyklay/gohugo-theme-ed/"