forked from phpearth/PHP.earth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (33 loc) · 776 Bytes
/
_config.yml
File metadata and controls
38 lines (33 loc) · 776 Bytes
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
defaults:
-
scope:
path: ''
collection: 'resources'
values:
layout: 'article'
image: '/assets/img/fb-link.png'
origin: 'learn'
exclude:
- 'CONTRIBUTING.md'
- 'Gemfile'
- 'LICENSE'
- 'README.md'
- 'build.php'
- '_resources/README.md'
- '_resources/LICENSE'
- '_resources/CONTRIBUTING.md'
- 'conduct/README.md'
collections:
resources:
output: true
output_ext: html
permalink: /:path/
fb-group-id: 2204685680
# Jekyll SEO Tag Plugin
title: 'World Wide PHP Facebook Group'
description: 'World Wide PHP Facebook Group'
logo: '/assets/img/fb-link.png'
gems:
- 'jekyll-sitemap'
- 'jekyll-redirect-from'
- 'jekyll-seo-tag'