-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy paththeme.toml
More file actions
25 lines (21 loc) · 769 Bytes
/
theme.toml
File metadata and controls
25 lines (21 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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"