Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da8e0b8fa07b989d3169e0e85881b0b91a5c3266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "DevResume"
license = "MIT"
licenselink = "//github.com/cowboysmall-tools/hugo-devresume-theme/blob/master/LICENSE"
description = "DevResume is a free Bootstrap 4 resume/CV template made for software developers."
homepage = "//github.com/cowboysmall-tools/hugo-devresume-theme"
tags = ["cv", "resume"]
features = ["responsive"]
min_version = "0.41"

[author]
  name = "Jerry Kiely"
  homepage = "//github.com/cowboysmall"

# If porting an existing theme
[original]
  name = "Xiaoying Riley"
  homepage = "//github.com/xriley"
  repo = "//github.com/xriley/DevResume-Theme"