Github pages
-
Hi guys! and @Fran-Diox I have a project in github and i want to create a live application (Onsen UI) from there to use as portfolio
I tried like in the tutorial
http://learntocodewith.me/tutorials/github-pages/And everything seems equal!
But when i try to load the page: https://leocfmoura/frame.github.io ERROR 404!
If my repository name is equal my Username.github.io i have sucess!
My doubt: Can i have only one Github page Username.github.io or one project ??I’d like to use my repo : LeoCFMoura and store many live applications like:
LeoCFMoura/projectone.github.io or LeoCFMoura/projectmaster.github.io
But if the repo is different of Username.github.io i get error 404
I have an index page , i have all files , …
Any advice? In advance thanks!
-
@Leonardo-Augusto Site seems to be working to me at: https://leocfmoura.github.io/
-
Yes i agree … friend!
But if we look to url https://leocfmoura.github.io/
my user is Leocfmoura , so the repo is equal my user: leocfmoura.github.ioId like to create pages like:
Username : leocfmoura .
project : applicationONE
page : applicationONE.github.ioBut when the project is different of my user leocfmoura.github.io i get error 404
There some thing i dont see!
-
@Leonardo-Augusto said:
Username : leocfmoura .
project : applicationONE
page : applicationONE.github.ioYou can’t do that. It can only be:
From github:
Unlike User and Organization Pages, Project Pages are kept in the same repository as their project. Both personal accounts and organizations can create Project Pages. The URL for a personal account’s Project Page will be ‘http(s)://<username>.github.io/<projectname>’
https://help.github.com/articles/user-organization-and-project-pages/
Also, for every project make sure it is not in the master branch but in gh-pages so you can break it up.
-
thanks friend , helped me a lot
-
No problem. We all are learning as we go. :smiley_cat:
-
Yes , its true!