-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
57 lines (51 loc) · 1.16 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
55
56
57
app:
title: 'Phalcon Documentation'
name: 'Phalcon 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'
email: 'team@phalcon.io'
facebook:
github: 'phalcon'
rss: 'phalcon'
twitter: 'phalconphp'
analytics: 'G-JR4REKBKH3'
language: 'en'
version: '4.0'
# version: '5.0'
comments: false
algolia:
appId: 'QSKF5YFGG5'
indexName: 'phalconphp'
apiKey: '3649840058938dc6b644f9abe5f4c9e9'
permalink: :title
url: https://docs.phalcon.io
include:
- _redirects
- sitemap.xml
## 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
# Exclude these files from our production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- vendor
- serve
- netlify.toml
- updateData.php