Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Started with GitHub #1

Open
github-learning-lab bot opened this issue Jun 27, 2021 · 3 comments
Open

Getting Started with GitHub #1

github-learning-lab bot opened this issue Jun 27, 2021 · 3 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested wontfix This will not be worked on

Comments

@github-learning-lab
Copy link

Welcome to your repository!

In this repository 📖, you’ll learn how to write with Markdown 📖, a simple and widely used markup language for formatting text. Here, you’ll start building a static webpage for your customized portfolio.

What is Markdown?

Markdown is a lightweight syntax for communicating on GitHub, and many other websites. You can format words as bold or italic, add images, and create lists. Markdown is regular text combined with a few non-alphabetic symbols, such as # or *. You can use Markdown with the formatting toolbar in issues 📖 and pull requests 📖, or you can type the syntax.

You can use Markdown most places around GitHub:

  • Comments in issues and pull requests (like this one!)
  • Files with the .md or .markdown extension
  • Sharing snippets of text in Gists

For more information, see “Writing on GitHub” in the GitHub Help.

Let's get started!

@github-learning-lab
Copy link
Author

Step 1: Create a Task List

A task list creates checkboxes for people with access 📖in a repository to check off. They're very useful for tracking issues and pull requests.

If you include a task list in the body of an issue or pull request, you'll see a progress indicator in your issue list.

Watch out! The syntax for task lists is very specific. Be sure to include the spaces where required, or else they won't render.

Example markup

- [x] Additional markup is supported, including @mentions, #references, [links](url), **emphasis**, and <del>HTML tags</del>.
- [x] List syntax is required.
  - You can nest lists below, too!
- [x] This item is completed.
- [ ] This item is not complete.

Rendered

  • Additional markup is supported, including @mentions, #references, links, emphasis, and HTML tags.
  • List syntax is required.
    • You can nest lists below, too!
  • This item is complete.
  • This item is not complete.

⌨️ Activity: Add a comment

  1. Add a comment to this issue, using Markdown to create a list of items to complete. Your task can include any tasks you wish, or you can use this example:

    - [ ] Turn on GitHub Pages
    - [ ] Outline my portfolio
    - [ ] Introduce myself to the world
    
  2. Use the Preview tab to check your markdown formatting.

  3. Click Comment.

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


Watch below your comment for my response.

If you perform an expected action and don't see a response from me after a few seconds, refresh the page for your next steps.

@Farzin3
Copy link
Owner

Farzin3 commented Jun 27, 2021

``- [x] Additional markup is supported, including @mentions, #references, links, emphasis, and HTML tags.

  • List syntax is required.
    • You can nest lists below, too!
  • This item is completed.
  • This item is not complete.
  • Turn on GitHub Pages
  • Outline my portfolio
  • Introduce myself to the world
    Duplicate of #

@github-learning-lab
Copy link
Author

Step 2: Turn on GitHub Pages

Nicely done @Farzin3!

Now let's turn our focus to the content of your portfolio. Because this portfolio will display as a static web page, you'll need to enable GitHub Pages.

⌨️ Activity: Enable GitHub Pages

  1. Under your repository name at the upper right, click ⚙️ Settings.
  2. Then on the lower left, click Pages
  3. In the GitHub Pages section, use the Select source drop-down menu to select main as your GitHub Pages publishing source.
  4. Click the Save button.
  5. Read the page. Make no changes to the Theme. When ready under your repository name at the upper right click Issues(1)
  6. Then click on closed
  7. Then click on "Getting Started with GitHub" issue and scroll down to find your last progress and instruction for the next step.

I may take up to a minute to respond as I wait for GitHub Pages to create a deployment of your repository.

For more information, see Configuring a publishing source for GitHub Pages in the GitHub Help.


Return to this issue for next steps.

@Farzin3 Farzin3 assigned Farzin3 and unassigned Farzin3 Jun 27, 2021
@Farzin3 Farzin3 added bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested wontfix This will not be worked on labels Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant