-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
72 lines (60 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Setup
title: 'Mohammad AbuShady'
description: I'm a software developer, mainly using ruby/rails, using this
blog to write about my experiencnes and every thing i find
useful.
tagline: 'Software Developer'
url: 'http://blog.abushady.com'
baseurl: /
repo_url: https://github.com/coalwater/blog.abushady.com
read_more: 'Continue reading'
# pagination
paginate: 5
paginate_path: 'page:num'
excerpt_separator: <!-- more -->
markdown: kramdown
permalink: date
highligher: true
exclude: [Gemfile, Gemfile.lock, CNAME, atlassian-ide-plugin.xml]
timezone: Africa/Cairo
author:
name: 'Mohammad AbuShady'
url: 'https://github.com/coalwater/'
email: '[email protected]'
my_theme:
repo: https://github.com/poole/lanyon
name: lanyon
links:
- name: Github
url: https://github.com/coalwater
icon: 'fab fa-github'
- name: StackOverflow
url: http://stackoverflow.com/users/2149092/mohammad-abushady
icon: 'fab fa-stack-overflow'
- name: LinkedIn
url: https://www.linkedin.com/in/mohammadabushady
icon: 'fab fa-linkedin-in'
- name: Hire me
url: https://www.upwork.com/freelancers/~017d64b3de125aeff1
icon: 'fas fa-briefcase'
about_me_footer_links:
- name: Github
url: https://github.com/coalwater
icon: 'fab fa-github'
- name: StackOverflow
url: http://stackoverflow.com/users/2149092/mohammad-abushady
icon: 'fab fa-stack-overflow'
- name: LinkedIn
url: https://www.linkedin.com/in/mohammadabushady
icon: 'fab fa-linkedin-in'
- name: Dot files
url: https://github.com/coalwater/dotfiles
icon: 'fas fa-file-code'
- name: Hire me
url: https://www.upwork.com/freelancers/~017d64b3de125aeff1
icon: 'fas fa-briefcase'
gems:
- jekyll-paginate
- jekyll-gist
disqus:
shortname: 'coalwater'