From 39bd33b581ecf2e2757879bf548472412581a01f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 7 Jul 2025 01:47:48 +0000 Subject: [PATCH 1/2] Initial plan From ef56463a5e60d43da3efaa00a0fc0b68791a2b76 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 7 Jul 2025 01:50:40 +0000 Subject: [PATCH 2/2] Fix GitHub Pages Jekyll configuration for proper theme styling Co-authored-by: sundevilyang <1499214+sundevilyang@users.noreply.github.com> --- _config.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 0226098..78d70de 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,8 @@ # Site settings title: "Clacky AI 编程入门教程" description: "专为零基础学习者设计的 AI 辅助编程教程" -baseurl: "" -url: "https://codinggirlsclub.github.io/ai-clacky-workshop-tutorial" +baseurl: "/ai-clacky-workshop-tutorial" +url: "https://codinggirlsclub.github.io" # Theme remote_theme: pmarsceill/just-the-docs @@ -38,10 +38,6 @@ exclude: - Gemfile.lock - vendor/ - README.md - - _includes/ - - _layouts/ - - assets/css/ - - assets/js/ # Site author author: