forked from OData/odataorg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
31 lines (26 loc) · 807 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
# Site settings
title: OData - the Best Way to REST
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
OData, short for Open Data Protocol, is an open protocol
to allow the creation and consumption of queryable and interoperable RESTful APIs
in a simple and standard way.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://www.odata.org" # the base hostname & protocol for your site
twitter_username: odataorg
github_username: odataorg
collections:
ecosys:
output: true
permalink: /ecosystem/:categories/:title/
libraries:
output: true
tutorials:
output: true
permalink: /tutorials/:title/
permalink: /blog/:title/
# highlighter: pygments
# Build settings
markdown: kramdown
gems:
- jekyll-sitemap