How To Create a Personal Website Using Github Pages | Scribe

    How To Create a Personal Website Using Github Pages

    • Sarthak Sidhant |
    • 14 steps |
    • 46 seconds
    1
    Navigate to [https://github.com/](https://github.com/)
    2
    Click this icon.
    3
    Click "New repository"
    4
    Click the "Repository name*" field.
    5
    Type "[username].github.io"
    6
    Click the "Add a README file" field.
    7
    Double-click "Create repository"
    8
    Click "Add file"
    9
    Double-click "Create new file"
    10
    Type "index.html" in Name Your File
    11
    Click here to Edit The Contents
    12
    Edit The Contents by pasting this: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Personal Website</title> </head> <body> </body> </html>
    13
    Click "Commit changes..."
    14
    Click "Commit changes"