forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
27 lines (27 loc) · 668 Bytes
/
_config.yml
File metadata and controls
27 lines (27 loc) · 668 Bytes
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
permalink: /:month-:day-:year/:title.html
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighting: rouge
highlighter: rouge
exclude: [vendor]
plugins:
- algoliasearch-jekyll
algolia:
application_id: 'G160Y1N5OT'
index_name: 'codeception'
read_only_api_key: 'c264188100c4fb7017c4f5702a7d4b8d'
allowed_extensions:
- ".markdown"
- ".html"
excluded_files:
- "index.html"
- "docs-2.0"
- "docs-1.8"
- "2012-"
- "2013-"
- "2014-"
banner:
# disable content to show last blogpost
content: '<a href="https://codeception.com/12-18-2019/codeception-4.html">Codeception 4 is here! Time to upgrade</a>'