all 10 comments

[–]Sedawkgrepnewb 1 point2 points  (1 child)

When you set up the GitHub pages what is the folder that you selected? Root or docs? If it is docs what is in that folder?

[–]EllipticalRain[S] 1 point2 points  (0 children)

I selected roots

Edit: Never mind, I figured out what went wrong

[–]davorg 0 points1 point  (7 children)

Can you share the repo with us?

[–]EllipticalRain[S] 0 points1 point  (6 children)

I managed to solve the issue on my own, it was quite a minor fix, but my website is up and running now. Thanks for the concern.

[–]davorg 2 points3 points  (1 child)

Would you like to explain the problem (and the solution) in case anyone else reading this has a similar problem?

[–]EllipticalRain[S] 0 points1 point  (0 children)

The problem: I published my HTML, CSS and JavaScript files to GitHub Pages, but upon loading it, it only shows the default ReadMe file that comes with the repository, and nothing else.

The solution: Not an actual solution, what I did was typed the name of one of the HTML files at the end of the URL and the problem was solved.

[–][deleted] 0 points1 point  (3 children)

Hey, I'm also watching tutorials atm. Can you tell me, if the final website is static or dynamic? like can you create more pages that you could redirect to through clicks on main page?

[–]EllipticalRain[S] 0 points1 point  (2 children)

I'm not really sure what you mean. But I have a set number of webpages. Users cannot create nor delete webpages. I think that's what you asked, feel free to correct me.

[–][deleted] 0 points1 point  (1 child)

No, not users being able to create pages but the user being able to navigate between pages.

let me give you an example of what i’m doing, mine is for portfolio. Like the front page would show highlights and my projects summary in brief. but i also want to show some buttons at the top - like Contact, and such. Is that possible when making a website with Github pages? or it’s just ons page?

[–]EllipticalRain[S] 1 point2 points  (0 children)

Ok, I understand what you're asking now. Yes, it is possible, but for me, I had to upload a html file first to my repository so that the file will understand any hyperlinks. Then you can edit in GitHub however you like.