From 43734d862133f9c72fe661b0c67241c657b73e16 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Thu, 13 Nov 2025 23:41:37 -0800 Subject: [PATCH] undo fix alexa-portfolio bad theme.toml --- rank_hugo_themes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rank_hugo_themes.py b/rank_hugo_themes.py index 369bfce..309f721 100755 --- a/rank_hugo_themes.py +++ b/rank_hugo_themes.py @@ -105,10 +105,10 @@ def get_hugo_themes_list(): for x in response.text.splitlines(): if "wowchemy-hugo-themes" not in x and "hugo-theme-ladder" not in x: """ - digio-theme, alexa-portfolio, hugo-theme-ladder, hermit-V2 malformed themes.toml + digio-theme, hugo-theme-ladder, hermit-V2 malformed themes.toml """ if "HugoBlox" not in x and "digio-theme" not in x: - if "alexa-portfolio" not in x and "hermit-V2" not in x: + if "hermit-V2" not in x: if x[0:10] == "gitlab.com" or x[0:10] == "github.com": if x.lower() not in lower_case_themes_list: if x[-1] == " " and "termishTheme" in x: