From e28295d2541a3bc8c06519c14c28f7248460f592 Mon Sep 17 00:00:00 2001 From: aadi Date: Sat, 10 Aug 2024 12:08:25 +0530 Subject: [PATCH] added personal details --- _config.yml | 101 ++++++++-------------------------------------------- 1 file changed, 14 insertions(+), 87 deletions(-) diff --git a/_config.yml b/_config.yml index 6fa5c69..8788644 100644 --- a/_config.yml +++ b/_config.yml @@ -8,13 +8,13 @@ # 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. @@ -22,57 +22,19 @@ repository : "academicpages/academicpages.github.io" 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 : "none@example.org" - - # 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 : "arave@purdue.edu" # 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" @@ -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/ @@ -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: "" @@ -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