Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizAkansoy authored Nov 9, 2024
1 parent c7ad262 commit 7514fcd
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: MM
email:
title: Deniz Akansoy
email: da619@cam.ac.uk
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
twitter_username: username
github_username: username
minimal_mistakes_skin: default
MSci Physics graduate, currently undertaking an MPhil in Data Intensive Science at the University of Cambridge.
twitter_username: denizakansoy
github_username: denizakansoy
minimal_mistakes_skin: contrast
search: true

# Build settings
Expand Down Expand Up @@ -58,34 +56,34 @@ plugins:
- jekyll-include-cache

author:
name : "First Lastname"
avatar : "/assets/images/bio-photo.jpg"
bio : "My awesome biography constrained to a sentence or two goes here."
name : "Deniz Akansoy"
avatar : "/assets/images/profile.jpg"
bio : "MSci Physics graduate, currently undertaking an MPhil in Data Intensive Science at the University of Cambridge."
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://"
# - label: "Website"
# icon: "fas fa-fw fa-link"
# url: "https://"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
url: "https://twitter.com/DenizAkansoy"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/"
url: "https://github.com/DenizAkansoy"
- label: "Orcid"
icon: "fab fa-fw fa-orcid"
url: "https://orcid.org/0009-0006-3784-3177"

footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
url: "https://twitter.com/DenizAkansoy"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/"
url: "https://github.com/DenizAkansoy"
- label: "Orcid"
icon: "fab fa-fw fa-orcid"
url: "https://orcid.org/0009-0006-3784-3177"

defaults:
# _posts
Expand Down

0 comments on commit 7514fcd

Please sign in to comment.