forked from kishaningithub/hugo-creative-portfolio-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
20 lines (17 loc) · 748 Bytes
/
theme.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
name = "Creative portfolio"
license = "MIT"
licenselink = "https://github.com/kishaningithub/hugo-creative-portfolio-theme/blob/master/LICENSE"
description = "Port of the creative portfolio theme"
homepage = "https://github.com/kishaningithub/hugo-creative-portfolio-theme"
tags = ["creative", "portfolio", "projects", "minimal", "responsive"]
features = ["disqus", "bootstrap", "responsive", "google analytics"]
min_version = 0.20
[author]
name = "Kishan B"
homepage = "https://github.com/kishaningithub"
# If porting an existing theme
[original]
name = "bootstrapious"
homepage = "https://bootstrapious.com/p/creative-portfolio"