-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77376d5
commit 72a77a6
Showing
3 changed files
with
42 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
Title: Contact Me | ||
Date: 2016-12-09 | ||
Icon: envelope | ||
Contact: "#" | ||
--- | ||
|
||
Get in touch with me using the email form below. | ||
|
||
--- |
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,20 @@ | ||
--- | ||
Title: Gallery | ||
Date: 2016/12/08 | ||
Icon: picture-o | ||
Gallery: | ||
- | ||
url: http://example.com | ||
image: assets/image-one.png | ||
- | ||
url: http://example.com | ||
image: assets/image-two.png | ||
- | ||
url: http://example.com | ||
image: assets/image-three.png | ||
- | ||
url: http://example.com | ||
image: assets/image-four.png | ||
--- | ||
|
||
This page is a sample image gallery. You can create your own by using the YAML found in this example. |
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,12 @@ | ||
--- | ||
description: # Description under Heading. | ||
profile: assets/profile.jpg # Profile Picture for Home Page. | ||
#og_image: assets/profile.png # Open Graph Image for Link Previews | ||
home: | ||
icon: home # Icon for Home Button. | ||
text: Home # Text for Home Button link. | ||
reader_arrow: # Text for screen readers to read in place of the next arrow on the Home Page. | ||
#css: assets/override.css # Your own, optional CSS file to override theme styles. | ||
fonts: # Your own, optional fonts you'd like to include. | ||
#- https://fonts.googleapis.com/css | ||
--- |