diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-01-01 21:03:20 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-01-01 21:03:20 +0100 |
commit | 113d4e53416ddf42212da6f217670bdc6f0c9dd8 (patch) | |
tree | 7e9bcd4a2a274e45da5538fe67c525dfb36680de /theme.toml | |
parent | e34ded01904b07456a48cf28f1a5a2d2d77a0be7 (diff) | |
download | hugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.tar.gz hugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.tar.bz2 hugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.zip |
Import new minimalist design
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,15 +1,21 @@ # theme.toml template for a Hugo theme # See https://github.com/gohugoio/hugoThemes#themetoml for an example -name = "Minimalist" +name = "Minimal" license = "MIT" -licenselink = "https://git.najera.pw/hugo-minimalist-theme/tree/LICENSE" +licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" description = "" -homepage = "https://git.najera.pw/hugo-minimalist-theme/" +homepage = "http://example.com/" tags = [] features = [] -min_version = "0.41" +min_version = "0.41.0" [author] - name = "Óscar Nájera" - homepage = "https://blog.oscarnajera.com" + name = "" + homepage = "" + +# If porting an existing theme +[original] + name = "" + homepage = "" + repo = "" |