King of Wolves website!


How to make your own website


This shows instructions for making a GitHub pages website, which will have all of the files and scripts visible on the repository, so this may be undesired for some.
There are other ways of creating a website, but they're not as easy as this.



This is a question asked by a friend of mine called me_r_cy. The first step to making a website,
is to have a GitHub account, if you don't have one, you'll have to make a new one and come back.

Click here to make a GitHub account

Once you have created one, you must make a new repository, name it username.github.io
replace username with your username. When done you should see a screen like this.

Click creating a new file and name your file "index.html" and design your page, click Commit to finish.
Once commited, you should click Settings, click the Pages tab on the sidebar, and below Build and deployment,
there will be a save button. Click it and wait a few minutes, your site should be online! You should see a message below where it says GitHub Pages,
"Your site is live at https://username.github.io/".

I would recommend creating an .html file on your computer before airing it. That way, you can make changes faster.
GitHub will only update your page ~5 minutes after you change it.