-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·124 lines (105 loc) · 3.84 KB
/
_config.yml
File metadata and controls
executable file
·124 lines (105 loc) · 3.84 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# GitHub Pages
### ### ### ### ### ###
github: [metadata] # set by GitHub Pages, can be overwritten
#lsi: false # set by GitHub Pages, cannot be changed
#safe: true # set by GitHub Pages, cannot be changed
#source: [your repo's top level directory] # set by GitHub Pages, cannot be changed
#incremental: false # set by GitHub Pages, cannot be changed
#highlighter: rouge # set by GitHub Pages, cannot be changed
#gist:
# noscript: false # set by GitHub Pages, cannot be changed
kramdown:
input: GFM # set by GitHub Pages, can be overwritten
hard_wrap: false # set by GitHub Pages, can be overwritten
# math_engine: mathjax # set by GitHub Pages, cannot be changed
smart_quotes: ["apos", "apos", "quot", "quot"] # turn off smart quotes
plugins:
- jekyll-coffeescript # set by GitHub Pages, can be overwritten
- jekyll-paginate # set by GitHub Pages, can be overwritten
- jekyll-seo-tag # add seo tag
- jekyll-sitemap # add sitemap
- jekyll-feed # add rss feed
# Jekyll settings
### ### ### ### ### ###
encoding: utf-8
strict_front_matter: true
excerpt_separator: <!--more-->
exclude:
- CNAME
- docker-compose.yml
- LICENSE
- README.md
- _projects/_draft.md
webrick:
headers:
X-Powered-By: PHP/6
# PHP QA
### ### ### ### ### ###
author: Bart Reunes
name: PHP Quality Assurance
description: A community managed website about PHP Quality Assurance
url: https://phpqa.io
lang: en_US
title: PHP Quality Assurance
subtitle: Looking for ways to make your PHP code even better? Find the projects that can help you!
google_analytics: UA-100482560-1
webmaster_verifications:
google: JITUi06ndisXmR9iEyEtJWMR7ZaYF8ycjhUTUvubBHk
bing: 3CB22B04462C70550E27942615BF8C01
collections:
pages:
output: true
permalink: /:title.html
projects:
output: true
permalink: /:collection/:title.html
posts:
output: true
permalink: /:collection/:categories/:year/:month/:day/:title.html
websites:
output: false
navigation:
projects: { label: Projects, icon: fas fa-cogs, url: /index.html }
community: { label: Websites, icon: fas fa-map-signs, url: /websites.html }
about: { label: About, icon: fas fa-info-circle, url: /about.html }
news: { label: News, icon: fas fa-list-alt, url: /news.html }
#usage: { label: Usage, icon: fas fa-magic, url: /usage.html }
github: { label: GitHub, icon: fab fa-github, url: 'https://github.com/phpqa/phpqa.github.io' }
dockerhub: { label: DockerHub, icon: fab fa-docker, url: 'https://hub.docker.com/u/phpqa/' }
contributing: { label: Contributing, icon: fas fa-sign-language, url: /contributing.html }
project_keys:
- path
- output
- id
- url
- content
- collection
- excerpt
- relative_path
- draft
- categories
- layout
- title
- order
- tags
- authors
- companies
- website
- license
- terms
- wiki
- docs
- demo
- github
- packagist
- dockerhub
- dependencies
- composer
- composer-dev
- composer-global
- gem
- git
- phar
- slug
- ext
- date