<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Websites With GitHub Pages :: Git &amp; Github through GitKraken Client - From Zero to Hero!</title>
    <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/02-websites-with-github-pages/index.html</link>
    <description>Still not convinced that GitHub is something you should be using? There’s another great feature:&#xA;They make it relatively straightforward to create a website for free, using markdown and GitHub pages.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/02-websites-with-github-pages/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction to Markdown</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/02-websites-with-github-pages/01-markdown-intro/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/02-websites-with-github-pages/01-markdown-intro/index.html</guid>
      <description>Markdown provides formatting on GitHub You can use it in readme files, tickets, and even to generate the content of websites.&#xA;Text formatting bold text: **bold**&#xA;Italic text: _Italic_&#xA;Strikethrough text: ~~Strikethrough~~&#xA;Quoted text:&#xA;&gt;Quoted text:&#xA;Headings # Heading 1 ## Heading 2 ### Heading 3 Heading 1 Heading 2 Heading 3 ``` Code blocks ``` Code blocks Inline `code` Inline code</description>
    </item>
    <item>
      <title>Create a Markdown Website</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/02-websites-with-github-pages/02-create-markdown-website/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/02-websites-with-github-pages/02-create-markdown-website/index.html</guid>
      <description>Add markdown to your Repository On your computer, create a file in your repository called index.md. index is always the entry point to any website - the “Default” webpage.&#xA;Add some content - perhaps this could be your to-do list or a “Welcome to my homepage” page if you like. Save it and commit it to your repository, then push to GitHub.</description>
    </item>
  </channel>
</rss>