cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

b1e95ba72c0657437fb3ca898dd3f80ad944a2c5

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-03-18T17:01:22Z

realigning commits
 build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.py b/build.py
index 3579733..5d11783 100644
--- a/build.py
+++ b/build.py
@@ -579,7 +579,7 @@ def main():
             update_index_html(html_snippet)
             inject_blog_year_separators()
             generate_tags_page()
-            minify_html("./.build/index.html", "./.build/index.html")
+            # minify_html("./.build/index.html", "./.build/index.html")
             generate_sitemap()
         if deploy:
             print("Deploying to production...")