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
https://github.com)
Login to github account ->(- go to https://github.com/new or click the New repository icon from your account homepage.
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.
Slide 4
- Copy your Repository Code
Slide 5
- Clone your Repository in your local system using git
-
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.