-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
26 lines (21 loc) · 827 Bytes
/
_config.yml
File metadata and controls
26 lines (21 loc) · 827 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
name: API Evangelist Developer Portal
description: Static JSON feeds for the API Evangelist network — APIs, policies, rules, properties, schema, standards, strategies, guidance, conversations, experiences, and more.
image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-logos/api-evangelist-logo-butterfly.png
url: https://developer.apievangelist.com
keywords:
- APIs
- API Evangelist
- Developer Portal
- JSON Feeds
- API Governance
- API Discovery
permalink: /:categories/:year/:month/:day/:title/
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
# Files Jekyll would skip by default (leading underscore) but Cloudflare Pages needs.
include:
- _headers
- _redirects
github_org: api-evangelist
github_repo: developer
paginate: 25
paginate_path: "/blog/:num/"