GitHub Pages 저장소의 HTML 파일들을 자동으로 탐지하고 보여주는 목록 index 페이지입니다. A dynamic index page that automatically detects and lists all HTML files in a GitHub Pages repository.
🔗 예시 페이지(Demo Page) -> https://johneybi.github.io/github-repo-navigator-for-html/
- 🔍 자동 파일 탐지: GitHub API를 통해 저장소의 모든 HTML 파일을 자동으로 스캔 (Scans all HTML files in the repository using the GitHub API)
- 📂 하위 폴더 지원: 루트뿐만 아니라 모든 하위 폴더의 HTML 파일까지 재귀적으로 탐지 (Detects HTML files not only in the root directory but also in all subfolders)
-
저장소에 추가
이 파일을 GitHub Pages 저장소의 루트에index.html로 저장합니다. Save this file as index.html in the root of your GitHub Pages repository. -
자동 배포
GitHub Pages가 활성화되어 있다면 자동으로 배포됩니다. Once GitHub Pages is enabled, the page will be deployed automatically. -
접속 https://your-username.github.io/your-repository/ 형태의 URL로 접속하면, 저장소의 HTML 파일들을 자동으로 스캔하여 보여줍니다. Visit your site at: https://your-username.github.io/your-repository/ The index page will automatically list all HTML files found in your repository.
This project includes parts of code from:
Animated Gradient by Smit Patel
Licensed under the MIT License.
Other parts of this project are © 2025 Johneybi and also licensed under the MIT License.
