Skip to content

Commit aee39b8

Browse files
committed
fix: Configure GitHub Pages to serve HTML instead of README
- Remove README.md from docs/ folder to avoid conflicts - Add .nojekyll file to disable Jekyll processing - Update _config.yml to clarify static file serving - Ensure index.html is served as the main page
1 parent 454e713 commit aee39b8

File tree

3 files changed

+4
-57
lines changed

3 files changed

+4
-57
lines changed

_config.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# GitHub Pages configuration
2-
# Use docs/ directory for GitHub Pages
3-
# The index.html in docs/ will be served as the main page
2+
# Disable Jekyll processing by using .nojekyll file
3+
# This ensures our HTML files are served directly without Jekyll processing
44

5-
# Optional: If you want to use Jekyll theme for other pages
6-
# theme: jekyll-theme-minimal
7-
8-
# GitHub Pages will serve docs/index.html directly
9-
# No Jekyll processing needed for our HTML showcase
5+
# The docs/index.html will be served as the main page
6+
# All files in docs/ will be served as static files

docs/.nojekyll

Whitespace-only changes.

docs/README.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)