generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
35 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,16 @@ | |
# Site settings | ||
# ----------------------------------------------------------------------------- | ||
|
||
title: blank # the website title (if blank, full name will be used instead) | ||
title: Drew Paine, PhD # the website title (if blank, full name will be used instead) | ||
first_name: Drew | ||
middle_name: H. | ||
last_name: Paine | ||
email: [email protected] | ||
email: [email protected] | ||
description: > # the ">" symbol means to ignore newlines until "footer_text:" | ||
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. | ||
footer_text: > | ||
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. | ||
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>. | ||
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>. | ||
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty | ||
keywords: # add your own keywords or leave empty | ||
lang: en # the language of your site (for example: en, fr, cn, ru, etc.) | ||
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) | ||
|
||
|
@@ -67,16 +65,16 @@ og_image: # The site-wide (default for all links) Open Graph preview image | |
# Social integration | ||
# ----------------------------------------------------------------------------- | ||
|
||
github_username: # your GitHub user name | ||
github_username: pained # your GitHub user name | ||
gitlab_username: # your GitLab user name | ||
x_username: # your X handle | ||
mastodon_username: # your mastodon instance+username in the format instance.tld/@username | ||
linkedin_username: # your LinkedIn user name | ||
linkedin_username: drewpaine # your LinkedIn user name | ||
telegram_username: # your Telegram user name | ||
scholar_userid: # your Google Scholar ID | ||
scholar_userid: tP0iX2QAAAAJ # your Google Scholar ID | ||
semanticscholar_id: # your Semantic Scholar ID | ||
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.) | ||
orcid_id: # your ORCID ID | ||
orcid_id: 0000-0003-0711-9744 # your ORCID ID | ||
medium_username: # your Medium username | ||
quora_username: # your Quora username | ||
publons_id: # your ID on Publons | ||
|
@@ -103,16 +101,15 @@ discord_id: # your discord id (18-digit unique numerical identifier) | |
zotero_username: # your zotero username | ||
wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png) | ||
|
||
contact_note: > | ||
You can even add a little note about which of these is the best way to reach you. | ||
contact_note: # You can even add a little note about which of these is the best way to reach you. | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Analytics and search engine verification | ||
# ----------------------------------------------------------------------------- | ||
|
||
# For Google Analytics, see https://support.google.com/analytics/answer/10447272?hl=en&ref_topic=14088998&sjid=5129943941510317771-SA#zippy=%2Cgoogle-sites | ||
# and follow the instructions for Google Sites. You will need to create a Google Analytics property and copy the Google tag ID. | ||
google_analytics: # your Google Analytics measurement ID (format: G-XXXXXXXXXX) | ||
google_analytics: G-8FZ58G4T3W # your Google Analytics measurement ID (format: G-XXXXXXXXXX) | ||
cronitor_analytics: # cronitor RUM analytics site ID (format: XXXXXXXXX) | ||
|
||
# For Google Search Console, see https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification&zippy=%2Chtml-tag | ||
|
@@ -158,8 +155,6 @@ disqus_shortname: al-folio # put your disqus shortname | |
# If you have blog posts published on medium.com or other external sources, | ||
# you can display them in your blog by adding a link to the RSS feed. | ||
external_sources: | ||
- name: medium.com | ||
rss_url: https://medium.com/@al-folio/feed | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Collections | ||
|
@@ -283,8 +278,8 @@ display_categories: ["blockquotes"] # these categories will be displayed on the | |
# ----------------------------------------------------------------------------- | ||
|
||
scholar: | ||
last_name: [Einstein] | ||
first_name: [Albert, A.] | ||
last_name: [Paine] | ||
first_name: [Drew, H.] | ||
|
||
style: apa | ||
locale: en | ||
|
@@ -309,8 +304,8 @@ scholar: | |
|
||
# Display different badges withs stats for your publications | ||
enable_publication_badges: | ||
altmetric: true # Altmetric badge (https://www.altmetric.com/products/altmetric-badges/) | ||
dimensions: true # Dimensions badge (https://badge.dimensions.ai/) | ||
altmetric: false # Altmetric badge (https://www.altmetric.com/products/altmetric-badges/) | ||
dimensions: false # Dimensions badge (https://badge.dimensions.ai/) | ||
|
||
# Filter out certain bibtex entry keywords used internally from the bib output | ||
filtered_bibtex_keywords: | ||
|
@@ -361,12 +356,12 @@ imagemagick: | |
# Optional Features | ||
# ----------------------------------------------------------------------------- | ||
|
||
enable_google_analytics: false # enables google analytics | ||
enable_google_analytics: true # enables google analytics | ||
enable_cronitor_analytics: false # enables cronitor RUM analytics | ||
enable_google_verification: false # enables google site verification | ||
enable_bing_verification: false # enables bing site verification | ||
enable_masonry: true # enables automatic project cards arrangement | ||
enable_math: true # enables math typesetting (uses MathJax) | ||
enable_math: false # enables math typesetting (uses MathJax) | ||
enable_tooltips: false # enables automatic tooltip links generated for each section titles on pages and posts | ||
enable_darkmode: true # enables switching between light/dark modes | ||
enable_navbar_social: false # enables displaying social links in the navbar on the about page | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
github_users: | ||
- torvalds | ||
- alshedivat | ||
- pained | ||
|
||
github_repos: | ||
- alshedivat/al-folio | ||
- twbs/bootstrap | ||
- jekyll/jekyll | ||
- jquery/jquery | ||
- FortAwesome/Font-Awesome | ||
- jpswalsh/academicons | ||
- mathjax/MathJax | ||
- strudel-science/strudel-kit | ||
- strudel-science/strudel-web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
layout: page | ||
title: submenus | ||
nav: true | ||
nav: false | ||
nav_order: 8 | ||
dropdown: true | ||
children: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.