-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
50 lines (41 loc) · 1.57 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
title: Mohamed Tayeh
email: mohamedtayeh@outlook.com
description: > # this means to ignore newlines until "baseurl:"
Mohamed Tayeh is a Lester B. Pearson scholar and new graduate from University of Toronto with an Honours of Bachelor Science. He completed
a Computer Science Major and Statistics Specialist (Data Mining and Machine Learning) and is now pursuing his
career in software engineering.
permalink: ':title/'
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mohamedtayeh.com" # the base hostname & protocol for your site, e.g. http://example.com
# Author settings
author: Mohamed Tayeh
author-pic: mohamedTayeh.webp
about-author: Software Engineer at a stealth start-up
# Contact links
email: mohamedtayeh@outlook.com # Add your Email address
phone: # Add your Phone number
website: # Add your website, do not add http://
linkedin: mohamed-tayeh # Add your Linkedin handle
github: mohamed-tayeh # Add your Github handle
twitter: '@artemsheludko_' # Add your Twitter handle
facebook: # Add your Facebook handle
instagram: mohamedntayeh # Add your Instagram handle
pinterest: # Add your Pinterest handle
twitch: mohfocus
# Newsletter
mailchimp: # Add your MailChimp form identifier.
# Disqus
discus_identifier: # Add your discus identifier
# Tracker
analytics: G-ZMJMT8NJWK # Google Analytics
# Paginate
paginate: 6
paginate_path: /page:num/
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "package-lock.json", "assets/css/sass/"]