-
Notifications
You must be signed in to change notification settings - Fork 43
/
theme.toml
22 lines (19 loc) · 824 Bytes
/
theme.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Digital Garden"
license = "MIT"
licenselink = "https://github.com/paulmartins/hugo-digital-garden-theme/blob/master/LICENSE"
description = "Theme inspire by Maggie Appleton's digital garden."
homepage = "https://github.com/paulmartins/hugo-digital-garden-theme/"
tags = ["clean", "customizable", "personal", "dark", "light", "digital garden"]
features = ["blog", "highlighting", "responsive"]
min_version = "0.81.0"
demosite = "https://hugo-digital-garden-demo.netlify.app/"
[author]
name = "Paul Martins"
homepage = "www.paul-martins.com"
twitter = "https://twitter.com/Paul_Martins1"
# If porting an existing theme
[original]
name = "Maggie Appleton"
homepage = "https://maggieappleton.com/"