Skip to content

Commit

Permalink
setup _config and navigation yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Abdelkader committed Mar 31, 2024
1 parent a9825b4 commit ffc1d74
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 35 deletions.
55 changes: 26 additions & 29 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
# 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: Ali Abdelkader Personal Website
email: [email protected]
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
Ali Abdelkader personal website
twitter_username: AliAbdelkader93
github_username: aiabdelkader
minimal_mistakes_skin: default
search: true

# Build settings
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes
# Outputting
permalink: /:categories/:title/
permalink: /:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Africa/Cairo # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
atom_feed:
hide: true

include:
- _pages
Expand All @@ -58,34 +58,31 @@ 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 : "Ali Abdelkader"
avatar : "/assets/images/personal_photo.jpg"
bio : "Software eingneer from Cairo, Egypt"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: https://www.linkedin.com/in/aliabdelkader/
- 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/aliabdelkader/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/AliAbdelkader93"

footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: https://www.linkedin.com/in/aliabdelkader/
- 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/aliabdelkader/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/AliAbdelkader93"

defaults:
# _posts
Expand Down
9 changes: 3 additions & 6 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
main:
- title: "About"
url: /about/

- title: "Posts"
url: /posts/
- title: "Categories"
url: /categories/
- title: "Tags"
url: /tags/
- title: "About"
url: /about/
Binary file removed assets/images/bio-photo.jpg
Binary file not shown.
Binary file added assets/images/personal_photo.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 ffc1d74

Please sign in to comment.