diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-04 00:00:17 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-04 00:00:17 +0300 |
commit | dbec2315cbde4a7286e2fccbd03bfe691d0b7d14 (patch) | |
tree | e91b3ddcaac7615743b20b13712cb2e057aa05d4 | |
parent | 22237822b482894d2b04c79bcadc399f08479674 (diff) |
Fix theme.toml
-rw-r--r-- | theme.toml | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,13 +1,10 @@ -# 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" +licenselink = "https://github.com/schebotar/hugos-resume/blob/master/LICENSE" description = "Hugo resume theme inspired by Jake's resume" -homepage = "https://github.com/chebser/hugos-resume/" -tags = [resume] -features = [] +homepage = "https://github.com/schebotar/hugos-resume/" +demosite = "https://schebotar.github.io/hugos-resume/" +tags = ["resume", "minimal"] min_version = "0.41.0" [author] |