forked from druid-io/druid-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (39 loc) · 945 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
48
49
exclude:
- CNAME
name: Druid
permalink: /blog/:year/:month/:day/:title.html
markdown: redcarpet
redcarpet:
extensions: ["tables", "no_intra_emphasis", "fenced_code_blocks", "with_toc_data"]
highlighter: pygments
title: 'Druid'
description: 'Real²time Exploratory Analytics on Large Datasets'
druid_version: 0.9.0
druid_rc_version: 0.9.1-rc3
druid_stable_version: 0.9.0
druid_latest_version: 0.9.0
tranquility_stable_version: 0.8.1
prose:
metadata:
siteurl: 'http://druid.io'
_posts:
- name: "author"
field:
element: "text"
label: "Author"
value: ""
- name: "tags"
field:
element: "text"
label: "Tags"
value: ""
- name: "image"
field:
element: "text"
label: "Image"
value: ""
- name: "layout"
field:
element: "text"
label: "Layout"
value: "post"