Skip to content

KazumaSun/KazumaSun.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KazumaSun.github.io

Kazuma の個人ポートフォリオサイトです。ビルド不要の静的 HTML / CSS / JavaScript で構成されており、GitHub Pages で公開できます。

公開 URL: https://kazumasun.github.io/

サイト概要

  • 氏名・肩書き・自己紹介
  • 技術スタック(Skills)
  • 主要プロジェクト(Projects)
  • 連絡先(GitHub / X)

ダークモードをデフォルトとし、ヘッダーのトグルでライトモードに切り替えられます。

ファイル構成

index.html
css/style.css
js/main.js
assets/favicon.svg
README.md

ローカルプレビュー

ビルドステップは不要です。以下のいずれかの方法で確認できます。

ブラウザで直接開く

open index.html

簡易 HTTP サーバー(推奨)

相対パスやアンカーリンクの挙動を確認する場合は、ローカルサーバーを使うと便利です。

# Python 3
python3 -m http.server 8000

# Node.js (npx、追加インストール不要)
npx --yes serve .

ブラウザで http://localhost:8000 を開いてください。

GitHub Pages 公開手順

  1. このリポジトリを GitHub にプッシュする
  2. リポジトリの SettingsPages を開く
  3. Build and deployment で以下を設定する
    • Source: Deploy from a branch
    • Branch: main / / (root)
  4. Save をクリックする
  5. 数分後、https://kazumasun.github.io/ でサイトが公開される

ライセンス

個人ポートフォリオサイトのソースコードです。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors