forked from phalcon-orphanage/docs-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (47 loc) · 1.07 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
53
54
app:
title: 'Phalcon Framework Documentation'
name: 'Phalcon Framework Documentation'
author: 'Phalcon Team'
description: 'Official Phalcon Documentation'
keywords: 'php, phalcon, phalcon php, php framework, faster php framework, php extension, next generation framework, docs, documentation'
avatar: 'https://avatars3.githubusercontent.com/u/1221505?v=4'
email: '[email protected]'
facebook:
github: 'phalcon'
rss: 'phalcon'
twitter: 'zephirlang'
analytics: 'UA-90300500-6'
language: 'en'
version: '3.4'
url: https://docs.phalconphp.com
plugins:
- jekyll-sitemap
include:
- _redirects
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
syntax_highlighter: rouge
hard_wrap: false
auto_ids: true
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed
exclude:
- vendor
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME