Skip to content

amjil/amjil.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

amjil.github.io

Personal GitHub Pages Website

πŸ“‹ GitHub Pages Setup Steps

1. Required Files

  • βœ… index.html - Main page of the website (created)
  • βœ… .nojekyll - Disable Jekyll processing, use static HTML directly (created)

2. GitHub Repository Settings

  1. Push code to GitHub repository
  2. Go to repository Settings β†’ Pages
  3. In the Source section, select:
    • Branch: main or master
    • Folder: / (root)
  4. Click Save
  5. Wait a few minutes, and the website will be live at https://amjil.github.io

3. Optional Files

  • CNAME - If you want to use a custom domain (e.g., www.yourdomain.com)
  • 404.html - Custom 404 error page
  • favicon.ico - Website icon

πŸš€ Local Preview

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 serve

πŸ“ Customization

Edit the index.html file to customize your website content, styles, and functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages