-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
49 lines (41 loc) · 973 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
44
45
46
app:
title: 'Building PHP extensions is easy with Zephir'
name: 'Zephir Website'
author: 'Zephir Language Team'
description: 'Zephir is an open source, high-level/domain specific language designed to ease the creation and maintainability of extensions for PHP with a focus on type and memory safety'
keywords: 'zephir, language, php, domain specific language, php extensions, open source'
avatar: 'https://avatars3.githubusercontent.com/u/1221505?v=4'
email: '[email protected]'
facebook:
github: 'phalcon'
rss: phalcon
twitter: 'zephirlang'
analytics: 'UA-90249744-3'
language: 'en'
version: '0.18.0'
languages: [
'en',
'zh-CN',
'el-GR',
'ru-RU',
'es-ES',
'tr-TR',
'uk-UA'
]
include:
- _redirects
sass:
style: compressed
plugins:
- jekyll-sitemap
kramdown:
input: GFM
syntax_highlighter_opts:
disable: true
exclude:
- vendor
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME