forked from phpdevenezuela/php-the-right-way
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
43 lines (39 loc) · 801 Bytes
/
_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
host: wilsenhc.github.io
baseurl: /php-the-right-way
timezone: America/Caracas
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
# 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
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- CNAME
- CONTRIBUTING.md
- LICENSE
- README.md
- pages/example.md
future: true