How To Create a Personal Website Using Github Pages | Scribe

    How To Create a Personal Website Using Github Pages

    • Sarthak Sidhant |
    • 0 step |
    • 46 seconds
    Navigate to [https://github.com/](https://github.com/)
    Click this icon.
    Click "New repository"
    Click the "Repository name*" field.
    Type "[username].github.io"
    Click the "Add a README file" field.
    Double-click "Create repository"
    Click "Add file"
    Double-click "Create new file"
    Type "index.html" in Name Your File
    Click here to Edit The Contents
    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>
    Click "Commit changes..."
    Click "Commit changes"

    Want to make guides like this in seconds? Yes, it's really that fast.

    This Scribe is in tip-top shape!Leave feedback if there are any issues with this Scribe