-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
52 lines (42 loc) · 1.1 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
url: https://php-flasher.io
title: PHPFlasher
logo: https://php-flasher.io/dist/images/php-flasher-social-card.png
author:
name: Younes KHOUBZA
twitter: yoeunes
url: https://www.linkedin.com/in/younes-khoubza/
picture: https://php-flasher.io/dist/images/php-flasher-social-card.png
image:
path: https://php-flasher.io/dist/images/php-flasher-social-card.png
alt: PHPFlasher
twitter:
username: phpflasher
image: https://php-flasher.io/dist/images/php-flasher-social-card.png
card: summary_large_image
social:
name: phpflasher
links:
- https://twitter.com/phpflasher
- https://github.com/php-flasher
- https://twitter.com/yoeunes
- https://github.com/yoeunes
- https://www.linkedin.com/in/younes-khoubza/
highlighter: none
plugins:
- jekyll-sitemap
- jekyll-redirect-from
defaults:
- scope:
path: ""
values:
layout: "main"
image: https://php-flasher.io/dist/images/php-flasher-social-card.png
exclude:
- "*.config.js"
- "package*.json"
- assets
- _data/manifest.yml
- node_modules
- CNAME
- "Gemfile*"
- ".idea"