GithubHelp home page GithubHelp logo

nikajorjika.github.io's Introduction

CREATE REPOSITORY

1. Head over to your github repositories and click on button `New`.
2. Name your Repository username.github.io, where `username` is your github username.
3. Make Repository Public, leave everything else unchecked (Unless you need you know you need them).
5. Click `Create Repository` Button.

CLONE TO YOUR LOCAL

1. Open your preferred terminal.

2. Go to folder where you are gonna place the project.

cd /path/to/destination/folder

git clone https://github.com/username/username.github.io

cd username.github.io

if you have Visual Studio Code then run command below to open working folder.

code .

Now that you have your Project set up, only thing left to do is create index.html file

You can create this file any way you want, place it in root directory of the project. It Also helps if you put some default markup for testing. Here's example for it:

<!DOCTYPE html>
<html>
<body>

<h2>Hello From Redberry!</h2>
<p>This is a test website for testing out github-pages, if you see this that means it's working ๐ŸŽ†๐ŸŽ†๐ŸŽ†</p>

</body>
</html>

now only thing left to do is push our new file to github and test it out, run:

git add index.html

git commit -m "Created Index.html page for github pages"

Now Run:

git push origin master 

OR, if your main branch is called main

git push origin main 

That's it

Go to https://username.github.io. If you did everything correctly until now, then you should see:

Hello From Redberry!

nikajorjika.github.io's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.