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

theme.toml - github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8dfd6d5a293bd6cee01a63b05b48ec616ecd30f3 (plain)
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"