bootstrap_tasks.md - brainchildservices/curriculum GitHub Wiki

Slide 1

GITHUB PAGES SITE CREATION

  • GitHub Pages are public webpages hosted for free through GitHub.
  • GitHub users can create and host both personal websites (one allowed per user) and websites related to specific GitHub projects.
  • Pages lets you do the same things as GitHub, but if the repository is named a certain way and files inside it are HTML or Markdown, you can view the file like any other website.

Slide 2

Login to github account ->(https://github.com)

01-create-repo

Slide 3

  • Name your repository username.github.io, replacing username with your GitHub username.
  • Be sure it is public and go ahead and tell GitHub to create a README file upon generating the repo.

02-name-repo

Slide 4

  • Copy your Repository Code

image

Slide 5

  • Clone your Repository in your local system using git

image

  • Add the files you have created combining HC010APT and HC011APT using Bootstrap features to the repository folder in your system.

  • Commit and Merge your changes to the repository.

Congrats! You just built your first GitHub Pages site. View it at http://username.github.io. Usually the first time your GitHub Pages site is created it takes 5-10 minutes to go live.

REF lnk