WhatLibrarian / cvsproject

https://whatlibrarian.github.io/cvsproject/
0 stars 0 forks source link

Welcome #1

Open github-learning-lab[bot] opened 6 years ago

github-learning-lab[bot] commented 6 years ago

Step 1: Enable GitHub Pages

Welcome to GitHub Pages and Jekyll :tada:!

Hello, and welcome! If you are here to learn how to quickly build and host a GitHub Pages site. You're in the right place.

What are GitHub Pages?

GitHub Pages enable you to host all kinds of content, like :book:, resumes, and more! In this course, you will be creating a blog hosted on GitHub Pages. While setting up your blog, you'll learn how to:

New to GitHub?

We're assuming that you already know how to work with GitHub. If you aren't sure, check out the Introduction to GitHub course to learn how to:

Now, let's get started on your new website.

:keyboard: Activity: Turn on GitHub Pages

You won't be able to see your site on the web until you enable GitHub Pages on this repository :book:. All we're doing is asking GitHub to take what's on the master branch and publish a website based on its contents.

  1. Click on the Settings tab for this repository
  2. Scroll down to the GitHub Pages section
  3. Select the None dropdown
  4. Click on Master branch
  5. Click Save

For a printable version of the steps in this course, check out the Quick Reference Guide.

Turning on GitHub Pages creates a deployment of your repository. I may take up to a minute to respond as I await the deployment.


Return to this issue for my next comment

Sometimes I respond too fast for the page to update! If you perform an expected action and don't see a response from me, wait a few seconds and refresh the page for your next steps.

github-learning-lab[bot] commented 5 years ago

Step 2: Customize your homepage

Great job! Now that GitHub Pages is enabled, you can view your website here: https://WhatLibrarian.github.io/cvsproject

You can customize your homepage by adding content to either an index file or the README.md file. GitHub Pages first looks for an index file. If an index file is found, GitHub Pages uses the content in the file to create the homepage. If an index file isn’t found, it uses the README.md to create the homepage.

Your repository has an index.md file so we can update it to include your personalized content.

:keyboard: Activity: Create your homepage

  1. Navigate to the Code tab of this repository, and browse to the index.md file.
  2. In the upper right corner, click the :pencil2: pencil icon to open the file editor.
  3. Type the content you want on your homepage and remember, you can use Markdown to format your content.
  4. Scroll to the bottom, type a commit message, and click Create a new branch for this commit and start a pull request.
  5. Open a pull request.

Once you have created your pull request, I will move over there to discuss next steps.


Look for my next response in your pull request