forked from eddiewebb/hugo-resume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.toml
22 lines (18 loc) · 885 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 = "Resume"
license = "MIT"
licenselink = "https://github.com/eddiewebb/hugo-resume/blob/master/LICENSE.md"
description = "Personal resume with social handles, skills inventory, work history and portfolio. Includes native CMS editor experience with Netlify CMS. Ported from StartBootstrap 'Resume' theme"
homepage = "https://edwardwebb.com/"
tags = ["portfolio","resume","responsive", "cms"]
features = ["social","mobile","projects","responsive","qr-code","cms"]
min_version = "0.62"
[author]
name = "Eddie Webb"
homepage = "https://edwardawebb.com"
# If porting an existing theme
[original]
name = "Start Bootstrap Resume"
homepage = "https://startbootstrap.com/template-overviews/resume/"
repo = "https://github.com/BlackrockDigital/startbootstrap-resume"