forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
10 additions
and
13 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
############################ | ||
|
||
# Name of website | ||
title: My Amazing Website | ||
title: mr-jaemin Website | ||
|
||
# Your name to show in the footer | ||
author: Jaemin Shin | ||
|
@@ -21,10 +21,7 @@ author: Jaemin Shin | |
|
||
navbar-links: | ||
About Me: "aboutme" | ||
Resources: | ||
- Beautiful Jekyll: "https://beautifuljekyll.com" | ||
- Learn markdown: "https://www.markdowntutorial.com/" | ||
Author's home: "https://deanattali.com" | ||
|
||
|
||
################ | ||
# --- Logo --- # | ||
|
@@ -50,13 +47,13 @@ round-avatar: true | |
# You can change the order that they show up on the page by changing the order here. | ||
# Uncomment the links you want to show and add your information to each one. | ||
social-network-links: | ||
email: "[email protected]" | ||
rss: true # remove this line if you don't want to show an RSS link at the bottom | ||
facebook: deanattali | ||
github: daattali | ||
twitter: daattali | ||
patreon: DeanAttali | ||
youtube: c/daattali | ||
# email: "[email protected]" | ||
# rss: true # remove this line if you don't want to show an RSS link at the bottom | ||
# facebook: deanattali | ||
github: mr-jaemin | ||
# twitter: daattali | ||
# patreon: DeanAttali | ||
# youtube: c/daattali | ||
# medium: yourname | ||
# reddit: yourname | ||
# linkedin: daattali | ||
|
@@ -97,7 +94,7 @@ share-links-active: | |
|
||
# How to display the link to your website in the footer | ||
# Remove this if you don't want a link in the footer | ||
url-pretty: "MyWebsite.com" | ||
# url-pretty: "MyWebsite.com" | ||
|
||
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words | ||
excerpt_length: 50 | ||
|