mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
Simplify to Geist font family for all languages. Update README, SCSS, partials, and config. Fix style template execution order. Signed-off-by: Sped0n <hi@sped0n.com>
26 lines
769 B
TOML
26 lines
769 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Bridget"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/Sped0n/bridget/blob/main/LICENSE"
|
|
description = "Bridget is a minimal Hugo theme designed for photographers/visual artists."
|
|
homepage = "https://github.com/Sped0n/bridget"
|
|
demosite = "https://bridget-demo.sped0n.com"
|
|
tags = ["gallery", "minimal", "portfolio", "responsive"]
|
|
features = ["SEO optimized", "TypeScript"]
|
|
|
|
[author]
|
|
name = "sped0n"
|
|
homepage = "https://github.com/Sped0n"
|
|
|
|
[original]
|
|
author = "Tyler McRobert"
|
|
homepage = "https://github.com/tylermcrobert"
|
|
repo = "https://github.com/tylermcrobert/bridget-pictures-www"
|
|
|
|
[module]
|
|
[module.hugoVersion]
|
|
extended = true
|
|
min = "0.114.0"
|