Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwarchhold committed Aug 4, 2024
1 parent 03398d0 commit 2dc9f5b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 26 deletions.
44 changes: 18 additions & 26 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Binary file modified assets/img/prof_pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2dc9f5b

Please sign in to comment.