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
1 parent
03398d0
commit 2dc9f5b
Showing
2 changed files
with
18 additions
and
26 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 |
---|---|---|
|
@@ -3,23 +3,22 @@ | |
# ----------------------------------------------------------------------------- | ||
|
||
title: blank # the website title (if blank, full name will be used instead) | ||
first_name: You | ||
middle_name: R. | ||
last_name: Name | ||
email: [email protected] | ||
first_name: Sarah | ||
middle_name: | ||
last_name: Warchhold | ||
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 | ||
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/) | ||
|
||
url: https://sarahwarchhold.github.io # the base hostname & protocol for your site | ||
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root | ||
last_updated: false # set to true if you want to display last updated in the footer | ||
last_updated: true # set to true if you want to display last updated in the footer | ||
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR | ||
back_to_top: true # set to false to disable the back to top button | ||
|
||
|
@@ -41,7 +40,7 @@ repo_trophies: | |
# will use title and url fields | ||
# Take a look to https://github.com/jekyll/jekyll-feed for more customization | ||
|
||
rss_icon: true | ||
rss_icon: false | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Layout | ||
|
@@ -89,13 +88,13 @@ lattes_id: # your ID on Lattes (Brazilian Lattes CV) | |
linkedin_username: # your LinkedIn user name | ||
mastodon_username: # your mastodon instance+username in the format instance.tld/@username | ||
medium_username: # your Medium username | ||
orcid_id: # your ORCID ID | ||
orcid_id: 0000-0003-4376-2921 # your ORCID ID | ||
osf_id: # your OSF ID | ||
pinterest_id: # your pinterest id | ||
publons_id: # your ID on Publons | ||
quora_username: # your Quora username | ||
research_gate_profile: # your profile on ResearchGate | ||
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID | ||
research_gate_profile: Sarah-Warchhold # your profile on ResearchGate | ||
scholar_userid: HtLinK4AAAAJ&hl # your Google Scholar ID | ||
scopus_id: # your profile on Scopus | ||
semanticscholar_id: # your Semantic Scholar ID | ||
spotify_id: # your spotify id | ||
|
@@ -139,10 +138,10 @@ lsi: false # produce an index for related posts | |
|
||
# Pagination | ||
pagination: | ||
enabled: true | ||
enabled: false | ||
|
||
related_blog_posts: | ||
enabled: true | ||
enabled: false | ||
max_related: 5 | ||
|
||
# Giscus comments (RECOMMENDED) | ||
|
@@ -192,19 +191,19 @@ collections: | |
news: | ||
defaults: | ||
layout: post | ||
output: true | ||
output: false | ||
permalink: /:collection/:title/ | ||
projects: | ||
output: true | ||
output: false | ||
permalink: /:collection/:title/ | ||
|
||
announcements: | ||
enabled: true | ||
enabled: false | ||
scrollable: true # adds a vertical scroll bar if there are more than 3 news items | ||
limit: 5 # leave blank to include all the news in the `_news` folder | ||
|
||
latest_posts: | ||
enabled: true | ||
enabled: false | ||
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items | ||
limit: 3 # leave blank to include all the blog posts | ||
|
||
|
@@ -631,15 +630,8 @@ jekyll_get_json: | |
- data: resume | ||
json: assets/json/resume.json # it can also be an url | ||
jsonresume: | ||
- basics | ||
- work | ||
- education | ||
- publications | ||
- projects | ||
- volunteer | ||
- awards | ||
- certificates | ||
- skills | ||
- languages | ||
- interests | ||
- references | ||
- technical skills | ||
- work | ||
- institutional/organizational activities |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.