diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-22 23:47:45 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-22 23:47:45 +0300 |
commit | 039767844a77b654b02908b020d3b4b83c854987 (patch) | |
tree | 001de56162999b76f1bb21a818c274fc90b2a81d /theme.toml |
Initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..90ce485 --- /dev/null +++ b/theme.toml @@ -0,0 +1,15 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Hugo's Resume" +license = "MIT" +licenselink = "https://github.com/chebser/hugos-resume/blob/master/LICENSE" +description = "Hugo resume theme inspired by Jake's resume" +homepage = "https://github.com/chebser/hugos-resume/" +tags = [resume] +features = [] +min_version = "0.41.0" + +[author] + name = "Serghei Cebotari" + homepage = "https://cebotari.ru"
\ No newline at end of file |