Personal GitHub Pages Website
- β index.html - Main page of the website (created)
- β .nojekyll - Disable Jekyll processing, use static HTML directly (created)
- Push code to GitHub repository
- Go to repository Settings β Pages
- In the Source section, select:
- Branch:
mainormaster - Folder:
/ (root)
- Branch:
- Click Save
- Wait a few minutes, and the website will be live at
https://amjil.github.io
- CNAME - If you want to use a custom domain (e.g.,
www.yourdomain.com) - 404.html - Custom 404 error page
- favicon.ico - Website icon
Open the index.html file directly in your browser to preview, or use a local server:
# Python 3
python -m http.server 8000
# Or use Node.js
npx serveEdit the index.html file to customize your website content, styles, and functionality.