-
Notifications
You must be signed in to change notification settings - Fork 167
/
_config.yml
65 lines (52 loc) · 1.13 KB
/
_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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name: Druid
permalink: /blog/:year/:month/:day/:title.html
markdown: redcarpet
redcarpet:
extensions: ["tables", "no_intra_emphasis", "fenced_code_blocks", "with_toc_data"]
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- README.md
- node_modules
- scss
- private
highlighter: pygments
title: 'Druid'
description: 'Real²time Exploratory Analytics on Large Datasets'
druid_versions:
- release: 0.14
versions:
- version: 0.14.2-incubating
date: 2019-05-27
- release: 0.13
versions:
- version: 0.13.0-incubating
date: 2018-12-18
tranquility_stable_version: 0.8.3
gems:
- jekyll-textile-converter
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"