How to Use GitHub Pages in 2025! (Beginner's Guide)

  Рет қаралды 9,988

The Common Coder

The Common Coder

Күн бұрын

Пікірлер: 38
@thecommoncoder
@thecommoncoder 7 ай бұрын
What else would you like to learn about GitHub Pages? Let me know! 👇
@drmcgoodtimes
@drmcgoodtimes Ай бұрын
I was struggling trying to figure out how to actually get the build started, but the toggling from main to none and back got it up and running. Thanks for the tip, I was really pulling my hair out.
@thecommoncoder
@thecommoncoder Ай бұрын
Nice! Glad the video was helpful. 🙂
@Asmousdeous
@Asmousdeous Ай бұрын
thank you so much. al those other vidoes were so hard to understand and took me hours of work and eventually failed but with your video i was ablo to do it under 10 minutes
@thecommoncoder
@thecommoncoder Ай бұрын
That’s awesome! I’m glad the video was helpful. 😊
@yilmazumit
@yilmazumit 15 күн бұрын
Thank you. This is a clean and simple tutorial that I was looking for.
@thecommoncoder
@thecommoncoder 15 күн бұрын
You’re welcome! I'm glad you found it helpful. 🙏
@BytesByBlinken
@BytesByBlinken 6 ай бұрын
thanks. I was able to deploy my first page this way. Love the video
@thecommoncoder
@thecommoncoder 6 ай бұрын
That’s awesome! Glad it was helpful. 😊
@TechHut
@TechHut Ай бұрын
Weird question, what front is that during your explanation on excaildraw?
@thecommoncoder
@thecommoncoder Ай бұрын
Are you talking about the font? If so, I believe it’s called Virgil, but they also have their own called Excalifont which is pretty similar. Thanks for watching! 🙏
@TechHut
@TechHut Ай бұрын
@@thecommoncoder font yes, haha sorry for the typo. Thanks a ton :)
@thecommoncoder
@thecommoncoder Ай бұрын
@TechHut Anytime! 😊
@andreea_mc
@andreea_mc Ай бұрын
This was super helpful thanks!
@thecommoncoder
@thecommoncoder Ай бұрын
You’re welcome! Thanks for watching. 🙏
@EoghanMurphy-dc8os
@EoghanMurphy-dc8os 8 күн бұрын
Hi, I have followed your steps in the video and i am trying to upload my page i made to github pages. I have the repo created and have done all that is necessary to deploy the site to github pages. I have multiple HTML pages in a folder along with an Assets folder for CSS and images and another includes folder for the footer and nav bar and finally a javascript folder as well. My index file is in the root part of my repo and i can click onto my github pages site but when i do it doesnt load the CSS and when i click buttons to go to different pages it gives me a 404 error, the whole website works just fine in a live server on VSC so i am just wondering on the off chance if you could help me or tell me what i am doing wrong, thanks.
@thecommoncoder
@thecommoncoder 8 күн бұрын
It sounds like the file paths aren't resolving correctly in GitHub Pages. If I remember correctly, the GitHub Pages server is a bit picky when it comes to resolving file paths. Would you mind sharing your GitHub Repo URL and a the URL to the deployed site on GitHub pages?
@lynmkeful
@lynmkeful Ай бұрын
I appreciate this video, I am a beginner, and I got to step 1,a, getting the new repository name and I checked Readme file. I don't know what is happening after 2.25 timeline...where did the html, java, csv files come from...what are the contents? I have not used these before. My goal is a github page showing my publications and a photo or two. Please help.
@thecommoncoder
@thecommoncoder Ай бұрын
Those are examples files I created for this demo video. GitHub pages is designed to host static HTML websites, so you’ll need some basic knowledge of HTML, CSS and GitHub in order to use it effectively. If you are familiar with HTML and CSS, I created another video on how to upload your project to GitHub that might be helpful: kzbin.info/www/bejne/iom5aWB_jZd5jqcsi=r-A68SBX_MN6LL8z Hope that helps!
@TheKingofparis148
@TheKingofparis148 7 ай бұрын
good content like the video gained a sub! will watch more of your content
@thecommoncoder
@thecommoncoder 7 ай бұрын
Thanks for the sub! 🙏 I'll be making a video soon about essential Git commands when working with GitHub, which will include things like "git clone", "git pull" and "git push".
@akulalaxmi-pr1ng
@akulalaxmi-pr1ng 6 күн бұрын
Can I host my django project on github pages?
@thecommoncoder
@thecommoncoder 6 күн бұрын
Great question! GitHub Pages can only host static HTML sites. Since Django requires a Python backend, it unfortunately won’t work on GitHub Pages. I don’t know much about how Django works, but if you can separate the front-end and back-end (essentially a static site with a python backend), you could theoretically host the HTML on GitHub Pages and then point it to wherever your API is running. Thanks for watching! 🙏
@mitchellrcohen
@mitchellrcohen 2 ай бұрын
Thanks!
@thecommoncoder
@thecommoncoder 2 ай бұрын
Glad it was helpful!
@Psychokiller9723
@Psychokiller9723 Ай бұрын
Very good video
@thecommoncoder
@thecommoncoder Ай бұрын
Thanks! Glad it was helpful. 😊
@lukejarvis-se5bz
@lukejarvis-se5bz 2 ай бұрын
Thanks man
@thecommoncoder
@thecommoncoder 2 ай бұрын
No problem. Hope it helped!
@samuelstefansalvatierra6894
@samuelstefansalvatierra6894 7 ай бұрын
do you need to upgrade your github to access pages?
@thecommoncoder
@thecommoncoder 7 ай бұрын
Nope! You can use GitHub Pages with a standard GitHub account. That's what I'm using in this video. 😁
@virgiltako419
@virgiltako419 3 ай бұрын
I saw nothing in action section how can I do I have two file html ans css
@thecommoncoder
@thecommoncoder 3 ай бұрын
As long as you’re working with static HTML & CSS, the gh-pages deployment and the GitHub actions deployment should work with GitHub Pages. I’d double check your file structure to make sure it resembles what is in the demo. Hope that helps!
@virgiltako419
@virgiltako419 3 ай бұрын
@@thecommoncoder I just created another github account and it's work well, I don't know what is wrong with me old account created in 2021 😔😔😶
@georgelep7031
@georgelep7031 7 ай бұрын
Please do one custom Domains
@thecommoncoder
@thecommoncoder 7 ай бұрын
I've got that in the queue!
@necggry5396
@necggry5396 Ай бұрын
Very bad tutorial you literally skipped the most important step
@thecommoncoder
@thecommoncoder Ай бұрын
Which step?
Top 5 Must-Know Git And GitHub Commands!
19:07
The Common Coder
Рет қаралды 423
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
How GitHub's Database Self-Destructed in 43 Seconds
12:04
Kevin Fang
Рет қаралды 1 МЛН
How To Deploy A React Vite App To Github Pages (Simple)
7:39
PedroTech
Рет қаралды 13 М.
GitHub Basics Made Easy: A Fast Beginner's Tutorial!
23:30
Skill Foundry
Рет қаралды 231 М.
25 FREE and Open Source Software in (2025)
9:47
anyDev
Рет қаралды 2,5 М.
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,3 МЛН
Github Actions - Введение в CI/CD
1:56:11
Владилен Минин
Рет қаралды 88 М.
How to Use Prettier with VS Code! (2025 Full Tutorial)
14:25
The Common Coder
Рет қаралды 1,7 М.
How Git Works: Explained in 4 Minutes
4:18
ByteByteGo
Рет қаралды 319 М.
Git and GitHub Tutorial for Beginners
46:19
Kevin Stratvert
Рет қаралды 1,4 МЛН
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН