Skip to content

Commit

Permalink
added personal details
Browse files Browse the repository at this point in the history
  • Loading branch information
aadirave committed Aug 10, 2024
1 parent f8ed374 commit e28295d
Showing 1 changed file with 14 additions and 87 deletions.
101 changes: 14 additions & 87 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,71 +8,33 @@

# Basic Site Settings
locale : "en-US"
title : "Your Name / Site Title"
title : "Aadi Rave"
title_separator : "-"
name : &name "Your Name"
description : &description "personal description"
url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
name : &name "Aadi Rave"
description : &description "Computer Engineering + Math Minor @ Purdue"
url : https://aadirave.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "academicpages/academicpages.github.io"
repository : "aadirave/aadirave.github.io"

# Site Author - The following control what appear as part of the author content on the side bar.
# If a field is blank the icon and link will not appear, otherwise it will be shown.
# Additional customization can be done by editing /_includes/author-profile.html
author:
# Biographic information
avatar : "profile.png"
name : "Your Sidebar Name"
pronouns : # example: "she/her"
bio : "Short biography for the left-hand sidebar"
location : "Earth"
employer : "Red Brick University"
name : "Aadi Rave"
pronouns : "he / him"
bio : "Undergraduate researcher interested in programming languages, formal methods, and incremental computation"
location : "West Lafayette, IN"
employer : "Purdue University"
uri : # URL
email : "[email protected]"

# Academic websites
arxiv : # URL - Update with the correct link to your profile
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
impactstory : # URL
orcid : "http://orcid.org/yourorcidurl"
semantic : # URL
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL
email : "[email protected]"

# Repositories and software development
bitbucket : # Username - Update with your username on the site
codepen : # Username
dribbble : # Username
github : "academicpages"
kaggle : # Username
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood")
github : "aadirave"

# Social media
bluesky : "bsky.app" # Replace this with you Bluesky username
facebook : # Username
flickr : # Username
foursquare : # Username
goodreads : # Username
google_plus : # Username
keybase : # Username
instagram : # Username
lastfm : # Username
linkedin : # Username
mastodon : # URL
medium : # URL
pinterest : # Username
soundcloud : # Username
steam : # Username
telegram : # URL
tumblr : # Username
twitter : # Username for X / Twitter
vine : # Username
weibo : # Username
wikipedia : # Username
xing : # Username
youtube : # Username
zhihu : # URL

linkedin : "aadi-rave"

# Site Settings
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
Expand Down Expand Up @@ -200,15 +162,6 @@ kramdown:

# Collections
collections:
teaching:
output: true
permalink: /:collection/:path/
publications:
output: true
permalink: /:collection/:path/
portfolio:
output: true
permalink: /:collection/:path/
talks:
output: true
permalink: /:collection/:path/
Expand All @@ -234,33 +187,7 @@ defaults:
values:
layout: single
author_profile: true
# _teaching
- scope:
path: ""
type: teaching
values:
layout: single
author_profile: true
share: true
comments: true
# _publications
- scope:
path: ""
type: publications
values:
layout: single
author_profile: true
share: true
comments: true
# _portfolio
- scope:
path: ""
type: portfolio
values:
layout: single
author_profile: true
share: true
comment: true
# _talks
- scope:
path: ""
Expand All @@ -281,7 +208,7 @@ sass:
permalink: /:categories/:title/
# paginate: 5 # amount of posts to show
# paginate_path: /page:num/
timezone: America/Los_Angeles # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
Expand Down

0 comments on commit e28295d

Please sign in to comment.