From a91256eb23d85990167493815c7f18f9168e7bfb Mon Sep 17 00:00:00 2001 From: rjzupkoii Date: Wed, 14 Feb 2024 20:03:29 -0500 Subject: [PATCH] Streamline config organization for new users --- _config.yml | 98 +++++++++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 44 deletions(-) diff --git a/_config.yml b/_config.yml index 2ef8163658e6e..b5452d54534b5 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ # For technical reasons, this file is *NOT* reloaded automatically when you use # `jekyll serve`. If you change this file, please restart the server process. -# Site Settings +# Basic Site Settings locale : "en-US" title : "Austin Li" title_separator : "-" @@ -13,7 +13,56 @@ name : &name "Austin Li" description : &description "personal description" url : https://austinwli.github.io baseurl : "" # the subpath of your site, e.g. "/blog" -repository : "austinwli/austinwli.github.io" +repository : "academicpages/academicpages.github.io" + +# Site Author +author: + name : "Your Sidebar Name" + avatar : "profile.png" + bio : "Your biography for the left-hand sidebar" + pronouns : # example: "she/her" + location : "Location" + orcid : "http://orcid.org/yourorcidurl" + employer : + email : + uri : + + # Manuscript repositories + googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ" # Update with the correct link to your profile + pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow" + researchgate : # example: "https://www.researchgate.net/profile/yourprofile" + + # Social media + bitbucket : + codepen : + dribbble : + facebook : + flickr : + foursquare : + github : "academicpages" + goodreads : + google_plus : + keybase : + impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx" + instagram : + lastfm : + linkedin : + mastodon : "mastodonhandle" + medium : #"add medium profile url here" + pinterest : + soundcloud : + stackoverflow : # http://stackoverflow.com/users/123456/username + steam : + tumblr : + twitter : "replacethistwitterhandle" + vine : + weibo : + wikipedia : + xing : + youtube : + + +# Site Settings teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" breadcrumbs : false # true, false (default) words_per_minute : 160 @@ -49,12 +98,14 @@ staticman: atom_feed: path : # blank (default) uses feed.xml + # SEO Related google_site_verification : bing_site_verification : alexa_site_verification : yandex_site_verification : + # Social Sharing twitter: username : &twitter @@ -78,48 +129,6 @@ analytics: tracking_id : -# Site Author -author: - name : "Austin Li" - avatar : "profile-1.jpg" - bio : "Physics & CS @ Harvard" - pronouns : # example: "she/her" - location : "New York, NY" - employer : - pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow" - googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ" # Update with the correct link to your profile - email : - researchgate : # example: "https://www.researchgate.net/profile/yourprofile" - uri : - bitbucket : - codepen : - dribbble : - flickr : - facebook : - foursquare : - google_plus : - goodreads : - keybase : - instagram : - impactstory : - lastfm : - linkedin : "austinwli" - github : "austinwli" - orcid : - pinterest : - soundcloud : - stackoverflow : - steam : - tumblr : - twitter : - vine : - weibo : - xing : - youtube : - wikipedia : - medium : #"add medium profile url here" - - # Reading Files include: - .htaccess @@ -260,6 +269,7 @@ defaults: author_profile: true share: true + # Sass/SCSS sass: sass_dir: _sass