From 113d4e53416ddf42212da6f217670bdc6f0c9dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 1 Jan 2022 21:03:20 +0100 Subject: Import new minimalist design --- theme.toml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index 6a79ad7..b9352dd 100644 --- a/theme.toml +++ b/theme.toml @@ -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 = "" -- cgit v1.2.3