mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 03:59:38 -07:00
feat(theme.toml): initialize theme config file
This commit is contained in:
22
theme.toml
22
theme.toml
@@ -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 = ""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user