Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _config.yml #558

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# main text of home
title: John Doe
bio: A Person who travels the world eating noodles
title: Uzay Poyraz
bio: Davis Scholar Skidmore College Computer Science Undergrduate

# twitter summary info
description: A blog about technology and stuff related
Expand All @@ -20,7 +20,7 @@ resume: true
resume-external: true
resume-url: https://google.com/?q=my+resume

url: https://sergiokopplin.github.io/indigo
url: https://uzaypoyrza.github.io/
# your url: https://USERNAME.github.io

permalink: /:title/
Expand All @@ -31,15 +31,15 @@ permalink: /:title/
# if you don't want comments in your posts, leave categories empty
disqus:
shortname: github # enter this from your disqus account
categories: [blog, project] # only show disqus for posts that have these categories
categories: [] # only show disqus for posts that have these categories

# if you don't have any of social below, comment the line
facebook: myfacebook
twitter: mytwitter
instagram: myinstagram
linkedin: mylinkedin
github: mygithub
email: myemail@gmail.com
#facebook: myfacebook
#twitter: mytwitter
#instagram: myinstagram
linkedin: uzaypoyraz
github: UzayPoyrza
email: upoyrazlol@gmail.com

authors:
johndoe:
Expand All @@ -65,22 +65,22 @@ projects: true

# if you don't need "about" or "blog", comment them out below
about: true
blog: true
#blog: false

# do you want to show the "read time" of the posts?
read-time: true
read-time: false

# do you want to show the "tags" inside the posts?
show-tags: true
show-tags: false

# related posts inside a post?
related: true
related: false

# Display links for next and previous posts for the specified categories
post-advance-links: [blog]

# show author block at the end of a post ?
show-author: true
show-author: false

# do you want some animations?
animation: true
Expand Down
1 change: 0 additions & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

{{content}}

{% include footer.html %}