Skip to content

GitHub Pages 저장소의 HTML 파일들을 자동으로 탐지하고 보여주는 index의 목록 페이지 입니다.

License

johneybi/github-repo-navigator-for-html

Repository files navigation

📁 GitHub Pages HTML 파일 자동 탐지 인덱스

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 Pages 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)

🚀 사용 방법

  1. 저장소에 추가
    이 파일을 GitHub Pages 저장소의 루트에 index.html로 저장합니다. Save this file as index.html in the root of your GitHub Pages repository.

  2. 자동 배포
    GitHub Pages가 활성화되어 있다면 자동으로 배포됩니다. Once GitHub Pages is enabled, the page will be deployed automatically.

  3. 접속 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.


License

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.