-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme | template file creation
- Loading branch information
1 parent
474b818
commit a65d3c7
Showing
2 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,19 @@ | ||
Forty by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
# Welcome GitHub Scholars - Atlanta! | ||
|
||
|
||
This is Forty, my latest and greatest addition to HTML5 UP and, per its incredibly | ||
creative name, my 40th (woohoo)! It's built around a grid of "image tiles" that are | ||
set up to smoothly transition to secondary landing pages (for which a separate page | ||
template is provided), and includes a number of neat effects (check out the menu!), | ||
extra features, and all the usual stuff you'd expect. Hope you dig it! | ||
## 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. 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. | ||
|
||
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images | ||
you can use for pretty much whatever. | ||
|
||
(* = not included) | ||
|
||
AJ | ||
[email protected] | @ajlkn | ||
## Adding your Project page | ||
|
||
|
||
Credits: | ||
Forty by HTML5 UP | ||
html5up.net | @ajlkn | https://aj.lkn.io/ | https://github.com/ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
|
||
Demo Images: | ||
Unsplash (unsplash.com) | ||
|
@@ -32,4 +27,4 @@ Credits: | |
background-size polyfill (github.com/louisremi) | ||
Misc. Sass functions (@HugoGiraudel) | ||
Respond.js (j.mp/respondjs) | ||
Skel (skel.io) | ||
Skel (skel.io) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: generic | ||
title: Your Name | ||
description: Quick description of yourself | ||
--- | ||
|
||
<p>Enter information about yourself here. Maybe add things like stuff you like to do or music you like to listen to.</p> | ||
<p>If you want to add more paragraphs, just create new `<p>your text here </p>` sections in this file.</p> |