Skip to content

Commit dd0f2c6

Browse files
bingggclaude
andcommitted
🔧 Fix domain configuration for GitHub Pages
- Remove hardcoded URL and baseurl that may cause domain conflicts - Simplify Jekyll configuration to use GitHub Pages defaults - Let GitHub automatically configure domain settings - Add jekyll-seo-tag plugin for better SEO This should resolve the cloud.tencent.com domain issue. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 20811f6 commit dd0f2c6

1 file changed

Lines changed: 14 additions & 19 deletions

File tree

_config.yml

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
name: Claude Code Web GUI
1+
# Claude Code Web GUI - GitHub Pages Configuration
2+
3+
# Site settings
4+
title: Claude Code Web GUI
25
description: A simple and practical Claude Code session browser that runs entirely in your browser
3-
url: https://binggg.github.io/Claude-Code-Web-GUI
4-
baseurl: /Claude-Code-Web-GUI
6+
author: binggg
7+
8+
# GitHub Pages URL (will be automatically set by GitHub)
9+
# url and baseurl will be automatically configured by GitHub Pages
510

611
# Build settings
712
markdown: kramdown
813
highlighter: rouge
9-
theme: minima
1014

1115
# Exclude from processing
1216
exclude:
@@ -17,27 +21,18 @@ exclude:
1721
- todo.md
1822
- claude-color.svg
1923
- assets/js/temp_methods.txt
24+
- .github/
25+
- LICENSE
2026

21-
# Include specific files
22-
include:
23-
- _config.yml
24-
25-
# Plugin settings
27+
# Plugin settings (GitHub Pages supported)
2628
plugins:
2729
- jekyll-feed
2830
- jekyll-sitemap
31+
- jekyll-seo-tag
2932

3033
# SEO settings
31-
title: Claude Code Web GUI
32-
author: binggg
3334
lang: en
3435
locale: en_US
3536

36-
# Social media and repository
37-
github_username: binggg
38-
repository: binggg/Claude-Code-Web-GUI
39-
40-
# GitHub Pages specific
41-
github:
42-
repository_name: Claude-Code-Web-GUI
43-
repository_url: https://github.com/binggg/Claude-Code-Web-GUI
37+
# Social
38+
github_username: binggg

0 commit comments

Comments
 (0)