-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (25 loc) · 758 Bytes
/
_config.yml
File metadata and controls
32 lines (25 loc) · 758 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
28
29
30
31
32
# Site settings
title: OpenMessaging
email: yukon@apache.org
description: |
OpenMessaging is a cloud-oriented and vendor-neutral open standard for messaging, providing industry guidelines for areas such as finance, e-commerce, IoT and Big Data and oriented toward furthering messaging and streaming applications across heterogeneous systems and platforms.
baseurl: "" # the subpath of your site, e.g. /blog/
# Build settings
markdown: kramdown
# Syntax highlighting settings
kramdown:
input: GFM
syntax_highlighter: rouge
# Use "pretty" URLs, i.e. /docs instead of /docs.html
permalink: pretty
paginate: 4
paginate_path: "blog/page:num"
plugins:
- jekyll-paginate
include:
- _internal
defaults:
- scope:
path: docs
values:
layout: docs