Skip to content

Commit

Permalink
move to mm
Browse files Browse the repository at this point in the history
  • Loading branch information
galtay committed Jan 4, 2025
1 parent 644f03d commit be0479b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 36 deletions.
36 changes: 11 additions & 25 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# 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
title: TIL
email:
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
twitter_username: gabrielaltay
github_username: galtay
minimal_mistakes_skin: default
search: true

Expand Down Expand Up @@ -58,34 +58,29 @@ plugins:
- jekyll-include-cache

author:
name : "First Lastname"
name : "Gabriel Altay"
avatar : "/assets/images/bio-photo.jpg"
bio : "My awesome biography constrained to a sentence or two goes here."
bio : "ML | Coding | Physics"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://"
url: "https://galtay.github.io"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
url: "https://twitter.com/gabrielaltay"
- 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/galtay"

footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
url: "https://twitter.com/gabrielaltay"
- 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/galtay"


defaults:
# _posts
Expand Down Expand Up @@ -114,14 +109,5 @@ tag_archive:
type: liquid
path: /tags/



#title: Gabriel Altay | TIL
#description: A collection of Today I Learned posts.
baseurl: "/til" # Leave empty for user repositories
url: "https://galtay.github.io/til" # Replace with your GitHub username


#theme: minima # You can choose other themes as well
#markdown: kramdown

1 change: 1 addition & 0 deletions _posts/2024-01-04-setup-jekyll.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "setting up static github pages site with jekyll"
date: 2024-01-04
tags: jekyll
---

The basics of setting up a Jekyll site on Ubuntu.
Expand Down
6 changes: 0 additions & 6 deletions about.md

This file was deleted.

Binary file added assets/images/bio-photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions index.md

This file was deleted.

0 comments on commit be0479b

Please sign in to comment.