-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
47 lines (47 loc) · 991 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
47
title: Orange
email: [email protected]
description: 'A Gateway based on OpenResty or Nginx for API Monitoring and Management'
url: 'http://orange.sumory.com'
github_username: sumory
future: true
excerpt_separator: '---'
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
latest_version: 0.6.4
release_date: 2017.05.16
sass:
style: compressed
available_versions:
- v0.0.2
- v0.1.0
- v0.1.1
- v0.2.0
- v0.3.0
- v0.4.0
- v0.5.0
- v0.6.0
- v0.6.3
- v0.6.4
collections:
docs: {output: true, permalink: '/docs/:path/'}
defaults:
- {scope: {type: docs}, values: {layout: docs}}
- {scope: {type: posts}, values: {layout: post, permalink: '/blog/:year/:month/:day/:title'}}
exclude:
- node_modules
- README.md
- LICENSE.md
- CNAME
- Gemfile
- Gemfile.lock
- Gruntfile.js
- package.json
- script
- spec
include:
- _pages
logo: /images/logo.png