Skip to content

Commit ec84ebb

Browse files
Fix GitHub Pages Jekyll configuration for proper theme styling (#1)
* Initial plan * Fix GitHub Pages Jekyll configuration for proper theme styling Co-authored-by: sundevilyang <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: sundevilyang <[email protected]>
1 parent 92d5fed commit ec84ebb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

_config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Site settings
22
title: "Clacky AI 编程入门教程"
33
description: "专为零基础学习者设计的 AI 辅助编程教程"
4-
baseurl: ""
5-
url: "https://codinggirlsclub.github.io/ai-clacky-workshop-tutorial"
4+
baseurl: "/ai-clacky-workshop-tutorial"
5+
url: "https://codinggirlsclub.github.io"
66

77
# Theme
88
remote_theme: pmarsceill/just-the-docs
@@ -38,10 +38,6 @@ exclude:
3838
- Gemfile.lock
3939
- vendor/
4040
- README.md
41-
- _includes/
42-
- _layouts/
43-
- assets/css/
44-
- assets/js/
4541

4642
# Site author
4743
author:

0 commit comments

Comments
 (0)