From 98782658f22b6da57b422d463b6f3236492cdc88 Mon Sep 17 00:00:00 2001 From: morph Date: Tue, 26 May 2020 18:13:01 +0200 Subject: rename theme --- theme.toml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index 9e56685..9841c69 100644 --- a/theme.toml +++ b/theme.toml @@ -1,12 +1,17 @@ -name = "Blank" +name = "smol" license = "MIT" -licenselink = "https://github.com/vimux/blank/blob/master/LICENSE" -description = "Starter Hugo theme for developers." -homepage = "https://github.com/vimux/blank/" -tags = ["blog", "plain", "blank", "starter", "development"] -features = ["blog"] +licenselink = "https://github.com/colorchestra/smol/blob/master/LICENSE" +description = "Minimal Hugo theme using a Monospace font and without any tracking or external dependencies." +homepage = "https://github.com/colorchestra/smol" +tags = ["blog", "minimal", "monospace", "dark mode", "simple", "clean", "light", "responsive", "fast", "no-js", "no-tracking", "privacy"] +features = ["blog", "privacy", "responsive", "fast"] min_version = "0.20" [author] - name = "Vimux" - homepage = "https://github.com/vimux" + name = "morph" + homepage = "morph.sh" + +[original] + author = "Vimux" + homepage = "https://github.com/Vimux" + repo = "https://github.com/colorchestra/blank" -- cgit v1.2.3