How do I create my own GitHub Page #22911
-
I’m pretty new at GitHub things, and I’m interested in setting up my own GitHub Page (just as a resume site for now). I’m a little unsure of the best way to do this and would love some help! Any advice is very appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
👋 Hi @ecyojaidan! In case you weren’t aware, there is a great tutorial on how to get started with GitHub Pages at https://pages.github.com/. Basically, if you want your own user page at https://ecyojaidan.github.io, you should first create a repository called “ecyojaidan.github.io” (don’t mess this up! It needs to be exactly your_username.github.io, or else it won’t work). Then all you have to do is commit and push your website code to your new repository! And just like that, your website is now live 🎉 Please tell me if you have any remaining questions! |
Beta Was this translation helpful? Give feedback.
-
Okay i appriciate that when that is possible you tell me |
Beta Was this translation helpful? Give feedback.
👋 Hi @ecyojaidan! In case you weren’t aware, there is a great tutorial on how to get started with GitHub Pages at https://pages.github.com/.
Basically, if you want your own user page at https://ecyojaidan.github.io, you should first create a repository called “ecyojaidan.github.io” (don’t mess this up! It needs to be exactly your_username.github.io, or else it won’t work). Then all you have to do is commit and push your website code to your new repository! And just like that, your website is now live 🎉
Please tell me if you have any remaining questions!