Author Carpentry logo

Github Pages

40 Minutes

Learning Objectives


Lesson

Start a repository for the page on github

Set up the page on github

Downloand (“clone”) the repository to your computer

Configuring your page

---
title: John Doe's Homepage
layout: default
---
# John Doe's Homepage
You can find my Resume [here](/myresume.md)

Excercise

Can you figure out how to add the resume from the last topic as a separate page on the website? What is its link? Can you change the link from the homepage so it links to it?

Solution

Previous: Markdown Syntax Next: Setting up Jekyll