Angelos Tsipinos
Angelos Tsipinos

Reputation: 1

Assistance needed with publishing a front-end html website with Github pages

So, uh, I'm really new to Github and would like to publish my Custom Seller Website (4 pages with interconnectivity, and an img folder with the pictures I use) via Github Pages. I have all 4 pages and the img folder in my repository, I deleted the description.md file (cause that was showing in the published page url) but it still shows the description when I go to the domain (username.github.io/...).. Any help is welcome! :)

Upvotes: 0

Views: 61

Answers (1)

sakun9526
sakun9526

Reputation: 66

Follow these steps to host your website

  1. First create a new repository in github
  2. Then push your code after your relevant commit to the github using git push -u origin master
  3. Then go to settings in the repository
  4. Go to the github pages section
  5. Choose master from the dropdown under the source and click save
  6. After refreshing the page you will see your website url under the github pages section

Upvotes: 1

Related Questions