2019-11-03 18:18:08 +00:00
|
|
|
# theme.toml template for a Hugo theme
|
|
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
|
|
|
|
name = "DevResume"
|
|
|
|
license = "MIT"
|
2019-11-06 01:47:04 +00:00
|
|
|
licenselink = "//github.com/cowboysmall-tools/hugo-devresume-theme/blob/master/LICENSE.md"
|
2019-11-03 18:18:08 +00:00
|
|
|
description = "DevResume is a free Bootstrap 4 resume/CV template made for software developers."
|
2019-11-04 13:22:19 +00:00
|
|
|
homepage = "//github.com/cowboysmall-tools/hugo-devresume-theme"
|
2019-11-03 18:18:08 +00:00
|
|
|
tags = ["cv", "resume"]
|
|
|
|
features = ["responsive"]
|
|
|
|
min_version = "0.41"
|
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Jerry Kiely"
|
|
|
|
homepage = "//github.com/cowboysmall"
|
|
|
|
|
|
|
|
# If porting an existing theme
|
|
|
|
[original]
|
2019-11-06 01:47:04 +00:00
|
|
|
name = "3rd Wave Media"
|
|
|
|
homepage = "//themes.3rdwavemedia.com/bootstrap-templates/resume/devresume-free-bootstrap-4-resume-cv-template-for-developers/"
|
2019-11-03 18:18:08 +00:00
|
|
|
repo = "//github.com/xriley/DevResume-Theme"
|