Skip to content

Commit e03ab41

Browse files
chinamanorclaude
andcommitted
🔧 修复GitHub Pages配置问题
- 修正_config.yml中的baseurl: /grok3.asia → /grok4 - 更新GitHub用户名: chinamanor → xianyu110 - 禁用Jekyll主题以防止CSS冲突 - 添加.nojekyll文件禁用Jekyll处理 - 确保静态文件正确部署 🚀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 91fc020 commit e03ab41

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.nojekyll

Whitespace-only changes.

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# GitHub Pages 配置
22
title: "Grok AI - 智能对话助手"
33
description: "现代化的AI对话助手展示页面,具有美观的UI设计和自动更新功能"
4-
url: "https://chinamanor.github.io" # 替换为您的GitHub Pages URL
5-
baseurl: "/grok3.asia" # 替换为您的仓库名称
4+
url: "https://xianyu110.github.io" # 替换为您的GitHub Pages URL
5+
baseurl: "/grok4" # 替换为您的仓库名称
66

77
# 作者信息
88
author:
@@ -12,7 +12,7 @@ author:
1212
# 构建设置
1313
markdown: kramdown
1414
highlighter: rouge
15-
theme: minima
15+
# theme: minima # 注释掉主题以使用自定义CSS
1616

1717
# 插件
1818
plugins:
@@ -53,7 +53,7 @@ timezone: Asia/Shanghai
5353

5454
# 社交媒体
5555
social:
56-
github: "chinamanor/grok3.asia" # 替换为您的GitHub仓库
56+
github: "xianyu110/grok4" # 替换为您的GitHub仓库
5757
twitter: "grokai"
5858

5959
# Google Analytics (可选)

0 commit comments

Comments
 (0)