-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
_config.yml
78 lines (67 loc) · 1.48 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
app:
name: Phalcon Blog
author: "Phalcon Team"
description: "We are an open source web framework for PHP delivered as a C extension offering high performance and lower resource consumption"
keywords: "php, phalcon, phalcon php, php framework, faster php framework"
avatar: https://avatars3.githubusercontent.com/u/1221505?v=4
url: https://blog.phalcon.io
baseurl: "/"
analytics: 'G-9JGM81GDBF'
comments: false
url: https://blog.phalcon.io
social:
email: team@phalcon.io
facebook:
github: phalcon
rss: phalcon
twitter: phalconphp
tags_override:
- phalcon5
- phalcon4
- release
- zephir
- lts
- hangout
- github
- phalcon
- community
- update
- roadmap
- framework
- benchmarks
excerpt_separator: <!--more-->
paginate: 10
paginate_path: "/page-:num"
permalink: /post/:title
version: v1.2.0
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
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
algolia:
application_id: 'QZSIJXM8NK'
index_name: 'phalcon-blog'
search_only_api_key: 'ed266d1fbb836f531f335570585c3c07'
# sass:
# style: :compressed # You might prefer to minify using :compressed
include:
- _redirects
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- vendor