Skip to content

Commit

Permalink
Add template for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
beardofedu committed Jun 8, 2017
1 parent a65d3c7 commit 580eba5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
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. 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.

Credits:
Forty by HTML5 UP
Expand Down
7 changes: 7 additions & 0 deletions _templates/projects-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: generic
title: Your project title
description: Quick description of your project
---

<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat. Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris. Curabitur sapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit.</p>

0 comments on commit 580eba5

Please sign in to comment.