Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Feb 18, 2024
1 parent a3d43ca commit 5d636a5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,46 @@

# Basic Site Settings
locale : "en-US"
title : "Your Name / Site Title"
title : "Donald P. Green"
title_separator : "-"
name : &name "Your Name"
description : &description "personal description"
name : &name ""
description : &description "Professor"
url : https://academicpages.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 : "donaldpgreen/donaldpgreen.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"
name : ""
pronouns : # example: "she/her"
bio : "Short biography for the left-hand sidebar"
location : "Earth"
employer : "Red Brick University"
bio : "Professor of Political Science"
location : "New York"
employer : "Columbia University"
uri : # URL
email : "none@example.org"
email : ""

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

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

# Social media
bluesky : "bsky.app" # Replace this with you Bluesky username
bluesky : # "bsky.app" # Replace this with you Bluesky username
facebook : # Username
flickr : # Username
foursquare : # Username
Expand All @@ -63,7 +63,7 @@ author:
steam : # Username
telegram : # URL
tumblr : # Username
twitter : "UniofOxford" # Replace this with your X / Twitter handle
twitter : # "UniofOxford" # Replace this with your X / Twitter handle
vine : # Username
weibo : # Username
wikipedia : # Username
Expand Down Expand Up @@ -117,7 +117,7 @@ yandex_site_verification :

# Social Sharing
twitter:
username : &twitter
username : #&twitter
facebook:
username :
app_id :
Expand Down Expand Up @@ -277,7 +277,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 5d636a5

Please sign in to comment.