feat(theme.toml): initialize theme config file

This commit is contained in:
Sped0n
2023-11-03 16:17:55 +08:00
parent b3eaaea0ee
commit fdc00ce22c

View File

@@ -3,19 +3,17 @@
name = "Bridget" name = "Bridget"
license = "MIT" license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" licenselink = "https://github.com/Sped0n/bridget/blob/main/LICENSE"
description = "" description = "Bridget is a minimal Hugo theme designed for photographers / visual artists."
homepage = "http://example.com/" homepage = "http://example.com/"
tags = [] tags = ["photography", "visual art", "minimal", "portfolio", "responsive"]
features = [] features = ["SEO optimized", "TypeScript", "multi-language support"]
min_version = "0.41.0"
[author] [author]
name = "" name = "sped0n"
homepage = "" homepage = "https://github.com/Sped0n"
# If porting an existing theme [module]
[original] [module.hugoVersion]
name = "" extended = true
homepage = "" min = "0.83.0"
repo = ""