15 lines
519 B
TOML
15 lines
519 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Resume A4"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://gitlab.com/mertbakir/resume-A4/LICENSE"
|
||
|
description = " Write your resume in yaml. Simple, easy to use, single page, A4-sized Resume generator."
|
||
|
homepage = "https://gitlab.com/mertbakir/resume-A4"
|
||
|
tags = ["resume", "single page", "simple"]
|
||
|
features = []
|
||
|
min_version = "0.41.0"
|
||
|
|
||
|
[author]
|
||
|
name = "MERT BAKIR"
|
||
|
homepage = "https://mertbakir.gitlab.io"
|