Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ end

gem 'github-pages'
gem 'connection_pool', '2.5.0'

# Windows Ruby lacks zoneinfo files; bundle tzinfo-data so Jekyll can resolve timezones.
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

# Use the native Windows directory watcher to avoid fallback polling.
gem 'wdm', '>= 0.1.0', platforms: %i[mingw mswin x64_mingw jruby]
48 changes: 25 additions & 23 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,82 +9,84 @@
# Basic Site Settings
locale : "en-US"
site_theme : "default" # Currently available options are "default", "air"
title : "Your Name / Site Title"
title : "Diego Polanco, Phd (c) Economics"
title_separator : "-"
name : &name "Your Name"
description : &description "Your Name's academic portfolio" # Update this with a general description of your site, this is the default if not overridden by a page
url : https://academicpages.github.io # The base hostname & protocol for your site e.g. "https://[your GitHub username].github.io",
name : &name "Diego Polanco"
description : &description "Website" # Update this with a general description of your site, this is the default if not overridden by a page
url : https://dpolanco.github.io # The base hostname & protocol for your site e.g. "https://[your GitHub username].github.io",
# or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo Name]"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "academicpages/academicpages.github.io"
repository : "dpolancon/dpolanco.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 : "Bio"
pronouns : # example: "she/her"
bio : "Short biography for the left-hand sidebar"
location : "Earth"
employer : "Red Brick University"
bio : "I am a political economist and doctoral candidate at UMass Amherst, researching how capitalism develops, adapts, and represses—unevenly, historically, and relationally. My work bridges macroeconomics, historical political economy, and the political economy of law, with a focus on Latin America. I build datasets, formal models, and digital archives—not just to understand history, but to chase the present."
location : "Santiago, Chile"
employer : "Umass, Amherst"
uri : # URL
email : "[email protected]"
email : "[email protected]"

# Academic websites
academia : # URL
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=GFf_V_8AAAAJ&hl=es"
inspire-hep : # URL
impactstory : # URL
orcid : "http://orcid.org/yourorcidurl"
orcid : "https://orcid.org/0009-0000-7672-6340"
semantic : # URL
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
pubmed : # URL
researchgate : # URL
scopus : # URL

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

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

# Publication Category - The following the list of publication categories and their headings
publication_category:
books:
title: 'Books'
bookchapters:
title: 'Book Chapters'
articles:
title: 'Journal Articles'
manuscripts:
title: 'Journal Articles'
title: 'Working Papers'
conferences:
title: 'Conference Papers'

Expand Down Expand Up @@ -135,7 +137,7 @@ yandex_site_verification :

# Social Sharing
twitter:
username : &twitter
username : &dpolancon
facebook:
username :
app_id :
Expand Down
13 changes: 5 additions & 8 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# Markdown formatted page while the second is generated using JSON.

main:
- title: "Publications"
url: /publications/
- title: "Research"
url: /research/

- title: "Talks"
url: /talks/
Expand All @@ -24,10 +24,7 @@ main:
url: /year-archive/

- title: "CV"
url: /cv/
url: /cv/

# - title: "CV"
# url: /cv-json/

- title: "Guide"
url: /markdown/
# - title: "Guide"
# url: /markdown/
Loading