forked from digitalcraftsman/hugo-freelancer-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
25 lines (22 loc) · 868 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
23
24
25
name = "Freelancer"
license = "Apache License 2.0"
licenselink = "//github.com/digitalcraftsman/hugo-freelancer-theme/blob/master/LICENSE"
description = "A one page HTML theme for freelancers."
homepage = "//github.com/digitalcraftsman/hugo-freelancer-theme"
tags = ["freenlancer", "portfolio"]
features = ["responsive", "contact form", "portfolio", "substitutable strings"]
min_version = 0.14
[author]
name = "digitalcraftsman"
homepage = "//github.com/digitalcraftsman"
# If porting an existing theme
[[original]]
# Creator of the original Bootstrap theme
name = "David Miller"
homepage = "//www.ironsummitmedia.com/"
repo = "//github.com/IronSummitMedia/startbootstrap-freelancer"
[[original]]
# Creator of the ported Jekyll theme
name = "Jerome Lachaud"
homepage = "//jeromelachaud.com/"
repo = "//github.com/jeromelachaud/freelancer-theme"