Skip to content

he1023/Github-Pages-Markdown-Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Github-Pages-Markdown-Tutorial

We'll discuss how to create a Github Pages project page and talking a little bit about Markdown

The goal of this exercise is to show how you can create a public profile for your project & keep it seperate from your main code.

Before we get into github pages, we will learn a little bit about using markdown.

  1. clone this repository
  2. create a new file in this repository called 'bio.md'
  3. in the new file, fill out the following information:
Syllabus Qs
-----------------------
1. What on the syllabus are you most interested in working on?
2. What on the syllabus do you find confusing/unclear? 
3. What on the syllabus scares you? 
  1. add and commit the file:
git add bio.md
git commit -m "biography"
  1. push the changes:
git push

The basic steps for a github pages webpage are:

  1. create a gh-pages branch (you can also tell github which branch or folder to serve the page from via the repository settings)
    git checkout -b gh-pages
  1. create an index.html
  2. commit and push changes to the gh-pages branch
  3. check out your new site.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published