generated from mmistakes/mm-github-pages-starter
-
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.
setup _config and navigation yml files
- Loading branch information
Ali Abdelkader
committed
Mar 31, 2024
1 parent
a9825b4
commit ffc1d74
Showing
4 changed files
with
29 additions
and
35 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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
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 |
---|---|---|
@@ -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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.