Skip to content

Commit

Permalink
Streamline config organization for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii authored and austinwli committed Oct 13, 2024
1 parent d97ecd2 commit a91256e
Showing 1 changed file with 54 additions and 44 deletions.
98 changes: 54 additions & 44 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,64 @@
# 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 : "-"
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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -260,6 +269,7 @@ defaults:
author_profile: true
share: true


# Sass/SCSS
sass:
sass_dir: _sass
Expand Down

0 comments on commit a91256e

Please sign in to comment.