From fdc00ce22cd67ff66788450be1bb5083dbf8b23e Mon Sep 17 00:00:00 2001 From: Sped0n Date: Fri, 3 Nov 2023 16:17:55 +0800 Subject: [PATCH] feat(theme.toml): initialize theme config file --- theme.toml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/theme.toml b/theme.toml index f82e5b3..f9e284c 100644 --- a/theme.toml +++ b/theme.toml @@ -3,19 +3,17 @@ name = "Bridget" license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" -description = "" +licenselink = "https://github.com/Sped0n/bridget/blob/main/LICENSE" +description = "Bridget is a minimal Hugo theme designed for photographers / visual artists." homepage = "http://example.com/" -tags = [] -features = [] -min_version = "0.41.0" +tags = ["photography", "visual art", "minimal", "portfolio", "responsive"] +features = ["SEO optimized", "TypeScript", "multi-language support"] [author] - name = "" - homepage = "" +name = "sped0n" +homepage = "https://github.com/Sped0n" -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" +[module] +[module.hugoVersion] +extended = true +min = "0.83.0"