From ebd4dcf4b0a4e3af6fe66401190579a469b4acd9 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Wed, 21 Aug 2024 01:42:38 +0000 Subject: [PATCH] theme: rename to haikumodern. --- conf.py | 2 +- theme/{haikusidebar => haikumodern}/layout.html | 0 theme/{haikusidebar => haikumodern}/localtoc.html | 0 .../static/alert_info_32.png | Bin .../static/alert_warning_32.png | Bin .../static/bg-page.png | Bin .../static/bullet_orange.png | Bin .../static/haiku.css_t | 0 .../static/haiku_logo_black.png | Bin theme/{haikusidebar => haikumodern}/theme.conf | 0 theme/{haikusidebar => haikumodern}/theme.toml | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename theme/{haikusidebar => haikumodern}/layout.html (100%) rename theme/{haikusidebar => haikumodern}/localtoc.html (100%) rename theme/{haikusidebar => haikumodern}/static/alert_info_32.png (100%) rename theme/{haikusidebar => haikumodern}/static/alert_warning_32.png (100%) rename theme/{haikusidebar => haikumodern}/static/bg-page.png (100%) rename theme/{haikusidebar => haikumodern}/static/bullet_orange.png (100%) rename theme/{haikusidebar => haikumodern}/static/haiku.css_t (100%) rename theme/{haikusidebar => haikumodern}/static/haiku_logo_black.png (100%) rename theme/{haikusidebar => haikumodern}/theme.conf (100%) rename theme/{haikusidebar => haikumodern}/theme.toml (100%) diff --git a/conf.py b/conf.py index bdafee4..6bca025 100644 --- a/conf.py +++ b/conf.py @@ -83,7 +83,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'haikusidebar' +html_theme = 'haikumodern' html_theme_path = ["theme"] # Theme options are theme-specific and customize the look and feel of a theme diff --git a/theme/haikusidebar/layout.html b/theme/haikumodern/layout.html similarity index 100% rename from theme/haikusidebar/layout.html rename to theme/haikumodern/layout.html diff --git a/theme/haikusidebar/localtoc.html b/theme/haikumodern/localtoc.html similarity index 100% rename from theme/haikusidebar/localtoc.html rename to theme/haikumodern/localtoc.html diff --git a/theme/haikusidebar/static/alert_info_32.png b/theme/haikumodern/static/alert_info_32.png similarity index 100% rename from theme/haikusidebar/static/alert_info_32.png rename to theme/haikumodern/static/alert_info_32.png diff --git a/theme/haikusidebar/static/alert_warning_32.png b/theme/haikumodern/static/alert_warning_32.png similarity index 100% rename from theme/haikusidebar/static/alert_warning_32.png rename to theme/haikumodern/static/alert_warning_32.png diff --git a/theme/haikusidebar/static/bg-page.png b/theme/haikumodern/static/bg-page.png similarity index 100% rename from theme/haikusidebar/static/bg-page.png rename to theme/haikumodern/static/bg-page.png diff --git a/theme/haikusidebar/static/bullet_orange.png b/theme/haikumodern/static/bullet_orange.png similarity index 100% rename from theme/haikusidebar/static/bullet_orange.png rename to theme/haikumodern/static/bullet_orange.png diff --git a/theme/haikusidebar/static/haiku.css_t b/theme/haikumodern/static/haiku.css_t similarity index 100% rename from theme/haikusidebar/static/haiku.css_t rename to theme/haikumodern/static/haiku.css_t diff --git a/theme/haikusidebar/static/haiku_logo_black.png b/theme/haikumodern/static/haiku_logo_black.png similarity index 100% rename from theme/haikusidebar/static/haiku_logo_black.png rename to theme/haikumodern/static/haiku_logo_black.png diff --git a/theme/haikusidebar/theme.conf b/theme/haikumodern/theme.conf similarity index 100% rename from theme/haikusidebar/theme.conf rename to theme/haikumodern/theme.conf diff --git a/theme/haikusidebar/theme.toml b/theme/haikumodern/theme.toml similarity index 100% rename from theme/haikusidebar/theme.toml rename to theme/haikumodern/theme.toml