From 433ea0f380b355dc8b3ecde02bc689c962af9276 Mon Sep 17 00:00:00 2001 From: Eric Hollenberry Date: Thu, 8 Jun 2017 16:15:09 -0700 Subject: [PATCH] Add more detail to readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd8d956..0bcbf56 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ # Welcome GitHub Scholars - Atlanta! +This repository is a GitHub page, which you can view at https://github-scholars.github.io/atlanta ## Adding your Scholar page 1. Create a new file in the `_scholars` folder using the following naming convention: `username.md` where username is your GitHub handle. -1. Open the `_templates/scholar-template.md` file and **Copy** the text in the file. +1. Open the `_templates/scholar-template.md` file. +1. Click the pencil icon in the top right of the dialog and **Copy** the text in the file. 1. In the file you created in **Step 1** add the content you just copied by using the **Paste** command. 1. Modify the content based on the instructions in the content you pasted. ## Adding your Project page -## Adding your Scholar page 1. Create a new file in the `_projects` folder using the following naming convention: `projectname.md` where projectname is the name of your project. This isn't going to be displayed from the file name, so you should probably keep it short. -1. Open the `_templates/projects-template.md` file and **Copy** the text in the file. +1. Open the `_templates/projects-template.md` file. +1. Click the pencil icon in the top right of the dialog and **Copy** the text in the file. 1. In the file you created in **Step 1** add the content you just copied by using the **Paste** command. 1. Modify the content based on the instructions in the content you pasted.