-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (48 loc) · 1.13 KB
/
_config.yml
File metadata and controls
53 lines (48 loc) · 1.13 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
baseurl: /
highlighter: rouge
markdown: kramdown
permalink: date
maruku:
use_tex: false
use_divs: false
png_engine: blahtex
png_dir: images/latex
png_url: /images/latex
plugins:
- jekyll-sitemap
defaults:
-
scope:
path: ""
values:
sitemap: false
image:
path: /images/og-image.png
width: 1024
height: 640
alt: "PHP: The Right Way"
# Excludes should be appended to the default
# https://github.com/jekyll/jekyll/blob/master/lib/site_template/_config.yml#L37-L55
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- Gruntfile.js
- node_modules/
- package.json
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- CNAME
- CONTRIBUTING.md
- LICENSE
- README.md
- pages/example.md
future: true
title: "PHP: The Right Way"
tagline: Reference for PHP best practices
description: An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web
logo: /images/og-image.png